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