aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-07util/log: Make the per-thread flag immutableGreg Kurz1-0/+5
2022-11-07Merge tag 'pull-loongarch-20221107' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi6-17/+19
2022-11-07checkpatch: better pattern for inline commentsMichael S. Tsirkin1-2/+4
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée8-11/+25
2022-11-07tests/acpi: update tables for new core count testJulia Suvorova4-3/+0
2022-11-07bios-tables-test: add test for number of cores > 255Julia Suvorova1-13/+45
2022-11-07tests/acpi: allow changes for core_count2 testJulia Suvorova4-0/+3
2022-11-07bios-tables-test: teach test to use smbios 3.0 tablesJulia Suvorova1-24/+76
2022-11-07hw/smbios: add core_count2 to smbios table type 4Julia Suvorova3-5/+35
2022-11-07vhost-user: Support vhost_dev_startYajun Wu1-1/+73
2022-11-07vhost: Change the sequence of device startYajun Wu2-13/+16
2022-11-07intel-iommu: PASID supportJason Wang5-104/+341
2022-11-07intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a functionJason Wang1-14/+28
2022-11-07intel-iommu: drop VTDBusJason Wang2-127/+118
2022-11-07intel-iommu: don't warn guest errors when getting rid2pasid entryJason Wang1-6/+6
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