aboutsummaryrefslogtreecommitdiffstats
path: root/backends (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 filesDavid 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
* cryptodev: Introduce cryptodev alg type in QAPIzhenwei pi2023-03-073-8/+8
* cryptodev: Remove 'name' & 'model' fieldszhenwei pi2023-03-074-15/+4
* cryptodev: Introduce cryptodev.jsonzhenwei pi2023-03-074-6/+6
* backends/vhost-user: remove the ioeventfd checkAlex Bennée2023-03-021-11/+0
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-233-3/+0
* Drop duplicate #includeMarkus Armbruster2023-02-081-1/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-2/+0
* Fix non-first inclusions of qemu/osdep.hMarkus Armbruster2023-02-081-1/+1
* Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu2023-01-161-1/+1
* hostmem: Honor multiple preferred nodes if possibleMichal Privoznik2022-12-281-2/+17
* qapi tpm: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-2/+0
* vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-012-4/+4
* cryptodev: Add a lkcf-backend for cryptodevLei He2022-11-022-0/+648
* virtio-crypto: Support asynchronous modeLei He2022-11-023-51/+113
* Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into stagingStefan Hajnoczi2022-10-301-3/+10
|\
| * hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand2022-10-271-3/+9
| * util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand2022-10-271-2/+3
| * util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-3/+3
* | backends: Improve error messages when property can no longer be setMarkus Armbruster2022-10-274-4/+4
|/
* tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger2022-09-132-1/+61
* tpm_emulator: Use latest tpm_ioctl.h from swtpm projectStefan Berger2022-09-131-20/+76
* tpm_emulator: Avoid double initialization during migrationRoss Lagerwall2022-09-091-0/+10
* Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu into stagingStefan Hajnoczi2022-08-311-0/+4
|\
| * backends/tpm: Exclude headers and macros that don't exist on win32Bin Meng2022-08-251-0/+4
* | backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()Thomas Huth2022-08-261-12/+2
|/
* dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxiesPriyankar Jain2022-08-181-4/+9
* crypto: Introduce RSA algorithmzhenwei pi2022-06-163-59/+283