aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-08machine: add missing doc for memory-backend optionIgor Mammedov1-0/+10
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson2-0/+34
2021-02-01hostmem-file: add readonly=on|off optionStefan Hajnoczi1-1/+27
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi1-1/+1
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-7/+3
2020-12-18bugfix: hostmem: Free host_nodes list right after visitedKeqian Zhu1-0/+1
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost1-3/+3
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-18qdev: Avoid using prop->name unnecessarilyEduardo Habkost1-1/+1
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost1-5/+3