summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ast2600: SRAM is 89KBJoel Stanley2020-12-101-1/+1
* aspeed: Add support for the g220a-bmc boardJohn Wang2020-12-101-0/+60
* hw/misc: add an EMC141{3,4} device modelJohn Wang2020-12-107-0/+451
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-12-0990-848/+1286
|\
| * hw/virtio-pci Added AER capability.Andrew Melnychenko2020-12-092-0/+20
| * hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko2020-12-091-1/+3
| * pcie_aer: Fix help message of pcie_aer_inject_error commandZenghui Yu2020-12-091-2/+2
| * x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2020-12-092-2/+10
| * x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov2020-12-091-2/+6
| * tests/acpi: update expected filesIgor Mammedov2020-12-0922-21/+0Star
| * x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov2020-12-093-2/+14
| * tests/acpi: allow expected files changeIgor Mammedov2020-12-091-0/+21
| * x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov2020-12-091-0/+4
| * acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov2020-12-094-6/+28
| * hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2020-12-093-12/+56
| * block/export: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
| * contrib/vhost-user-input: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
| * contrib/vhost-user-gpu: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
| * contrib/vhost-user-blk: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
| * .gitlab-ci: add build-libvhost-userMarc-André Lureau2020-12-091-0/+11
| * libvhost-user: add a simple link test without glibMarc-André Lureau2020-12-092-0/+49
| * libvhost-user: make it a meson subprojectMarc-André Lureau2020-12-0821-27/+40
| * libvhost-user: drop qemu/osdep.h dependencyMarc-André Lureau2020-12-081-2/+8
| * libvhost-user: remove qemu/compiler.h usageMarc-André Lureau2020-12-081-1/+4
| * libvhost-user: replace qemu/memfd.h usageMarc-André Lureau2020-12-081-7/+43
| * libvhost-user: replace qemu/bswap.h with glibc endian.hMarc-André Lureau2020-12-081-37/+40
| * hw: add compat machines for 6.0Cornelia Huck2020-12-089-6/+71
| * failover: Remove primary_dev memberJuan Quintela2020-12-082-32/+24Star
| * failover: simplify failover_unplug_primaryJuan Quintela2020-12-081-15/+10Star
| * failover: Caller of this two functions already have primary_devJuan Quintela2020-12-081-13/+14
| * failover: We don't need to cache primary_device_id anymoreJuan Quintela2020-12-082-11/+10Star
| * failover: split failover_find_primary_device_id()Juan Quintela2020-12-081-16/+47
| * failover: remove failover_find_primary_device() error parameterJuan Quintela2020-12-081-6/+3Star
| * failover: make sure that id always existJuan Quintela2020-12-082-3/+4
| * failover: simplify qdev_device_add()Juan Quintela2020-12-081-26/+6Star
| * failover: simplify qdev_device_add() failover caseJuan Quintela2020-12-081-5/+6
| * failover: Rename to failover_find_primary_device()Juan Quintela2020-12-081-3/+9
| * failover: virtio_net_connect_failover_devices() does nothingJuan Quintela2020-12-081-15/+2Star
| * failover: Rename function to hide_device()Juan Quintela2020-12-083-19/+20
| * failover: should_be_hidden() should take a boolJuan Quintela2020-12-083-35/+13Star
| * failover: simplify virtio_net_find_primary()Juan Quintela2020-12-081-15/+3Star
| * failover: Remove memory leakJuan Quintela2020-12-081-3/+1Star
| * failover: Remove primary_device_dictJuan Quintela2020-12-082-14/+4Star
| * failover: remove standby_id variableJuan Quintela2020-12-082-9/+3Star
| * failover: Remove primary_device_optsJuan Quintela2020-12-082-17/+5Star
| * failover: g_strcmp0() knows how to handle NULLJuan Quintela2020-12-081-1/+1
| * failover: Rename bool to failover_primary_hiddenJuan Quintela2020-12-082-8/+9
| * failover: qdev_device_add() returns err or dev setJuan Quintela2020-12-081-7/+0Star
| * failover: Remove external partially_hotplugged propertyJuan Quintela2020-12-081-4/+0Star
| * failover: Remove unused parameterJuan Quintela2020-12-081-5/+3Star