aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-07tests/acpi: virt: update ACPI MADT and FADT binariesMiguel Luis7-6/+0
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-07tests/acpi: virt: allow acpi MADT and FADT changesMiguel Luis1-0/+6
2022-11-07Merge tag 'pull-request-2022-11-06' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi8-145/+176
2022-11-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi17-132/+280
2022-11-07Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi19-51/+45
2022-11-07target/loongarch: Fix return value of CHECK_FPERui Wang1-1/+1
2022-11-07target/loongarch: Separate the hardware flags into MMU index and PLVRui Wang5-16/+18
2022-11-06s390x/cpu topology: add max_threads machine class attributePierre Morel2-0/+12
2022-11-06s390x: Register TYPE_S390_CCW_MACHINE properties as class propertiesPierre Morel1-55/+72
2022-11-06s390x/pci: RPCIT second pass when mappings exhaustedMatthew Rosato1-7/+22
2022-11-06s390x/css: revert SCSW ctrl/flag bits on errorPeter Jin1-3/+48
2022-11-06gitlab-ci: increase clang-user timeoutStefan Hajnoczi1-0/+1
2022-11-06tests/qtest: migration-test: Enable TLS PSK tests for win32Bin Meng1-14/+0
2022-11-06tests/qtest: Fix two format stringsStefan Weil1-2/+2
2022-11-06tests/qtest/libqos/e1000e: Use IVAR shift definitionsAkihiko Odaki1-3/+3
2022-11-06tests/qtest/libqos/e1000e: Use E1000_STATUS_ASDV_1000Akihiko Odaki1-2/+2
2022-11-06tests/qtest/e1000e-test: Use e1000_regs.hAkihiko Odaki1-56/+10
2022-11-06tests/qtest/libqos/e1000e: Set E1000_CTRL_SLUAkihiko Odaki1-1/+1
2022-11-06tests/qtest/libqos/e1000e: Refer common PCI ID definitionsAkihiko Odaki1-2/+3
2022-11-06accel: abort if we fail to load the accelerator pluginClaudio Fontana1-1/+7
2022-11-06dmg: warn when opening dmg images containing blocks of unknown typeKevin Wolf1-0/+19
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana9-113/+224
2022-11-06module: rename module_load_one to module_loadClaudio Fontana9-24/+24
2022-11-06module: removed unused function argument "mayfail"Claudio Fontana3-16/+14
2022-11-06Add missing include statement for global xml_builtinStefan Weil1-0/+1
2022-11-06meson: avoid unused arguments of main() in compiler testsPaolo Bonzini1-4/+4
2022-11-06Fix broken configure with -Wunused-parameterStefan Weil1-4/+4
2022-11-06gdb-xml: Fix size of EFER register on i386 architecture when debugged by GDBTaiseiIto1-1/+1
2022-11-06util/aio-win32: Correct the event array size in aio_poll()Bin Meng1-2/+3
2022-11-06util/main-loop: Avoid adding the same HANDLE twiceBin Meng2-0/+12
2022-11-06util/main-loop: Fix maximum number of wait objects for win32Bin Meng1-5/+5