aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-08failover: simplify failover_unplug_primaryJuan Quintela
2020-12-08failover: Caller of this two functions already have primary_devJuan Quintela
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela
2020-12-08failover: split failover_find_primary_device_id()Juan Quintela
2020-12-08failover: remove failover_find_primary_device() error parameterJuan Quintela
2020-12-08failover: make sure that id always existJuan Quintela
2020-12-08failover: simplify qdev_device_add()Juan Quintela
2020-12-08failover: simplify qdev_device_add() failover caseJuan Quintela
2020-12-08failover: Rename to failover_find_primary_device()Juan Quintela
2020-12-08failover: virtio_net_connect_failover_devices() does nothingJuan Quintela
2020-12-08failover: Rename function to hide_device()Juan Quintela
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela
2020-12-08failover: simplify virtio_net_find_primary()Juan Quintela
2020-12-08failover: Remove memory leakJuan Quintela
2020-12-08failover: Remove primary_device_dictJuan Quintela
2020-12-08failover: remove standby_id variableJuan Quintela
2020-12-08failover: Remove primary_device_optsJuan Quintela
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela
2020-12-08failover: Remove external partially_hotplugged propertyJuan Quintela
2020-12-08failover: Remove unused parameterJuan Quintela
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela
2020-12-08failover: Use always atomics for primary_should_be_hiddenJuan Quintela
2020-12-08failover: fix indentantionJuan Quintela
2020-12-08unit-test: Add the binary file and clear diff.hYubo Miao
2020-12-08unit-test: Add testcase for pxbYubo Miao
2020-12-08unit-test: The files changed.Yubo Miao
2020-12-08acpi: Align the size to 128kYubo Miao
2020-12-08acpi/gpex: Build tables for pxbYubo Miao
2020-12-08acpi: Extract crs build form acpi_build.cYubo Miao
2020-12-08hw/arm/virt: Write extra pci roots into fw_cfgJiahui Cen
2020-12-08fw_cfg: Refactor extra pci roots additionJiahui Cen
2020-12-08acpi/gpex: Extract two APIs from acpi_dsdt_add_pciYubo Miao
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon
2020-12-08memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP typeEugenio Pérez
2020-12-08intel_iommu: Skip page walking on device iotlb invalidationsEugenio Pérez
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez
2020-12-08vhost-user-scsi: Fix memleaks in vus_proc_req()Alex Chen
2020-12-08Update version for v5.2.0 releasev5.2.0Peter Maydell
2020-12-01Update version for v5.2.0-rc4 releasev5.2.0-rc4Peter Maydell
2020-12-01ide: atapi: assert that the buffer pointer is in rangePaolo Bonzini
2020-12-01hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()Mauro Matteo Cascella
2020-11-27Merge remote-tracking branch 'remotes/elmarco/tags/libslirp-pull-request' int...Peter Maydell
2020-11-27slirp: update to fix CVE-2020-29129 CVE-2020-29130Marc-André Lureau
2020-11-27Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20201127-pull-request...Peter Maydell
2020-11-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-11-26nsis: Fix build for 64 bit installerStefan Weil