aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-11-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201102'...Peter Maydell5-8/+17
2020-11-02Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20201102' into stagingPeter Maydell7-295/+980
2020-11-02hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts workPeter Maydell1-3/+2
2020-11-02hw/display/exynos4210_fimd: Fix potential NULL pointer dereferenceAlexChen1-1/+3
2020-11-02hw/display/omap_lcdc: Fix potential NULL pointer dereferenceAlexChen1-3/+7
2020-11-02hw/arm/boot: fix SVE for EL3 direct kernel bootRémi Denis-Courmont1-0/+3
2020-11-02hw/arm/smmuv3: Fix potential integer overflow (CID 1432363)Philippe Mathieu-Daudé1-1/+2
2020-11-02xen: rework pci_piix3_xen_ide_unplugAnthony PERARD1-14/+13
2020-11-01vfio: fix incorrect print typeZhengui li1-2/+2
2020-11-01hw/vfio: Use lock guard macrosAmey Narkhede1-5/+2
2020-11-01s390x/pci: get zPCI function info from hostMatthew Rosato3-3/+191
2020-11-01vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato1-0/+10
2020-11-01s390x/pci: use a PCI Function structurePierre Morel2-6/+14
2020-11-01s390x/pci: clean up s390 PCI groupsMatthew Rosato1-0/+12
2020-11-01s390x/pci: use a PCI Group structurePierre Morel2-9/+56
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato3-11/+92
2020-11-01s390x/pci: Add routine to get the vfio dma available countMatthew Rosato2-0/+55
2020-11-01vfio: Find DMA available capabilityMatthew Rosato1-0/+31
2020-11-01vfio: Create shared routine for scanning info capabilitiesMatthew Rosato1-8/+13
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato5-689/+5
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede2-0/+28
2020-11-01vfio: Make vfio-pci device migration capableKirti Wankhede2-21/+8
2020-11-01vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede1-4/+93
2020-11-01vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede2-6/+83
2020-11-01vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede2-0/+117
2020-11-01vfio: Add function to start and stop dirty pages trackingKirti Wankhede1-0/+36
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede2-9/+88
2020-11-01vfio: Add load state functions to SaveVMHandlersKirti Wankhede2-0/+199
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede2-0/+282
2020-11-01vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede2-0/+104
2020-11-01vfio: Add migration state change notifierKirti Wankhede2-0/+29
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede2-0/+162
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede3-0/+126
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede1-0/+51
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede1-0/+8
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede2-4/+29
2020-11-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-51/+117
2020-10-31Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell2-9/+20
2020-10-31Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201028' into...Peter Maydell5-59/+64
2020-10-30Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell1-7/+5
2020-10-30intel_iommu: Fix two misuse of "0x%u" printsPeter Xu1-2/+2
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi1-6/+7
2020-10-30vhost-blk: set features before setting inflight featureJin Yu2-0/+24
2020-10-30pci: Disallow improper BAR registration for type 1Ben Widawsky1-0/+6
2020-10-30pci: Change error_report to assert(3)Ben Widawsky1-5/+1
2020-10-30pci: advertise a page aligned ATSJason Wang1-2/+3
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2-20/+43
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz1-10/+0
2020-10-30pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland1-0/+2
2020-10-30hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé1-2/+7