aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
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
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell
2022-02-21configure, meson: move TPM check to mesonPaolo Bonzini
2021-12-21docs: move D-Bus VMState documentation to source XMLMarc-André Lureau
2021-12-21backends: move dbus-vmstate1.xml to backends/Marc-André Lureau
2021-09-30hostmem: Add hostmem-epc as a backend for SGX EPCSean Christopherson
2021-09-27qapi: Convert simple union TpmTypeOptions to flat oneMarkus Armbruster
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2021-06-15hostmem: Wire up RAM_NORESERVE via "reserve" propertyDavid Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()David Hildenbrand
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-13backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-04-01dbus-vmstate: Increase the size of input stream buffer used during loadPriyankar Jain
2021-03-09backends/dbus-vmstate: Fix short read error handlingMarkus Armbruster
2021-02-18hostmem: Don't report pmem attribute if unsupportedMichal Privoznik
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman
2021-02-08replay: rng-builtin supportPavel Dovgalyuk
2021-02-08machine: add missing doc for memory-backend optionIgor Mammedov
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson
2021-02-01hostmem-file: add readonly=on|off optionStefan Hajnoczi
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake
2020-12-18bugfix: hostmem: Free host_nodes list right after visitedKeqian Zhu