aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster3-3/+0
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster1-2/+0
2023-02-08Fix non-first inclusions of qemu/osdep.hMarkus Armbruster1-1/+1
2023-01-16Call qemu_socketpair() instead of socketpair() when possibleGuoyi Tu1-1/+1
2022-12-28hostmem: Honor multiple preferred nodes if possibleMichal Privoznik1-2/+17
2022-12-14qapi tpm: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+0
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2-4/+4
2022-11-02cryptodev: Add a lkcf-backend for cryptodevLei He2-0/+648
2022-11-02virtio-crypto: Support asynchronous modeLei He3-51/+113
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi1-3/+10
2022-10-27hostmem: Allow for specifying a ThreadContext for preallocationDavid Hildenbrand1-3/+9
2022-10-27util: Make qemu_prealloc_mem() optionally consume a ThreadContextDavid Hildenbrand1-2/+3
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand1-3/+3
2022-10-27backends: Improve error messages when property can no longer be setMarkus Armbruster4-4/+4
2022-09-13tpm_emulator: Have swtpm relock storage upon migration fall-backStefan Berger2-1/+61
2022-09-13tpm_emulator: Use latest tpm_ioctl.h from swtpm projectStefan Berger1-20/+76
2022-09-09tpm_emulator: Avoid double initialization during migrationRoss Lagerwall1-0/+10
2022-08-31Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu ...Stefan Hajnoczi1-0/+4
2022-08-26backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize()Thomas Huth1-12/+2
2022-08-25backends/tpm: Exclude headers and macros that don't exist on win32Bin Meng1-0/+4
2022-08-18dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxiesPriyankar Jain1-4/+9
2022-06-16crypto: Introduce RSA algorithmzhenwei pi3-59/+283
2022-05-23hostmem: default the amount of prealloc-threads to smp-cpusJaroslav Jindrak1-1/+1
2022-05-14rng: make opened property read-onlyPaolo Bonzini1-16/+2
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini1-2/+6
2022-04-28meson, configure: move libgio test to mesonPaolo Bonzini1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau1-1/+1
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-8/+6
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2-0/+2
2022-02-21configure, meson: move TPM check to mesonPaolo Bonzini1-8/+6
2021-12-21docs: move D-Bus VMState documentation to source XMLMarc-André Lureau1-1/+41
2021-12-21backends: move dbus-vmstate1.xml to backends/Marc-André Lureau1-0/+12
2021-09-30hostmem: Add hostmem-epc as a backend for SGX EPCSean Christopherson2-0/+83
2021-09-27qapi: Convert simple union TpmTypeOptions to flat oneMarkus Armbruster2-2/+2
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster1-2/+1
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2-3/+6
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand4-5/+44
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand1-2/+4
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-3/+4
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella2-2/+2
2021-05-13backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé1-19/+15
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth3-3/+0
2021-04-01dbus-vmstate: Increase the size of input stream buffer used during loadPriyankar Jain1-3/+17
2021-03-09backends/dbus-vmstate: Fix short read error handlingMarkus Armbruster1-1/+4
2021-02-18hostmem: Don't report pmem attribute if unsupportedMichal Privoznik1-9/+4
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman1-1/+1
2021-02-08replay: rng-builtin supportPavel Dovgalyuk1-1/+2