aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-23vfio/ap: Don't initialize HOST_IOMMU_DEVICE with mdevZhenzhong Duan
2024-07-23vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()Joao Martins
2024-07-23backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins
2024-07-23vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdevJoao Martins
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins
2024-07-23hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()Eric Auger
2024-07-24Merge tag 'qga-pull-2024-07-23' of https://github.com/kostyanf14/qemu into st...Richard Henderson
2024-07-23qga/linux: Add new api 'guest-network-get-route'Dehan Meng
2024-07-23Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson
2024-07-23Merge tag 'pull-tcg-20240723' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-07-23Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson
2024-07-23Merge tag 'pull-maintainer-9.1-rc0-230724-1' of https://gitlab.com/stsquad/qe...Richard Henderson
2024-07-23target/riscv: Simplify probing in vext_ldffRichard Henderson
2024-07-23target/s390x: Use set/clear_helper_retaddr in mem_helper.cRichard Henderson
2024-07-23target/s390x: Use user_or_likely in access_memmoveRichard Henderson
2024-07-23target/s390x: Use user_or_likely in do_access_memsetRichard Henderson
2024-07-23target/ppc: Improve helper_dcbz for user-onlyRichard Henderson
2024-07-23target/ppc: Merge helper_{dcbz,dcbzep}Richard Henderson
2024-07-23target/ppc: Split out helper_dbczl for 970Richard Henderson
2024-07-23target/ppc: Hoist dcbz_size out of dcbz_commonRichard Henderson
2024-07-23target/ppc/mem_helper.c: Remove a conditional from dcbz_common()BALATON Zoltan
2024-07-23target/arm: Use set/clear_helper_retaddr in SVE and SME helpersRichard Henderson
2024-07-23target/arm: Use set/clear_helper_retaddr in helper-a64.cRichard Henderson
2024-07-23accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.hRichard Henderson
2024-07-22hw/nvme: Add SPDM over DOE supportWilfred Mallawa
2024-07-22backends: Initial support for SPDM socket supportHuai-Cheng Kuo
2024-07-22hw/pci: Add all Data Object Types defined in PCIe r6.0Alistair Francis
2024-07-22tests/acpi: Add expected ACPI AML files for RISC-VSunil V L
2024-07-22tests/qtest/bios-tables-test.c: Enable basic testing for RISC-VSunil V L
2024-07-22tests/acpi: Add empty ACPI data files for RISC-VSunil V L
2024-07-22tests/qtest/bios-tables-test.c: Remove the fall back pathSunil V L
2024-07-22tests/acpi: update expected DSDT blob for aarch64 and microvmSunil V L
2024-07-22acpi/gpex: Create PCI link devices outside PCI root bridgeSunil V L
2024-07-22tests/acpi: Allow DSDT acpi table changes for aarch64Sunil V L
2024-07-22hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UARTSunil V L
2024-07-22hw/riscv/virt-acpi-build.c: Add namespace devices for PLIC and APLICSunil V L
2024-07-22virtio-iommu: Add trace point on virtio_iommu_detach_endpoint_from_domainEric Auger
2024-07-22hw/vfio/common: Add vfio_listener_region_del_iommu trace eventEric Auger
2024-07-22virtio-iommu: Remove the end point on detachEric Auger
2024-07-22virtio-iommu: Free [host_]resv_ranges on unset_iommu_devicesEric Auger
2024-07-22virtio-iommu: Remove probe_doneEric Auger
2024-07-22Revert "virtio-iommu: Clear IOMMUDevice when VFIO device is unplugged"Eric Auger
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta
2024-07-22physmem: Add helper function to destroy CPU AddressSpaceSalil Mehta
2024-07-22hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta
2024-07-22hw/acpi: Update GED _EVT method AML with CPU scanSalil Mehta
2024-07-22hw/acpi: Update ACPI GED framework to support vCPU HotplugSalil Mehta
2024-07-22hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header fileSalil Mehta
2024-07-22accel/kvm: Extract common KVM vCPU {creation,parking} codeSalil Mehta
2024-07-22smbios: make memory device size configurable per MachineIgor Mammedov