summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov2020-12-092-2/+13
* x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov2020-12-091-0/+4
* acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov2020-12-092-1/+13
* hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2020-12-092-12/+54
* hw: add compat machines for 6.0Cornelia Huck2020-12-087-6/+65
* failover: Remove primary_dev memberJuan Quintela2020-12-081-31/+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-081-10/+10
* 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-081-3/+0Star
* 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-082-6/+5Star
* failover: should_be_hidden() should take a boolJuan Quintela2020-12-082-34/+12Star
* 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-081-13/+4Star
* failover: remove standby_id variableJuan Quintela2020-12-081-8/+3Star
* failover: Remove primary_device_optsJuan Quintela2020-12-081-16/+5Star
* failover: g_strcmp0() knows how to handle NULLJuan Quintela2020-12-081-1/+1
* failover: Rename bool to failover_primary_hiddenJuan Quintela2020-12-081-7/+7
* 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
* failover: primary bus is only used once, and where it is setJuan Quintela2020-12-081-4/+4
* failover: Use always atomics for primary_should_be_hiddenJuan Quintela2020-12-081-1/+1
* failover: fix indentantionJuan Quintela2020-12-081-18/+15Star
* acpi: Align the size to 128kYubo Miao2020-12-081-0/+25
* acpi/gpex: Build tables for pxbYubo Miao2020-12-082-2/+58
* acpi: Extract crs build form acpi_build.cYubo Miao2020-12-082-293/+285Star
* hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen2020-12-081-2/+5
* fw_cfg: Refactor extra pci roots additionJiahui Cen2020-12-082-17/+24
* acpi/gpex: Extract two APIs from acpi_dsdt_add_pciYubo Miao2020-12-081-49/+63
* virtio: reset device on bad guest index in virtio_load()John Levon2020-12-081-6/+9
* intel_iommu: Skip page walking on device iotlb invalidationsEugenio Pérez2020-12-081-0/+4
* memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2020-12-082-2/+2
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-087-97/+121
* memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez2020-12-083-4/+4
* ide: atapi: assert that the buffer pointer is in rangePaolo Bonzini2020-12-011-0/+2
* hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()Mauro Matteo Cascella2020-12-011-0/+4
* Revert "hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()"Michael S. Tsirkin2020-11-241-12/+13
* hw/net/e1000e: advance desc_offset in case of null descriptorPrasad J Pandit2020-11-241-4/+4
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201123.0' i...Peter Maydell2020-11-233-5/+13
|\
| * vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2020-11-232-4/+10
| * vfio: Make migration support experimentalAlex Williamson2020-11-232-1/+3
* | hw/intc: fix heap-buffer-overflow in rxicu_realize()Chen Qun2020-11-231-10/+8Star