aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-07-03pcie_sriov: Do not manually unrealizeAkihiko Odaki1-4/+0
2024-07-03hw/ppc/spapr_pci: Do not reject VFs created after a PFAkihiko Odaki1-1/+3
2024-07-03hw/ppc/spapr_pci: Do not create DT for disabled PCI deviceAkihiko Odaki1-0/+4
2024-07-03hw/pci: Rename has_power to enabledAkihiko Odaki4-11/+16
2024-07-03virtio-iommu: Clear IOMMUDevice when VFIO device is unpluggedCédric Le Goater1-0/+21
2024-07-03virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella1-1/+0
2024-07-03hw/cxl/events: Mark cxl-add-dynamic-capacity and cxl-release-dynamic-capcity unstableJonathan Cameron1-2/+12
2024-07-03hw/cxl/events: Improve QMP interfaces and documentation for add/release dynamic capacity.Jonathan Cameron3-67/+103
2024-07-03tests/data/acpi/rebuild-expected-aml.sh: Add RISC-VSunil V L1-2/+3
2024-07-03pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobsSunil V L2-0/+5
2024-07-03meson.build: Add RISC-V to the edk2-target listSunil V L1-1/+1
2024-07-03tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} pathSunil V L25-0/+0
2024-07-03tests/data/acpi: Move x86 ACPI tables under x86/${machine} pathSunil V L117-0/+0
2024-07-03tests/qtest/bios-tables-test.c: Set "arch" for x86 testsSunil V L1-13/+64
2024-07-03tests/qtest/bios-tables-test.c: Set "arch" for aarch64 testsSunil V L1-0/+8
2024-07-03tests/qtest/bios-tables-test.c: Add support for arch in pathSunil V L1-3/+20
2024-07-03qtest: bios-tables-test: Rename aarch64 tests with aarch64 in themSunil V L1-16/+19
2024-07-03tests/data/uefi-boot-images: Add RISC-V ISO imageSunil V L2-1/+1
2024-07-03uefi-test-tools: Add support for python based build scriptSunil V L2-12/+59
2024-07-03uefi-test-tools/UefiTestToolsPkg: Add RISC-V supportSunil V L1-1/+5
2024-07-03hw/arm/virt-acpi-build: Fix id_count in build_iort_id_mappingNicolin Chen1-6/+13
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse8-29/+33
2024-07-03hw/arm/virt-acpi-build: Drop local iort_node_offsetNicolin Chen1-2/+1
2024-07-03hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth1-4/+4
2024-07-03tests/qtest/vhost-user-test: add a test case for memory-backend-shmStefano Garzarella1-0/+23
2024-07-03tests/qtest/vhost-user-blk-test: use memory-backend-shmStefano Garzarella1-1/+1
2024-07-03hostmem: add a new memory backend based on POSIX shm_open()Stefano Garzarella5-4/+164
2024-07-03char-stdio: Restore blocking mode of stdout on exitMaxim Mikityanskiy1-0/+4
2024-07-03Merge tag 'pull-tcg-20240703' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson11-110/+266
2024-07-03tcg/optimize: Fix TCG_COND_TST* simplification of setcond2Richard Henderson3-1/+33
2024-07-03util/cpuinfo-riscv: Use linux __riscv_hwprobe syscallRichard Henderson2-0/+32
2024-07-03util/cpuinfo-riscv: Support OpenBSD signal frameRichard Henderson1-0/+7
2024-07-03util/cpuinfo-riscv: Support host/cpuinfo.h for riscvRichard Henderson5-101/+139
2024-07-03util/cpuinfo-aarch64: Add OpenBSD supportBrad Smith1-0/+36
2024-07-03util/cpuinfo-ppc: Add FreeBSD supportBrad Smith1-1/+8
2024-07-03target/i386: add avx-vnni-int16 featurePaolo Bonzini1-1/+1
2024-07-03i386/sev: Fallback to the default SEV device if none provided in sev_get_capabilities()Michal Privoznik1-5/+5
2024-07-03i386/sev: Fix error message in sev_get_capabilities()Michal Privoznik1-1/+1
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini3-0/+8
2024-07-03target/i386: SEV: fix formatting of CPUID mismatch messagePaolo Bonzini1-3/+3
2024-07-03target/i386: drop AMD machine check bits from Intel CPUIDPaolo Bonzini1-4/+19
2024-07-03target/i386: pass X86CPU to x86_cpu_get_supported_feature_wordPaolo Bonzini3-9/+7
2024-07-03meson: Drop the .fa library suffixPaolo Bonzini9-31/+4
2024-07-03Revert "meson: Propagate gnutls dependency"Akihiko Odaki5-6/+6
2024-07-03meson: Pass objects and dependencies to declare_dependency()Akihiko Odaki6-26/+35
2024-07-03meson: merge plugin_ldflags into emulator_link_argsPaolo Bonzini1-4/+3
2024-07-03meson: move block.syms dependency out of libblockPaolo Bonzini2-2/+4
2024-07-03meson: move shared_module() calls where modules are already walkedPaolo Bonzini1-15/+19
2024-07-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson6-44/+110
2024-07-02util/cpuinfo-ppc: Fix building on OpenBSDBrad Smith1-8/+12