aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
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
2022-12-28hostmem: Honor multiple preferred nodes if possibleMichal Privoznik
2022-12-14qapi tpm: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella
2022-11-02cryptodev: Add a lkcf-backend for cryptodevLei He
2022-11-02virtio-crypto: Support asynchronous modeLei He
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-27hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand
2022-10-27backends: Improve error messages when property can no longer be setMarkus Armbruster
2022-09-13tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger
2022-09-13tpm_emulator: Use latest tpm_ioctl.h from swtpm projectStefan Berger
2022-09-09tpm_emulator: Avoid double initialization during migrationRoss Lagerwall
2022-08-31Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu ...Stefan Hajnoczi
2022-08-26backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()Thomas Huth
2022-08-25backends/tpm: Exclude headers and macros that don't exist on win32Bin Meng
2022-08-18dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxiesPriyankar Jain
2022-06-16crypto: Introduce RSA algorithmzhenwei pi
2022-05-23hostmem: default the amount of prealloc-threads to smp-cpusJaroslav Jindrak
2022-05-14rng: make opened property read-onlyPaolo Bonzini
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell