aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-24hw/net/e1000e: advance desc_offset in case of null descriptorPrasad J Pandit1-4/+4
2020-11-23Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20201123.0' i...Peter Maydell3-5/+13
2020-11-23vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede2-4/+10
2020-11-23vfio: Make migration support experimentalAlex Williamson2-1/+3
2020-11-23hw/intc: fix heap-buffer-overflow in rxicu_realize()Chen Qun1-10/+8
2020-11-23hw/arm: Fix bad print format specifiersAlexChen3-3/+3
2020-11-22hw/display/tcx: add missing 64-bit access for framebuffer blitterMark Cave-Ayland1-1/+5
2020-11-20usb: fix kconfig for usb-xhci-sysbusPaolo Bonzini1-1/+0
2020-11-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201119' into stagingPeter Maydell4-13/+36
2020-11-18s390x/pci: fix endianness issuesCornelia Huck3-13/+25
2020-11-18s390x/pci: Unregister listeners before destroying IOMMU address spaceMatthew Rosato1-0/+7
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling1-0/+4
2020-11-18Merge remote-tracking branch 'remotes/gkurz/tags/ppc-for-5.2-20201118' into s...Peter Maydell1-84/+18
2020-11-18Revert series "spapr/xive: Allocate vCPU IPIs from the vCPU contexts"Greg Kurz1-84/+18
2020-11-18docs: Fix some typos (found by codespell)Stefan Weil1-1/+1
2020-11-17Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201117'...Peter Maydell7-28/+78
2020-11-17Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20201117' into...Peter Maydell1-4/+11
2020-11-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell4-0/+5
2020-11-17tmp105: Correct handling of temperature limit checksPeter Maydell2-9/+68
2020-11-17hw/misc/tmp105: reset the T_low and T_High registersPeter Maydell1-0/+3
2020-11-17register: Remove unnecessary NULL checkAlistair Francis1-4/+0
2020-11-17hw/input/ps2.c: Remove remnants of printf debugPeter Maydell1-9/+0
2020-11-17exynos: Fix bad printf format specifiersAlex Chen2-6/+6
2020-11-17hw/arm/virt: ARM_VIRT must select ARM_GICAndrew Jones1-0/+1
2020-11-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+2
2020-11-17hw/sd: Fix 2 GiB card CSD register valuesBin Meng1-4/+11
2020-11-17max111x: put it into the 'misc' categoryGan Qixin1-0/+1
2020-11-17nand: put it into the 'storage' categoryGan Qixin1-0/+1
2020-11-17ads7846: put it into the 'input' categoryGan Qixin1-0/+2
2020-11-17ssd0323: put it into the 'display' categoryGan Qixin1-0/+1
2020-11-16scsi-disk: convert more errno values back to SCSI statusesPaolo Bonzini1-0/+19
2020-11-16Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell81-81/+81