aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2023-08-07virtio-gpu: reset gfx resources in main threadMarc-André Lureau
2023-08-07virtio-gpu: free BHs, by implementing unrealizeMarc-André Lureau
2023-08-03include/hw/i386/x86-iommu: Fix struct X86IOMMU_MSIMessage for big endian hostsThomas Huth
2023-08-03hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth
2023-08-03hw/virtio: Add a protection against duplicate vu_scmi_stop callsMilan Zamazal
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell
2023-07-25arm: spelling fixesMichael Tokarev
2023-07-25s390x: spelling fixesMichael Tokarev
2023-07-14scsi: fetch unit attention when creating the requestStefano Garzarella
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand
2023-07-12virtio-md-pci: Support unplug requests for compatible devicesDavid Hildenbrand
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand
2023-07-12memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand
2023-07-12hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand
2023-07-12memory-device: Introduce machine_memory_devices_init()David Hildenbrand
2023-07-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-07-11Merge tag 'mips-20230710' of https://github.com/philmd/qemu into stagingRichard Henderson
2023-07-10pcie: Specify 0 for ARI next function numbersAkihiko Odaki
2023-07-10pcie: Use common ARI next function numberAkihiko Odaki
2023-07-10include/hw/virtio: document some more usage of notifiersAlex Bennée
2023-07-10include/hw/virtio: add kerneldoc for virtio_initAlex Bennée
2023-07-10include/hw/virtio: document virtio_notify_configAlex Bennée
2023-07-10include/hw: document the device_class_set_parent_* fnsAlex Bennée
2023-07-10include: attempt to document device_class_set_propsAlex Bennée
2023-07-10virtio-iommu: Fix 64kB host page size VFIO device assignmentEric Auger
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow
2023-07-11hw/isa/vt82c686: Remove via_isa_set_irq()Bernhard Beschow
2023-07-10Merge tag 'pull-riscv-to-apply-20230710-1' of https://github.com/alistair23/q...Richard Henderson
2023-07-10hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow
2023-07-10hw/pci-host/i440fx: Resolve i440fx_init()Bernhard Beschow
2023-07-10hw/pci-host/i440fx: Add I440FX_HOST_PROP_PCI_TYPE propertyBernhard Beschow
2023-07-10hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE propertiesBernhard Beschow
2023-07-10hw/pci-host/i440fx: Make MemoryRegion pointers accessible as propertiesBernhard Beschow
2023-07-10hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow
2023-07-10hw/pci/pci_host: Introduce PCI_HOST_BYPASS_IOMMU macroBernhard Beschow
2023-07-10machine: Add helpers to get cores/threads per socketZhao Liu
2023-07-10hw/virtio: Add boilerplate for vhost-user-scmi deviceMilan Zamazal
2023-07-10virtio-gpu: refactor generate_edid function to virtio_gpu_baseErico Nunes
2023-07-10vhost: register and change IOMMU flag depending on Device-TLB stateViktor Prutyanov
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé
2023-07-10hw/riscv: sifive_e: Support the watchdog timer of HiFive 1 rev b.Tommy Wu
2023-07-10hw/misc: sifive_e_aon: Support the watchdog timer of HiFive 1 rev b.Tommy Wu
2023-07-10pcie: Add a PCIe capability version helperAlex Williamson
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan
2023-07-07ppc/pnv: Add QME region for P10Joel Stanley
2023-07-07ppc/pnv: Set P10 core xscom region size to match hardwareNicholas Piggin
2023-07-07ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan