summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/smbios: add core_count2 to smbios table type 4Julia Suvorova2022-11-073-5/+35
* vhost-user: Support vhost_dev_startYajun Wu2022-11-071-1/+73
* vhost: Change the sequence of device startYajun Wu2022-11-072-13/+16
* intel-iommu: PASID supportJason Wang2022-11-075-104/+341
* intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a functionJason Wang2022-11-071-14/+28
* intel-iommu: drop VTDBusJason Wang2022-11-072-127/+118Star
* intel-iommu: don't warn guest errors when getting rid2pasid entryJason Wang2022-11-071-6/+6
* vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu2022-11-073-61/+81
* tests: virt: Update expected *.acpihmatvirt tablesHesham Almatary2022-11-076-5/+0Star
* tests: acpi: aarch64/virt: add a test for hmat nodes with no initiatorsHesham Almatary2022-11-071-0/+59
* hw/arm/virt: Enable HMAT on arm virt machineXiang Chen2022-11-072-0/+8
* tests: Add HMAT AArch64/virt empty table filesHesham Almatary2022-11-076-0/+5
* tests: acpi: q35: update expected blobs *.hmat-noinitiators expected HMAT:Brice Goglin2022-11-075-4/+0Star
* tests: acpi: q35: add test for hmat nodes without initiatorsBrice Goglin2022-11-071-0/+50
* tests: acpi: add and whitelist *.hmat-noinitiator expected blobsBrice Goglin2022-11-075-0/+4
* hmat acpi: Don't require initiator value in -numaBrice Goglin2022-11-071-3/+1Star
* hw/i386/acpi-build: Resolve north rather than south bridgesBernhard Beschow2022-11-071-5/+6
* hw/i386/acpi-build: Resolve redundant attributeBernhard Beschow2022-11-071-14/+6Star
* hw/i386/acpi-build: Remove unused structBernhard Beschow2022-11-071-7/+0Star
* hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in biosGregory Price2022-11-071-2/+0Star
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-079-107/+74Star
* MAINTAINERS: Add qapi/virtio.json to section "virtio"Markus Armbruster2022-11-071-0/+1
* hw/acpi/erst.c: Fix memory handling issuesChristian A. Ehrhardt2022-11-071-3/+3
* tests: acpi: update expected blobsIgor Mammedov2022-11-0735-34/+0Star
* acpi: pc/35: sanitize _GPE declaration orderIgor Mammedov2022-11-071-22/+25
* tests: acpi: pc/q35 whitelist DSDT before \_GPE cleanupIgor Mammedov2022-11-071-0/+34
* tests: acpi: update expected blobsIgor Mammedov2022-11-0722-21/+0Star
* acpi: enumerate SMB bridge automatically along with other PCI devicesIgor Mammedov2022-11-071-24/+3Star
* acpi: add get_dev_aml_func() helperIgor Mammedov2022-11-071-2/+11
* tests: acpi: whitelist DSDT before generating ICH9_SMB AML automaticallyIgor Mammedov2022-11-071-0/+21
* tests: acpi: update expected DSDT after ISA bridge is moved directly under PC...Igor Mammedov2022-11-0735-34/+0Star
* acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov2022-11-073-76/+39Star
* tests: acpi: whitelist DSDT before generating PCI-ISA bridge AML automaticallyIgor Mammedov2022-11-071-0/+34
* acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov2022-11-077-25/+67
* vhost-user: Fix out of order vring host notification handlingYajun Wu2022-11-071-0/+5
* virtio-rng-pci: Allow setting nvectors, so we can use MSI-XDavid Daney2022-11-071-0/+14
* virtio-net: enable vq reset featureXuan Zhuo2022-11-071-0/+1
* vhost: vhost-kernel: enable vq reset featureKangjie Xu2022-11-071-0/+1
* virtio-net: support queue_enableKangjie Xu2022-11-071-0/+21
* virtio-net: support queue resetXuan Zhuo2022-11-071-0/+18
* virtio-net: introduce flush_or_purge_queued_packets()Kangjie Xu2022-11-071-6/+11
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu2022-11-073-0/+61
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu2022-11-073-0/+33
* vhost: expose vhost_virtqueue_stop()Kangjie Xu2022-11-072-4/+6
* vhost: expose vhost_virtqueue_start()Kangjie Xu2022-11-072-4/+7
* virtio-pci: support queue enableKangjie Xu2022-11-071-0/+1
* virtio-pci: support queue resetXuan Zhuo2022-11-072-0/+20
* virtio: core: vq reset feature negotation supportKangjie Xu2022-11-072-2/+6
* virtio: introduce virtio_queue_enable()Kangjie Xu2022-11-072-0/+16
* virtio: introduce virtio_queue_reset()Xuan Zhuo2022-11-072-0/+13