1. f8d426a hostmem: default the amount of prealloc-threads to smp-cpus by Jaroslav Jindrak · 2 years, 9 months ago
  2. 6e57793 rng: make opened property read-only by Paolo Bonzini · 2 years, 9 months ago
  3. 43b6d7e meson: use have_vhost_* variables to pick sources by Paolo Bonzini · 2 years, 10 months ago
  4. 7544060 meson, configure: move libgio test to meson by Paolo Bonzini · 2 years, 10 months ago
  5. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 11 months ago
  6. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 2 years, 11 months ago
  7. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  8. 9222680 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years ago
  9. b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years ago
  10. 0d04c4c configure, meson: move TPM check to meson by Paolo Bonzini · 3 years, 2 months ago
  11. d2f2577 docs: move D-Bus VMState documentation to source XML by Marc-André Lureau · 3 years, 4 months ago
  12. 6153488 backends: move dbus-vmstate1.xml to backends/ by Marc-André Lureau · 3 years, 4 months ago
  13. c6c0232 hostmem: Add hostmem-epc as a backend for SGX EPC by Sean Christopherson · 3 years, 7 months ago
  14. 39dc3e4 qapi: Convert simple union TpmTypeOptions to flat one by Markus Armbruster · 3 years, 5 months ago
  15. 436c831 migration: Unify failure check for migrate_add_blocker() by Markus Armbruster · 3 years, 7 months ago
  16. a6945f2 vhost: Add Error parameter to vhost_dev_init() by Kevin Wolf · 3 years, 8 months ago
  17. 9181fb7 hostmem: Wire up RAM_NORESERVE via "reserve" property by David Hildenbrand · 3 years, 9 months ago
  18. 7f863cb softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() by David Hildenbrand · 3 years, 9 months ago
  19. d5015b8 softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd() by David Hildenbrand · 3 years, 9 months ago
  20. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 9 months ago
  21. bf5dcf8 backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD by Philippe Mathieu-Daudé · 3 years, 9 months ago
  22. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
  23. 1d9fa7a dbus-vmstate: Increase the size of input stream buffer used during load by Priyankar Jain · 4 years, 1 month ago
  24. 166a1cf backends/dbus-vmstate: Fix short read error handling by Markus Armbruster · 4 years, 1 month ago
  25. def835f hostmem: Don't report pmem attribute if unsupported by Michal Privoznik · 4 years, 1 month ago
  26. 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 4 years, 1 month ago
  27. 54550d8 replay: rng-builtin support by Pavel Dovgalyuk · 4 years ago
  28. 8db0b20 machine: add missing doc for memory-backend option by Igor Mammedov · 4 years, 1 month ago
  29. f91f9f2 confidential guest support: Introduce new confidential guest support class by David Gibson · 4 years, 10 months ago
  30. 86635aa hostmem-file: add readonly=on|off option by Stefan Hajnoczi · 4 years, 1 month ago
  31. 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years, 1 month ago
  32. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 1 month ago
  33. bdd5ce0 bugfix: hostmem: Free host_nodes list right after visited by Keqian Zhu · 4 years, 2 months ago
  34. 1e19871 qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr() by Eduardo Habkost · 4 years, 2 months ago
  35. ea7c1e5 qdev: Move dev->realized check to qdev_property_set() by Eduardo Habkost · 4 years, 2 months ago
  36. 991f0ac qdev: Avoid using prop->name unnecessarily by Eduardo Habkost · 4 years, 2 months ago
  37. 828ade8 qdev: Make qdev_get_prop_ptr() get Object* arg by Eduardo Habkost · 4 years, 2 months ago
  38. ded5d78 configure: Add a proper check for sys/ioccom.h and use it in tpm_ioctl.h by Thomas Huth · 4 years, 3 months ago
  39. eac2fce tpm: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  40. 0dda001 cryptodev: Fix Lesser GPL version number by Chetan Pant · 4 years, 4 months ago
  41. abb9369 vhost-user: Register "chardev" as class property by Eduardo Habkost · 4 years, 5 months ago
  42. 29ee2a1 rng: Register "opened" as class property by Eduardo Habkost · 4 years, 5 months ago
  43. a3d3ee6 rng-random: register "filename" as class property by Eduardo Habkost · 4 years, 5 months ago
  44. 079eed2 rng-egd: Register "chardev" as class property by Eduardo Habkost · 4 years, 5 months ago
  45. 1f14e38 cryptodev-backend: Register "chardev" as class property by Eduardo Habkost · 4 years, 5 months ago
  46. 07b0db0 cryptodev-vhost-user: Register "chardev" as class property by Eduardo Habkost · 4 years, 5 months ago
  47. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 5 months ago
  48. 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 5 months ago
  49. c734cd4 qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE by Eduardo Habkost · 4 years, 5 months ago
  50. 448058a util: rename qemu_open() to qemu_open_old() by Daniel P. Berrangé · 4 years, 7 months ago
  51. 1ff5adf Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  52. c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 6 months ago
  53. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  54. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  55. ab31805 meson: convert backends directory to Meson by Marc-André Lureau · 6 years ago
  56. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  57. 88f8307 tpm_emulator: Report an error if chardev is missing by Stefan Berger · 4 years, 7 months ago
  58. 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 7 months ago
  59. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  60. dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 8 months ago
  61. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  62. 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 8 months ago
  63. ca64b08 tpm: Move backend code under the 'backends/' directory by Philippe Mathieu-Daudé · 4 years, 8 months ago
  64. 8ae92e2 backends: Add TPM files into their own directory by Philippe Mathieu-Daudé · 4 years, 8 months ago
  65. cccdd8c Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 9 months ago
  66. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  67. 7eecec7 qom: Drop object_property_set_description() parameter @errp by Markus Armbruster · 4 years, 10 months ago
  68. 70b6d52 hostmem: don't use mbind() if host-nodes is empty by Igor Mammedov · 4 years, 10 months ago
  69. 2a340b6 cryptodev: Fix cryptodev_builtin_cleanup() error API violation by Markus Armbruster · 4 years, 10 months ago
  70. 2a4e02d hostmem: set default prealloc_threads to valid value by Igor Mammedov · 5 years ago
  71. 4ebc74d hostmem: fix strict bind policy by Igor Mammedov · 5 years ago
  72. ffac16f hostmem: introduce "prealloc-threads" property by Igor Mammedov · 5 years ago
  73. 900c0ba machine: alias -mem-path and -mem-prealloc into memory-foo backend by Igor Mammedov · 5 years ago
  74. 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago
  75. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  76. 5b08292 vhost-user-crypto: Explicit we ignore some QEMUChrEvent in IOEventHandler by Philippe Mathieu-Daudé · 5 years ago
  77. 5010cec Add dbus-vmstate object by Marc-André Lureau · 5 years ago
  78. 7dc75ed backends/cryptodev: drop local_err from cryptodev_backend_complete() by Vladimir Sementsov-Ogievskiy · 5 years ago
  79. 038adc2 core: replace getpagesize() with qemu_real_host_page_size by Wei Yang · 5 years ago
  80. f396411 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
  81. 72d41eb memory: fetch pmem size in get_file_size() by Stefan Hajnoczi · 5 years ago
  82. b8487a3 backends/vhost-user.c: prevent using uninitialized vqs by Raphael Norwitz · 5 years ago
  83. a8b5ad8 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
  84. 0198c26 virtio-rng: change default backend to rng-builtin by Laurent Vivier · 5 years ago
  85. 6c4e9d4 rng-builtin: add an RNG backend that uses qemu_guest_getrandom() by Laurent Vivier · 5 years ago
  86. 7faae95 hostmem-file: fix pmem file size check by Stefan Hajnoczi · 5 years ago
  87. 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 6 years ago
  88. 12e9493 Include hw/boards.h a bit less by Markus Armbruster · 6 years ago
  89. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  90. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  91. a2230bd VirtIO-RNG: Update default entropy source to `/dev/urandom` by Kashyap Chamarthy · 6 years ago
  92. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  93. f24bb72 Add vhost-user-backend by Marc-André Lureau · 6 years ago
  94. 0b99f22 vhost-user: simplify vhost_user_init/vhost_user_cleanup by Marc-André Lureau · 6 years ago
  95. 4a66c7a hostmem-memfd: disable for systems without sealing support by Ilya Maximets · 6 years ago
  96. 314aec4 hostmem-file: reject invalid pmem file sizes by Stefan Hajnoczi · 6 years ago
  97. 15160ab hostmem: fix crash when querying empty host-nodes property via QMP by Igor Mammedov · 6 years ago
  98. 5c7ba87 hostmem-file: simplify ifdef-s in file_backend_memory_alloc() by Igor Mammedov · 6 years ago
  99. 18658a3 vhost: restrict Linux dependency to kernel vhost by Paolo Bonzini · 6 years ago
  100. 21d1683 hostmem: add more information in error messages by Zhang Yi · 6 years ago