aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2024-07-24Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...Richard Henderson
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins
2024-07-23vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins
2024-07-23vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins
2024-07-23backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins
2024-07-22backends: Initial support for SPDM socket supportHuai-Cheng Kuo
2024-07-17backends/rng-random: Get rid of qemu_open_old()Zhao Liu
2024-07-17backends/iommufd: Get rid of qemu_open_old()Zhao Liu
2024-07-17backends/hostmem-epc: Get rid of qemu_open_old()Zhao Liu
2024-07-03hostmem: add a new memory backend based on POSIX shm_open()Stefano Garzarella
2024-06-24backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan
2024-06-24backends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan
2024-06-24backends: Introduce HostIOMMUDevice abstractZhenzhong Duan
2024-06-10backends/tpm: Remove newline character in trace eventPhilippe Mathieu-Daudé
2024-06-08hostmem: simplify the code for merge and dump propertiesPaolo Bonzini
2024-06-08machine, hostmem: improve error messages for unsupported featuresPaolo Bonzini
2024-06-08backends/hostmem: Report error when memory size is unalignedMichal Privoznik
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan
2024-04-29backends/cryptodev-builtin: Fix local_error leaksLi Zhijian
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson
2024-04-24error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li
2024-04-10backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé
2024-03-12backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda
2024-01-30backends/hostmem: Fix block comments style (checkpatch.pl warnings)Philippe Mathieu-Daudé
2024-01-19backends/cryptodev: Do not ignore throttle/backends ErrorsPhilippe Mathieu-Daudé
2024-01-05backends/iommufd: Remove mutexCédric Le Goater
2024-01-05backends/iommufd: Remove check on number of backend usersCédric Le Goater
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-05misc: Simplify qemu_prealloc_mem() callsPhilippe Mathieu-Daudé
2024-01-05backends: Reduce variable scope in host_memory_backend_memory_completePhilippe Mathieu-Daudé
2024-01-05backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé
2024-01-05backends: Simplify host_memory_backend_memory_complete()Philippe Mathieu-Daudé
2024-01-05backends: Use g_autofree in HostMemoryBackendClass::alloc() handlersPhilippe Mathieu-Daudé
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-30backends: Constify VMStateRichard Henderson
2023-12-19backends/iommufd: Introduce the iommufd objectEric Auger
2023-11-01migration: Use vmstate_register_any()Juan Quintela
2023-10-20migration: simplify blockersSteve Sistare
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi
2023-09-19backends/hostmem-file: Add "rom" property to support VM templating with R/O f...David Hildenbrand
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand