aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu3-61/+81
2022-11-07tests: virt: Update expected *.acpihmatvirt tablesHesham Almatary6-5/+0
2022-11-07tests: acpi: aarch64/virt: add a test for hmat nodes with no initiatorsHesham Almatary1-0/+59
2022-11-07hw/arm/virt: Enable HMAT on arm virt machineXiang Chen2-0/+8
2022-11-07tests: Add HMAT AArch64/virt empty table filesHesham Almatary6-0/+5
2022-11-07tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT:Brice Goglin5-4/+0
2022-11-07tests: acpi: q35: add test for hmat nodes without initiatorsBrice Goglin1-0/+50
2022-11-07tests: acpi: add and whitelist *.hmat-noinitiator expected blobsBrice Goglin5-0/+4
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 Odaki9-107/+74
2022-11-07MAINTAINERS: Add qapi/virtio.json to section "virtio"Markus Armbruster1-0/+1
2022-11-07hw/acpi/erst.c: Fix memory handling issuesChristian A. Ehrhardt1-3/+3
2022-11-07tests: acpi: update expected blobsIgor Mammedov35-34/+0
2022-11-07acpi: pc/35: sanitize _GPE declaration orderIgor Mammedov1-22/+25
2022-11-07tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanupIgor Mammedov1-0/+34
2022-11-07tests: acpi: update expected blobsIgor Mammedov22-21/+0
2022-11-07acpi: enumerate SMB bridge automatically along with other PCI devicesIgor Mammedov1-24/+3
2022-11-07acpi: add get_dev_aml_func() helperIgor Mammedov1-2/+11
2022-11-07tests: acpi: whitelist DSDT before generating ICH9_SMB AML automaticallyIgor Mammedov1-0/+21
2022-11-07tests: acpi: update expected DSDT after ISA bridge is moved directly under PC...Igor Mammedov35-34/+0
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov3-76/+39
2022-11-07tests: acpi: whitelist DSDT before generating PCI-ISA bridge AML automaticallyIgor Mammedov1-0/+34
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 Xu3-0/+61
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu3-0/+33
2022-11-07vhost: expose vhost_virtqueue_stop()Kangjie Xu2-4/+6
2022-11-07vhost: expose vhost_virtqueue_start()Kangjie Xu2-4/+7
2022-11-07virtio-pci: support queue enableKangjie Xu1-0/+1
2022-11-07virtio-pci: support queue resetXuan Zhuo2-0/+20
2022-11-07virtio: core: vq reset feature negotation supportKangjie Xu2-2/+6
2022-11-07virtio: introduce virtio_queue_enable()Kangjie Xu2-0/+16
2022-11-07virtio: introduce virtio_queue_reset()Xuan Zhuo2-0/+13
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 Cameron2-1/+195
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 Kuo6-0/+401
2022-11-07hw/mem/cxl-type3: Add MSIX supportJonathan Cameron1-0/+9
2022-11-07hw/pci: PCIe Data Object Exchange emulationHuai-Cheng Kuo7-0/+506