aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-12-10hw/misc: add an EMC141{3,4} device modelJohn Wang4-0/+332
2020-12-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell29-678/+897
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko2-0/+20
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko1-1/+3
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2-2/+10
2020-12-09x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov1-2/+6
2020-12-09x86: acpi: let the firmware handle pending "CPU remove" events in SMMIgor Mammedov2-2/+13
2020-12-09x86: acpi: introduce AcpiPmInfo::smi_on_cpu_unplugIgor Mammedov1-0/+4
2020-12-09acpi: cpuhp: introduce 'firmware performs eject' status/control bitsIgor Mammedov2-1/+13
2020-12-09hw/i386/pc: add max combined fw size as machine configuration optionErich-McMillan2-12/+54
2020-12-09hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize()Peter Maydell1-6/+6
2020-12-08hw: add compat machines for 6.0Cornelia Huck7-6/+65
2020-12-08failover: Remove primary_dev memberJuan Quintela1-31/+24
2020-12-08failover: simplify failover_unplug_primaryJuan Quintela1-15/+10
2020-12-08failover: Caller of this two functions already have primary_devJuan Quintela1-13/+14
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela1-10/+10
2020-12-08failover: split failover_find_primary_device_id()Juan Quintela1-16/+47
2020-12-08failover: remove failover_find_primary_device() error parameterJuan Quintela1-6/+3
2020-12-08failover: make sure that id always existJuan Quintela1-3/+0
2020-12-08failover: Rename to failover_find_primary_device()Juan Quintela1-3/+9
2020-12-08failover: virtio_net_connect_failover_devices() does nothingJuan Quintela1-15/+2
2020-12-08failover: Rename function to hide_device()Juan Quintela2-6/+5
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela2-34/+12
2020-12-08failover: simplify virtio_net_find_primary()Juan Quintela1-15/+3
2020-12-08failover: Remove memory leakJuan Quintela1-3/+1
2020-12-08failover: Remove primary_device_dictJuan Quintela1-13/+4
2020-12-08failover: remove standby_id variableJuan Quintela1-8/+3
2020-12-08failover: Remove primary_device_optsJuan Quintela1-16/+5
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela1-1/+1
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela1-7/+7
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela1-7/+0
2020-12-08failover: Remove external partially_hotplugged propertyJuan Quintela1-4/+0
2020-12-08failover: Remove unused parameterJuan Quintela1-5/+3
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela1-4/+4
2020-12-08failover: Use always atomics for primary_should_be_hiddenJuan Quintela1-1/+1
2020-12-08failover: fix indentantionJuan Quintela1-18/+15
2020-12-08acpi: Align the size to 128kYubo Miao1-0/+25
2020-12-08acpi/gpex: Build tables for pxbYubo Miao2-2/+58
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao2-293/+285
2020-12-08hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen1-2/+5
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen2-17/+24
2020-12-08acpi/gpex: Extract two APIs from acpi_dsdt_add_pciYubo Miao1-49/+63
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon1-6/+9
2020-12-08intel_iommu: Skip page walking on device iotlb invalidationsEugenio Pérez1-0/+4
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez2-2/+2
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez7-97/+121
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez3-4/+4
2020-12-01ide: atapi: assert that the buffer pointer is in rangePaolo Bonzini1-0/+2
2020-12-01hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()Mauro Matteo Cascella1-0/+4
2020-11-24Revert "hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()"Michael S. Tsirkin1-12/+13