aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu1-61/+5
2022-11-07hw/arm/virt: Enable HMAT on arm virt machineXiang Chen2-0/+8
2022-11-07hmat acpi: Don't require initiator value in -numaBrice Goglin1-3/+1
2022-11-07hw/i386/acpi-build: Resolve north rather than south bridgesBernhard Beschow1-5/+6
2022-11-07hw/i386/acpi-build: Resolve redundant attributeBernhard Beschow1-14/+6
2022-11-07hw/i386/acpi-build: Remove unused structBernhard Beschow1-7/+0
2022-11-07hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in biosGregory Price1-2/+0
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki8-105/+72
2022-11-07hw/acpi/erst.c: Fix memory handling issuesChristian A. Ehrhardt1-3/+3
2022-11-07acpi: pc/35: sanitize _GPE declaration orderIgor Mammedov1-22/+25
2022-11-07acpi: enumerate SMB bridge automatically along with other PCI devicesIgor Mammedov1-24/+3
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov3-76/+39
2022-11-07acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov7-25/+67
2022-11-07vhost-user: Fix out of order vring host notification handlingYajun Wu1-0/+5
2022-11-07virtio-rng-pci: Allow setting nvectors, so we can use MSI-XDavid Daney1-0/+14
2022-11-07virtio-net: enable vq reset featureXuan Zhuo1-0/+1
2022-11-07vhost: vhost-kernel: enable vq reset featureKangjie Xu1-0/+1
2022-11-07virtio-net: support queue_enableKangjie Xu1-0/+21
2022-11-07virtio-net: support queue resetXuan Zhuo1-0/+18
2022-11-07virtio-net: introduce flush_or_purge_queued_packets()Kangjie Xu1-6/+11
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu2-0/+59
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu2-0/+31
2022-11-07vhost: expose vhost_virtqueue_stop()Kangjie Xu1-4/+4
2022-11-07vhost: expose vhost_virtqueue_start()Kangjie Xu1-4/+4
2022-11-07virtio-pci: support queue enableKangjie Xu1-0/+1
2022-11-07virtio-pci: support queue resetXuan Zhuo1-0/+15
2022-11-07virtio: core: vq reset feature negotation supportKangjie Xu1-1/+3
2022-11-07virtio: introduce virtio_queue_enable()Kangjie Xu1-0/+14
2022-11-07virtio: introduce virtio_queue_reset()Xuan Zhuo1-0/+11
2022-11-07virtio: introduce __virtio_queue_reset()Xuan Zhuo1-16/+21
2022-11-07hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root busEric Auger1-2/+10
2022-11-07hw/pci-bridge/cxl-upstream: Add a CDAT table access DOEJonathan Cameron1-1/+194
2022-11-07hw/mem/cxl-type3: Add CXL CDAT Data Object ExchangeHuai-Cheng Kuo1-0/+255
2022-11-07hw/cxl/cdat: CXL CDAT Data Object Exchange implementationHuai-Cheng Kuo2-0/+225
2022-11-07hw/mem/cxl-type3: Add MSIX supportJonathan Cameron1-0/+9
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo2-0/+368
2022-11-07acpi: arm/virt: madt: bump to revision 4 accordingly to ACPI 6.0 Errata AMiguel Luis1-9/+7
2022-11-07acpi: fadt: support revision 6.0 of the ACPI specificationMiguel Luis2-8/+15
2022-11-02virtio-crypto: Support asynchronous modeLei He1-147/+190
2022-11-02acpi/nvdimm: Implement ACPI NVDIMM Label MethodsRobert Hoo1-0/+95
2022-11-02acpi/nvdimm: define macro for NVDIMM Device _DSMRobert Hoo1-2/+2
2022-11-02acpi/ssdt: Fix aml_or() and aml_and() in if clauseRobert Hoo1-4/+3
2022-11-02hw/i386/e820: remove legacy reserved entries for e820Ani Sinha5-33/+1
2022-11-01Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi1-2/+2
2022-10-31hw/usb: dev-mtp: Use g_mkdir()Bin Meng1-2/+2
2022-10-31mac_newworld: Turn CORE99_VIA_CONFIG defines into an enumBALATON Zoltan1-4/+6
2022-10-31mac_{old|new}world: Code style fix adding missing braces to if-sBALATON Zoltan2-5/+10
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2-3/+3
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan13-63/+2
2022-10-31hw/ppc/mac.h: Move PROM and KERNEL defines to board codeBALATON Zoltan3-5/+10