aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2024-06-10backends/tpm: Remove newline character in trace eventPhilippe Mathieu-Daudé2-3/+5
2024-06-08hostmem: simplify the code for merge and dump propertiesPaolo Bonzini1-14/+8
2024-06-08machine, hostmem: improve error messages for unsupported featuresPaolo Bonzini1-0/+16
2024-06-08backends/hostmem: Report error when memory size is unalignedMichal Privoznik4-0/+13
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan2-18/+15
2024-04-29backends/cryptodev-builtin: Fix local_error leaksLi Zhijian1-4/+5
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-1/+0
2024-04-24error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li4-0/+4
2024-04-10backends/cryptodev: Do not abort for invalid session IDPhilippe Mathieu-Daudé1-1/+3
2024-03-12backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda1-2/+5
2024-01-30backends/hostmem: Fix block comments style (checkpatch.pl warnings)Philippe Mathieu-Daudé1-4/+8
2024-01-19backends/cryptodev: Do not ignore throttle/backends ErrorsPhilippe Mathieu-Daudé1-0/+10
2024-01-05backends/iommufd: Remove mutexCédric Le Goater1-7/+0
2024-01-05backends/iommufd: Remove check on number of backend usersCédric Le Goater1-5/+0
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell5-108/+97
2024-01-05misc: Simplify qemu_prealloc_mem() callsPhilippe Mathieu-Daudé1-15/+7
2024-01-05backends: Reduce variable scope in host_memory_backend_memory_completePhilippe Mathieu-Daudé1-4/+4
2024-01-05backends: Have HostMemoryBackendClass::alloc() handler return a booleanPhilippe Mathieu-Daudé5-27/+27
2024-01-05backends: Simplify host_memory_backend_memory_complete()Philippe Mathieu-Daudé1-67/+68
2024-01-05backends: Use g_autofree in HostMemoryBackendClass::alloc() handlersPhilippe Mathieu-Daudé4-8/+4
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-3/+7
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare1-1/+1
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-2/+2
2023-12-31meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetosPaolo Bonzini1-2/+4
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-1/+3
2023-12-30backends: Constify VMStateRichard Henderson2-2/+2
2023-12-19backends/iommufd: Introduce the iommufd objectEric Auger4-0/+260
2023-11-01migration: Use vmstate_register_any()Juan Quintela2-4/+2
2023-10-20migration: simplify blockersSteve Sistare1-8/+2
2023-09-21Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi1-6/+6
2023-09-19backends/hostmem-file: Add "rom" property to support VM templating with R/O f...David Hildenbrand1-1/+58
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand1-2/+2
2023-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau1-9/+2
2023-09-08misc/other: spelling fixesMichael Tokarev1-1/+1
2023-08-29throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi1-4/+5
2023-08-29cryptodev: use NULL throttle timer cb for read directionzhenwei pi1-2/+1
2023-08-03cryptodev: Handle unexpected request to avoid crashzhenwei pi1-0/+10
2023-06-23cryptodev: fix memory leak during stats queryzhenwei pi1-1/+1
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan1-5/+4
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2-14/+14
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare1-0/+1
2023-05-23hostmem-file: add offset optionAlexander Graf1-1/+39
2023-04-25thread-pool: avoid passing the pool parameter every timeEmanuele Giuseppe Esposito1-3/+1
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau1-3/+3
2023-03-07cryptodev: Support query-stats QMP commandzhenwei pi1-0/+155
2023-03-07cryptodev: support QoSzhenwei pi1-0/+138
2023-03-07cryptodev: Account statisticszhenwei pi1-5/+63