- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 7 months ago
- bf5dcf8 backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD by Philippe Mathieu-Daudé · 3 years, 7 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 8 months ago
- 1d9fa7a dbus-vmstate: Increase the size of input stream buffer used during load by Priyankar Jain · 3 years, 11 months ago
- 166a1cf backends/dbus-vmstate: Fix short read error handling by Markus Armbruster · 3 years, 11 months ago
- def835f hostmem: Don't report pmem attribute if unsupported by Michal Privoznik · 3 years, 11 months ago
- 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 3 years, 11 months ago
- 54550d8 replay: rng-builtin support by Pavel Dovgalyuk · 3 years, 11 months ago
- 8db0b20 machine: add missing doc for memory-backend option by Igor Mammedov · 4 years ago
- f91f9f2 confidential guest support: Introduce new confidential guest support class by David Gibson · 4 years, 8 months ago
- 86635aa hostmem-file: add readonly=on|off option by Stefan Hajnoczi · 4 years ago
- 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years ago
- c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years ago
- bdd5ce0 bugfix: hostmem: Free host_nodes list right after visited by Keqian Zhu · 4 years ago
- 1e19871 qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() by Eduardo Habkost · 4 years ago
- ea7c1e5 qdev: Move dev->realized check to qdev_property_set() by Eduardo Habkost · 4 years ago
- 991f0ac qdev: Avoid using prop->name unnecessarily by Eduardo Habkost · 4 years ago
- 828ade8 qdev: Make qdev_get_prop_ptr() get Object* arg by Eduardo Habkost · 4 years ago
- ded5d78 configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h by Thomas Huth · 4 years, 1 month ago
- eac2fce tpm: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
- 0dda001 cryptodev: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
- abb9369 vhost-user: Register "chardev" as class property by Eduardo Habkost · 4 years, 3 months ago
- 29ee2a1 rng: Register "opened" as class property by Eduardo Habkost · 4 years, 3 months ago
- a3d3ee6 rng-random: register "filename" as class property by Eduardo Habkost · 4 years, 3 months ago
- 079eed2 rng-egd: Register "chardev" as class property by Eduardo Habkost · 4 years, 3 months ago
- 1f14e38 cryptodev-backend: Register "chardev" as class property by Eduardo Habkost · 4 years, 3 months ago
- 07b0db0 cryptodev-vhost-user: Register "chardev" as class property by Eduardo Habkost · 4 years, 3 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 3 months ago
- 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 3 months ago
- c734cd4 qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE by Eduardo Habkost · 4 years, 3 months ago
- 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 5 months ago
- 1ff5adf Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
- c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 4 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
- 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, 5 months ago
- dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 5 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 5 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 5 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