summary refs log tree commit diff stats
path: root/backends (follow)
Commit message (Expand)AuthorAgeFilesLines
* backends/cryptodev-builtin: Fix local_error leaksLi Zhijian2024-04-291-4/+5
* Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-241-1/+0
|\
| * error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2024-04-241-1/+0
* | HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li2024-04-234-0/+4
|/
* backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé2024-04-101-1/+3
* backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* oslib-posix: initialize backend memory objects in parallelMark Kanda2024-02-061-2/+5
* backends/hostmem: Fix block comments style (checkpatch.pl warnings)Philippe Mathieu-Daudé2024-01-301-4/+8
* backends/cryptodev: Do not ignore throttle/backends ErrorsPhilippe Mathieu-Daudé2024-01-191-0/+10
* backends/iommufd: Remove mutexCédric Le Goater2024-01-051-7/+0
* backends/iommufd: Remove check on number of backend usersCédric Le Goater2024-01-051-5/+0
* Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell2024-01-055-108/+97
|\
| * misc: Simplify qemu_prealloc_mem() callsPhilippe Mathieu-Daudé2024-01-051-15/+7
| * backends: Reduce variable scope in host_memory_backend_memory_completePhilippe Mathieu-Daudé2024-01-051-4/+4
| * backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé2024-01-055-27/+27
| * backends: Simplify host_memory_backend_memory_complete()Philippe Mathieu-Daudé2024-01-051-67/+68
| * backends: Use g_autofree in HostMemoryBackendClass::alloc() handlersPhilippe Mathieu-Daudé2024-01-054-8/+4
* | Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-01-051-1/+1
|\ \ | |/ |/|
| * cpus: check running not RUN_STATE_RUNNINGSteve Sistare2024-01-041-1/+1
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2024-01-041-3/+7
|\ \
| * | configure, meson: rename targetos to host_osPaolo Bonzini2023-12-311-2/+2
| * | meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini2023-12-311-2/+4
| * | meson: remove OS definitions from config_targetosPaolo Bonzini2023-12-311-1/+3
| |/
* / backends: Constify VMStateRichard Henderson2023-12-302-2/+2
|/
* backends/iommufd: Introduce the iommufd objectEric Auger2023-12-194-0/+260
* migration: Use vmstate_register_any()Juan Quintela2023-11-012-4/+2
* migration: simplify blockersSteve Sistare2023-10-201-8/+2
* Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2023-09-211-6/+6
|\
| * throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi2023-08-291-4/+5
| * cryptodev: use NULL throttle timer cb for read directionzhenwei pi2023-08-291-2/+1
* | backends/hostmem-file: Add "rom" property to support VM templating with R/O f...David Hildenbrand2023-09-191-1/+58
* | softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand2023-09-191-2/+2
* | tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau2023-09-131-9/+2
* | misc/other: spelling fixesMichael Tokarev2023-09-081-1/+1
|/
* cryptodev: Handle unexpected request to avoid crashzhenwei pi2023-08-031-0/+10
* cryptodev: fix memory leak during stats queryzhenwei pi2023-06-231-1/+1
* cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan2023-06-231-5/+4
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-202-14/+14
* exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare2023-06-131-0/+1
* hostmem-file: add offset optionAlexander Graf2023-05-231-1/+39
* thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito2023-04-251-3/+1
* win32: replace closesocket() with close() wrapperMarc-André Lureau2023-03-131-3/+3
* cryptodev: Support query-stats QMP commandzhenwei pi2023-03-071-0/+155
* cryptodev: support QoSzhenwei pi2023-03-071-0/+138
* cryptodev: Account statisticszhenwei pi2023-03-071-5/+63
* cryptodev: Use CryptoDevBackendOpInfo for operationzhenwei pi2023-03-073-25/+11
* hmp: add cryptodev info commandzhenwei pi2023-03-072-0/+55
* cryptodev-builtin: Detect akcipher capabilityzhenwei pi2023-03-071-3/+15
* cryptodev: Introduce 'query-cryptodev' QMP commandzhenwei pi2023-03-071-0/+45
* cryptodev: Introduce server type in QAPIzhenwei pi2023-03-073-8/+8