summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2026-02-06cryptodev-builtin: Limit the maximum sizezhenwei pi
2025-12-09Fix const qualifier build errors with recent glibcCédric Le Goater
2025-11-03migration: vmsd errp handlers: return boolVladimir Sementsov-Ogievskiy
2025-11-03tmp_emulator: improve and fix use of errpVladimir Sementsov-Ogievskiy
2025-11-03hostmem/shm: Allow shm memory backend serve as shared memory for coco-VMsXiaoyao Li
2025-11-03igvm: add support for initial register state load in native modeGerd Hoffmann
2025-11-03igvm: add support for igvm memory map parameter in native modeGerd Hoffmann
2025-11-03igvm: fix off by one bug in memmap entry count checkingGerd Hoffmann
2025-11-03igvm: move igvm.h file to include/systemGerd Hoffmann
2025-10-30spdm: define SPDM transport enum typesWilfred Mallawa
2025-10-30spdm-socket: add seperate send/recv functionsWilfred Mallawa
2025-10-29Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2025-10-28char: rename CharBackend->CharFrontendMarc-André Lureau
2025-10-28qom: remove redundant typedef when use OBJECT_DECLARE_SIMPLE_TYPENguyen Dinh Phi
2025-10-04Merge tag 'staging-pull-request' of https://gitlab.com/peterx/qemu into stagingRichard Henderson
2025-10-03backends/tpm: Propagate vTPM error on migration failureArun Menon
2025-10-02system/iommufd: Use uint64_t type for IOVA mapping sizePhilippe Mathieu-Daudé
2025-07-12sev: Provide sev_features flags from IGVM VMSA to KVM_SEV_INIT2Roy Hopkins
2025-07-12backends/igvm: Handle policy for SEV guestsRoy Hopkins
2025-07-12backends/igvm: Process initialization sections in IGVM fileRoy Hopkins
2025-07-12backends/confidential-guest-support: Add set_guest_policy() functionRoy Hopkins
2025-07-12backends/igvm: Add IGVM loader and configurationRoy Hopkins
2025-07-12backends/confidential-guest-support: Add functions to support IGVMRoy Hopkins
2025-07-12meson: Add optional dependency on IGVM libraryRoy Hopkins
2025-07-03iommufd: preserve DMA mappingsSteve Sistare
2025-07-03vfio/iommufd: preserve descriptorsSteve Sistare
2025-07-03vfio/iommufd: register container for cprSteve Sistare
2025-07-03backends/iommufd: change process ioctlSteve Sistare
2025-07-03backends/iommufd: iommufd_backend_map_file_dmaSteve Sistare
2025-06-10backends/tpm: Avoid using g_alloca()Philippe Mathieu-Daudé
2025-06-05vfio/iommufd: Add properties and handlers to TYPE_HOST_IOMMU_DEVICE_IOMMUFDZhenzhong Duan
2025-06-05backends/iommufd: Add a helper to invalidate user-managed HWPTZhenzhong Duan
2025-05-14vhost-user: return failure if backend crash when live migrationHaoqian He
2025-05-06util: exclude mmap-alloc.c from compilation target on EmscriptenKohei Tokunaga
2025-04-27Merge tag 'single-binary-20250425' of https://github.com/philmd/qemu into sta...Stefan Hajnoczi
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé
2025-04-25vfio: Rename vfio-common.h to vfio-device.hCédric Le Goater
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson
2025-03-19cryptodev: Fix error handling in cryptodev_lkcf_execute_task()Markus Armbruster
2025-03-06qdev: Rename PropertyInfo member @name to @typeMarkus Armbruster
2025-02-22Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2025-02-21cryptodev/vhost: allocate CryptoDevBackendVhost using g_mem0()Stefano Garzarella
2025-02-16backends/tpm: Use qemu_hexdump_line() to avoid sprintf()Philippe Mathieu-Daudé
2025-02-11vfio: Remove reports of DMA mapping errors in backendsCédric Le Goater
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé
2025-01-29hostmem-shm: preserve for cprSteve Sistare
2025-01-29hostmem-memfd: preserve for cprSteve Sistare
2025-01-29memory: add RAM_PRIVATESteve Sistare
2025-01-29backends/hostmem-shm: factor out allocation of "anonymous shared memory with ...Steve Sistare