aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-09tests: acpi: update expected blobsIgor Mammedov15-14/+0
2022-10-09x86: pci: acpi: reorder Device's _ADR and _SUN fieldsIgor Mammedov1-1/+1
2022-10-09tests: acpi: whitelist pc/q35 DSDT before moving _ADR fieldIgor Mammedov1-0/+14
2022-10-09tests: acpi: update expected blobsIgor Mammedov15-14/+0
2022-10-09x86: acpi: cleanup PCI device _DSM duplicationIgor Mammedov1-29/+27
2022-10-09tests: acpi: whitelist pc/q35 DSDT before switching _DSM to use ASUNIgor Mammedov1-0/+14
2022-10-09tests: acpi: update expected blobsIgor Mammedov34-34/+0
2022-10-09x86: acpi: _DSM: use Package to pass parametersIgor Mammedov1-13/+27
2022-10-09acpi: x86: refactor PDSM method to reduce nestingIgor Mammedov1-62/+77
2022-10-09tests: acpi: whitelist pc/q35 DSDT due to HPET AML moveIgor Mammedov1-0/+34
2022-10-09tests: acpi: update expected blobs after HPET moveIgor Mammedov33-32/+0
2022-10-09acpi: x86: deduplicate HPET AML buildingIgor Mammedov1-6/+4
2022-10-09tests: acpi: whitelist pc/q35 DSDT due to HPET AML moveIgor Mammedov1-0/+32
2022-10-09hw/smbios: support for type 8 (port connector)Hal Martin3-0/+75
2022-10-09pci: Sanity check mask argument to pci_set_*_by_mask()Peter Maydell1-4/+16
2022-10-09pci: Remove unused pci_get_*_by_mask() functionsPeter Maydell1-28/+0
2022-10-09hmp: add virtio commandsLaurent Vivier3-0/+385
2022-10-09qmp: add QMP command x-query-virtio-queue-elementLaurent Vivier3-0/+360
2022-10-09qmp: add QMP commands for virtio/vhost queue-statusLaurent Vivier3-0/+373
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier4-28/+874
2022-10-09qmp: add QMP command x-query-virtio-statusLaurent Vivier3-0/+331
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier8-0/+132
2022-10-09Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"Peter Xu1-0/+5
2022-10-09mem/cxl-type3: Add sn option to provide serial number for PCI ecapJonathan Cameron2-1/+14
2022-10-09tests/acpi: virt: update ACPI GTDT binariesMiguel Luis4-3/+0
2022-10-09acpi: arm/virt: build_gtdt: fix invalid 64-bit physical addressesMiguel Luis1-3/+2
2022-10-09tests/acpi: virt: allow acpi GTDT changesMiguel Luis1-0/+3
2022-10-07vhost-user-blk: dynamically resize config space based on featuresDaniil Tatianin3-8/+13
2022-10-07vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin2-5/+2
2022-10-07vhost-user-blk: make it possible to disable write-zeroes/discardDaniil Tatianin1-2/+4
2022-10-07virtio-blk: move config size params to virtio-blk-commonDaniil Tatianin5-23/+64
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin4-17/+28
2022-10-07tests/qtest: enable tests for virtio-gpioAlex Bennée6-1/+275
2022-10-07tests/qtest: add a get_features op to vhost-user-testAlex Bennée1-10/+27
2022-10-07tests/qtest: implement stub for VHOST_USER_GET_CONFIGAlex Bennée1-0/+13
2022-10-07tests/qtest: add assert to catch bad featuresAlex Bennée1-0/+2
2022-10-07tests/qtest: plain g_assert for VHOST_USER_F_PROTOCOL_FEATURESAlex Bennée1-2/+1
2022-10-07tests/qtest: catch unhandled vhost-user messagesAlex Bennée1-0/+43
2022-10-07tests/qtest: use qos_printf instead of g_test_messageAlex Bennée2-6/+12
2022-10-07tests/qtest: add a timeout for subprocess_run_one_testAlex Bennée1-1/+1
2022-10-07tests/qtest: pass stdout/stderr down to subtestsAlex Bennée1-1/+3
2022-10-07hw/virtio: add vhost-user-gpio-pci boilerplateViresh Kumar3-1/+71
2022-10-07hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar6-0/+464
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée10-13/+33
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée6-25/+10
2022-10-07hw/virtio: add some vhost-user trace eventsAlex Bennée2-0/+10
2022-10-07hw/virtio: log potentially buggy guest driversAlex Bennée1-0/+7
2022-10-07hw/virtio: fix some coding style issuesAlex Bennée1-3/+4
2022-10-07include/hw: document vhost_dev feature life-cycleAlex Bennée1-0/+3
2022-10-07include/hw/virtio: more comment for VIRTIO_F_BAD_FEATUREAlex Bennée1-1/+6