summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-11-01vfio: Add ioctl to get dirty pages bitmap during dma unmapKirti Wankhede
2020-11-01vfio: Dirty page tracking when vIOMMU is enabledKirti Wankhede
2020-11-01vfio: Add vfio_listener_log_sync to mark dirty pagesKirti Wankhede
2020-11-01vfio: Add function to start and stop dirty pages trackingKirti Wankhede
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede
2020-11-01vfio: Add load state functions to SaveVMHandlersKirti Wankhede
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede
2020-11-01vfio: Register SaveVMHandlers for VFIO deviceKirti Wankhede
2020-11-01vfio: Add migration state change notifierKirti Wankhede
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede
2020-11-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-10-31Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201029-pull-reque...Peter Maydell
2020-10-31Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201028' into...Peter Maydell
2020-10-30Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell
2020-10-30intel_iommu: Fix two misuse of "0x%u" printsPeter Xu
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi
2020-10-30vhost-blk: set features before setting inflight featureJin Yu
2020-10-30pci: Disallow improper BAR registration for type 1Ben Widawsky
2020-10-30pci: Change error_report to assert(3)Ben Widawsky
2020-10-30pci: advertise a page aligned ATSJason Wang
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz
2020-10-30pci: Assert irqnum is between 0 and bus->nirqs in pci_bus_change_irq_levelMark Cave-Ayland
2020-10-30hw/pci: Extract pci_bus_change_irq_level() from pci_change_irq_level()Philippe Mathieu-Daudé
2020-10-30hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé
2020-10-30acpi/crs: Support ranges > 32b for hostsBen Widawsky
2020-10-30acpi/crs: Prevent bad ranges for host bridgesBen Widawsky
2020-10-30vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella
2020-10-29Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20201028' into...Peter Maydell
2020-10-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201027-...Peter Maydell
2020-10-29virtio-gpu: only compile virtio-gpu-3d.c for CONFIG_VIRGL=yGerd Hoffmann
2020-10-29virtio-gpu: add virtio-vga moduleGerd Hoffmann
2020-10-29virtio-gpu: add virtio-gpu-pci moduleGerd Hoffmann
2020-10-28Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-20201027' in...Peter Maydell
2020-10-28hw/pci-host/sabre: Simplify code initializing variable oncePhilippe Mathieu-Daudé
2020-10-28hw/pci-host/sabre: Remove superfluous address range checkPhilippe Mathieu-Daudé
2020-10-28hw/pci-host/sabre: Update documentation linkPhilippe Mathieu-Daudé
2020-10-28sabre: increase number of PCI bus IRQs from 32 to 64Mark Cave-Ayland
2020-10-28hw/display/tcx: Allow 64-bit accesses to framebuffer stippler and blitterPhilippe Mathieu-Daudé
2020-10-28sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland
2020-10-28sparc32-ledma: don't reference nd_table directly within the deviceMark Cave-Ayland
2020-10-28sparc32-espdma: use object_initialize_child() for esp child objectMark Cave-Ayland
2020-10-28sparc32-ledma: use object_initialize_child() for lance child objectMark Cave-Ayland
2020-10-28sparc32-dma: use object_initialize_child() for espdma and ledma child objectsMark Cave-Ayland
2020-10-27Merge remote-tracking branch 'remotes/philmd-gitlab/tags/led-api-20201026' in...Peter Maydell
2020-10-27ide: clear SRST after SRST finishesJohn Snow