aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
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
2023-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau
2023-09-08misc/other: spelling fixesMichael Tokarev
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi
2023-08-29cryptodev: use NULL throttle timer cb for read directionzhenwei pi
2023-08-03cryptodev: Handle unexpected request to avoid crashzhenwei pi
2023-06-23cryptodev: fix memory leak during stats queryzhenwei pi
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare
2023-05-23hostmem-file: add offset optionAlexander Graf
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-03-07cryptodev: Support query-stats QMP commandzhenwei pi
2023-03-07cryptodev: support QoSzhenwei pi
2023-03-07cryptodev: Account statisticszhenwei pi
2023-03-07cryptodev: Use CryptoDevBackendOpInfo for operationzhenwei pi
2023-03-07hmp: add cryptodev info commandzhenwei pi
2023-03-07cryptodev-builtin: Detect akcipher capabilityzhenwei pi
2023-03-07cryptodev: Introduce 'query-cryptodev' QMP commandzhenwei pi
2023-03-07cryptodev: Introduce server type in QAPIzhenwei pi
2023-03-07cryptodev: Introduce cryptodev alg type in QAPIzhenwei pi
2023-03-07cryptodev: Remove 'name' & 'model' fieldszhenwei pi
2023-03-07cryptodev: Introduce cryptodev.jsonzhenwei pi
2023-03-02backends/vhost-user: remove the ioeventfd checkAlex Bennée
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu