- ab31805 meson: convert backends directory to Meson by Marc-André Lureau · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 4 years, 11 months ago
- 88f8307 tpm_emulator: Report an error if chardev is missing by Stefan Berger · 4 years, 5 months ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 5 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 6 months ago
- dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 6 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 6 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 6 months ago
- ca64b08 tpm: Move backend code under the 'backends/' directory by Philippe Mathieu-Daudé · 4 years, 6 months ago
- 8ae92e2 backends: Add TPM files into their own directory by Philippe Mathieu-Daudé · 4 years, 6 months ago
- cccdd8c Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 7 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 8 months ago
- 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 8 months ago
- 70b6d52 hostmem: don't use mbind() if host-nodes is empty by Igor Mammedov · 4 years, 8 months ago
- 2a340b6 cryptodev: Fix cryptodev_builtin_cleanup() error API violation by Markus Armbruster · 4 years, 8 months ago
- 2a4e02d hostmem: set default prealloc_threads to valid value by Igor Mammedov · 4 years, 9 months ago
- 4ebc74d hostmem: fix strict bind policy by Igor Mammedov · 4 years, 10 months ago
- ffac16f hostmem: introduce "prealloc-threads" property by Igor Mammedov · 4 years, 10 months ago
- 900c0ba machine: alias -mem-path and -mem-prealloc into memory-foo backend by Igor Mammedov · 4 years, 10 months ago
- 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
- 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
- 5b08292 vhost-user-crypto: Explicit we ignore some QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
- 5010cec Add dbus-vmstate object by Marc-André Lureau · 5 years ago
- 7dc75ed backends/cryptodev: drop local_err from cryptodev_backend_complete() by Vladimir Sementsov-Ogievskiy · 5 years ago
- 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
- f396411 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
- 72d41eb memory: fetch pmem size in get_file_size() by Stefan Hajnoczi · 5 years ago
- b8487a3 backends/vhost-user.c: prevent using uninitialized vqs by Raphael Norwitz · 5 years ago
- a8b5ad8 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
- 0198c26 virtio-rng: change default backend to rng-builtin by Laurent Vivier · 5 years ago
- 6c4e9d4 rng-builtin: add an RNG backend that uses qemu_guest_getrandom() by Laurent Vivier · 5 years ago
- 7faae95 hostmem-file: fix pmem file size check by Stefan Hajnoczi · 5 years ago
- 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 5 years ago
- 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 5 years ago
- a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
- 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
- a2230bd VirtIO-RNG: Update default entropy source to `/dev/urandom` by Kashyap Chamarthy · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- f24bb72 Add vhost-user-backend by Marc-André Lureau · 6 years ago
- 0b99f22 vhost-user: simplify vhost_user_init/vhost_user_cleanup by Marc-André Lureau · 6 years ago
- 4a66c7a hostmem-memfd: disable for systems without sealing support by Ilya Maximets · 6 years ago
- 314aec4 hostmem-file: reject invalid pmem file sizes by Stefan Hajnoczi · 6 years ago
- 15160ab hostmem: fix crash when querying empty host-nodes property via QMP by Igor Mammedov · 6 years ago
- 5c7ba87 hostmem-file: simplify ifdef-s in file_backend_memory_alloc() by Igor Mammedov · 6 years ago
- 18658a3 vhost: restrict Linux dependency to kernel vhost by Paolo Bonzini · 6 years ago
- 21d1683 hostmem: add more information in error messages by Zhang Yi · 6 years ago
- fa0cb34 hostmem: use object id for memory region name with >= 4.0 by Marc-André Lureau · 6 years ago
- ffa144b hostmem: Validate host-nodes before setting bitmap by Eduardo Habkost · 6 years ago
- 87dc3ce hostmem-file: remove object id from pmem error message by Zhang Yi · 6 years ago
- 8610029 hostmem: no need to check for host_memory_backend_mr_inited() in alloc() by Marc-André Lureau · 6 years ago
- 36ea397 hostmem-memfd: honour share=on/off property by Marc-André Lureau · 6 years ago
- a1f3bb1 hostmem-file: fixed the memory leak while get pmem path. by Zhang Yi · 6 years ago
- 033bfc5 hostmem: add some properties description by Marc-André Lureau · 6 years ago
- d5dbde4 hostmem-file: make available memory-backend-file on POSIX-based hosts by Hikaru Nishida · 6 years ago
- 3829640 hostmem-memfd: add checks before adding hostmem-memfd & properties by Marc-André Lureau · 6 years ago
- a4de855 hostmem-file: add the 'pmem' option by Junyan He · 6 years ago
- cbfc017 memory, exec: switch file ram allocation functions to 'flags' parameters by Junyan He · 6 years ago
- cc4c77e backends/cryptodev: remove dead code by Jay Zhou · 7 years ago
- 7943e97 hostmem: drop error variable from host_memory_backend_get_memory() by David Hildenbrand · 7 years ago
- 4d0cf55 vhost-user: introduce shared vhost-user state by Tiwei Bie · 7 years ago
- 29de4ec memdev: remove "id" property by Paolo Bonzini · 7 years ago
- 2b10808 Add host_memory_backend_pagesize() helper by David Gibson · 7 years ago
- eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 7 years ago
- 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
- 0a9b9be cryptodev-vhost-user: set the key length by Gonglei · 7 years ago
- efbfeb8 cryptodev-vhost-user: add crypto session handler by Gonglei · 7 years ago
- 5da73da cryptodev: add vhost support by Gonglei · 7 years ago
- 042cea2 cryptodev: add vhost-user as a new cryptodev backend by Gonglei · 7 years ago
- 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
- a82400c Drop superfluous includes of qapi/qmp/qerror.h by Markus Armbruster · 7 years ago
- 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
- dbb9e0f Add memfd based hostmem by Marc-André Lureau · 7 years ago
- 6a8a235 tpm: report backend request error by Marc-André Lureau · 7 years ago
- c4fb856 tpm: replace GThreadPool with AIO threadpool by Marc-André Lureau · 7 years ago
- 9837684 hostmem-file: add "align" option by Haozhong Zhang · 7 years ago
- 9375c44 tpm: tpm_emulator: get and set buffer size of device by Stefan Berger · 7 years ago
- b21e6aa tpm: Move getting TPM buffer size to backends by Stefan Berger · 7 years ago
- ebca2df tpm-be: update optional function pointers by Marc-André Lureau · 7 years ago
- 3c3ef63 tpm: remove unused opened code by Marc-André Lureau · 7 years ago
- 191adc9 tpm-be: ask model to the TPM interface by Marc-André Lureau · 7 years ago
- 0bd6c8a tpm-be: report error instead of front-end by Marc-André Lureau · 7 years ago
- 6899905 tpm-be: call request_completed() out of thread by Marc-André Lureau · 7 years ago
- 8a89c9a tpm-backend: store TPMIf interface, improve backend_init() by Marc-André Lureau · 7 years ago
- 67af320 tpm: move TpmIf in include/sysemu/tpm.h by Marc-André Lureau · 7 years ago
- 05a6999 tpm: move recv_data_callback to TPM interface by Marc-André Lureau · 7 years ago
- 698f5da tpm: add a QOM TPM interface by Marc-André Lureau · 7 years ago
- 0e43b7e tpm: add TPMBackendCmd to hold the request state by Marc-André Lureau · 7 years ago
- 905e78b tpm: remove unused TPMBackendCmd by Marc-André Lureau · 7 years ago
- 27a79d9 tpm: remove init() class method by Marc-André Lureau · 7 years ago
- d31076b tpm: remove TPMDriverOps by Marc-André Lureau · 7 years ago
- d0c519b tpm-backend: Move realloc_buffer() implementation to tpm-tis model by Amarnath Valluri · 7 years ago
- f59864b tpm-backend: Add new API to read backend TpmInfo by Amarnath Valluri · 7 years ago
- 93330cf tpm-backend: Made few interface methods optional by Amarnath Valluri · 7 years ago
- f35fe5c tpm-backend: Initialize and free data members in it's own methods by Amarnath Valluri · 7 years ago
- b19a5ee tpm-backend: Move thread handling inside TPMBackend by Amarnath Valluri · 7 years ago
- 11ae6ed hostmem-file: Add "discard-data" option by Eduardo Habkost · 7 years ago
- 98bfaac Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' into staging by Peter Maydell · 7 years ago
- f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
- 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
- 3beacfb qom: Remove unused errp parameter from can_be_deleted() by Eduardo Habkost · 7 years ago