1. 8610029 hostmem: no need to check for host_memory_backend_mr_inited() in alloc() by Marc-André Lureau · 6 years ago
  2. 36ea397 hostmem-memfd: honour share=on/off property by Marc-André Lureau · 6 years ago
  3. a1f3bb1 hostmem-file: fixed the memory leak while get pmem path. by Zhang Yi · 6 years ago
  4. 033bfc5 hostmem: add some properties description by Marc-André Lureau · 6 years ago
  5. d5dbde4 hostmem-file: make available memory-backend-file on POSIX-based hosts by Hikaru Nishida · 6 years ago
  6. 3829640 hostmem-memfd: add checks before adding hostmem-memfd & properties by Marc-André Lureau · 6 years ago
  7. a4de855 hostmem-file: add the 'pmem' option by Junyan He · 6 years ago
  8. cbfc017 memory, exec: switch file ram allocation functions to 'flags' parameters by Junyan He · 6 years ago
  9. cc4c77e backends/cryptodev: remove dead code by Jay Zhou · 6 years ago
  10. 7943e97 hostmem: drop error variable from host_memory_backend_get_memory() by David Hildenbrand · 6 years ago
  11. 4d0cf55 vhost-user: introduce shared vhost-user state by Tiwei Bie · 6 years ago
  12. 29de4ec memdev: remove "id" property by Paolo Bonzini · 6 years ago
  13. 2b10808 Add host_memory_backend_pagesize() helper by David Gibson · 6 years ago
  14. eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 6 years ago
  15. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 6 years ago
  16. 0a9b9be cryptodev-vhost-user: set the key length by Gonglei · 6 years ago
  17. efbfeb8 cryptodev-vhost-user: add crypto session handler by Gonglei · 6 years ago
  18. 5da73da cryptodev: add vhost support by Gonglei · 6 years ago
  19. 042cea2 cryptodev: add vhost-user as a new cryptodev backend by Gonglei · 6 years ago
  20. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  21. a82400c Drop superfluous includes of qapi/qmp/qerror.h by Markus Armbruster · 6 years ago
  22. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 6 years ago
  23. dbb9e0f Add memfd based hostmem by Marc-André Lureau · 6 years ago
  24. 6a8a235 tpm: report backend request error by Marc-André Lureau · 6 years ago
  25. c4fb856 tpm: replace GThreadPool with AIO threadpool by Marc-André Lureau · 6 years ago
  26. 9837684 hostmem-file: add "align" option by Haozhong Zhang · 7 years ago
  27. 9375c44 tpm: tpm_emulator: get and set buffer size of device by Stefan Berger · 7 years ago
  28. b21e6aa tpm: Move getting TPM buffer size to backends by Stefan Berger · 7 years ago
  29. ebca2df tpm-be: update optional function pointers by Marc-André Lureau · 7 years ago
  30. 3c3ef63 tpm: remove unused opened code by Marc-André Lureau · 7 years ago
  31. 191adc9 tpm-be: ask model to the TPM interface by Marc-André Lureau · 7 years ago
  32. 0bd6c8a tpm-be: report error instead of front-end by Marc-André Lureau · 7 years ago
  33. 6899905 tpm-be: call request_completed() out of thread by Marc-André Lureau · 7 years ago
  34. 8a89c9a tpm-backend: store TPMIf interface, improve backend_init() by Marc-André Lureau · 7 years ago
  35. 67af320 tpm: move TpmIf in include/sysemu/tpm.h by Marc-André Lureau · 7 years ago
  36. 05a6999 tpm: move recv_data_callback to TPM interface by Marc-André Lureau · 7 years ago
  37. 698f5da tpm: add a QOM TPM interface by Marc-André Lureau · 7 years ago
  38. 0e43b7e tpm: add TPMBackendCmd to hold the request state by Marc-André Lureau · 7 years ago
  39. 905e78b tpm: remove unused TPMBackendCmd by Marc-André Lureau · 7 years ago
  40. 27a79d9 tpm: remove init() class method by Marc-André Lureau · 7 years ago
  41. d31076b tpm: remove TPMDriverOps by Marc-André Lureau · 7 years ago
  42. d0c519b tpm-backend: Move realloc_buffer() implementation to tpm-tis model by Amarnath Valluri · 7 years ago
  43. f59864b tpm-backend: Add new API to read backend TpmInfo by Amarnath Valluri · 7 years ago
  44. 93330cf tpm-backend: Made few interface methods optional by Amarnath Valluri · 7 years ago
  45. f35fe5c tpm-backend: Initialize and free data members in it's own methods by Amarnath Valluri · 7 years ago
  46. b19a5ee tpm-backend: Move thread handling inside TPMBackend by Amarnath Valluri · 7 years ago
  47. 11ae6ed hostmem-file: Add "discard-data" option by Eduardo Habkost · 7 years ago
  48. 98bfaac Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' into staging by Peter Maydell · 7 years ago
  49. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 7 years ago
  50. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
  51. 3beacfb qom: Remove unused errp parameter from can_be_deleted() by Eduardo Habkost · 7 years ago
  52. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 7 years ago
  53. 81517ba char: add backend hotswap handler by Anton Nefedov · 7 years ago
  54. cbea0ac backends: remove empty trace-events file by Daniel P. Berrange · 7 years ago
  55. 1e507bb object: use more specific property type names by Marc-André Lureau · 7 years ago
  56. 6b10e57 char: move char devices to chardev/ by Marc-André Lureau · 7 years ago
  57. 1ce2610 char: make chr_fe_deinit() optionaly delete backend by Marc-André Lureau · 7 years ago
  58. 4d43a60 char: move CharBackend handling in char-fe unit by Marc-André Lureau · 7 years ago
  59. 7566c6e chardev: serial & parallel declaration to own headers by Marc-André Lureau · 7 years ago
  60. 8228e35 chardev: move headers to include/chardev by Marc-André Lureau · 7 years ago
  61. 6f4c60e hostmem: use host_memory_backend_mr_inited() where proper by Peter Xu · 7 years ago
  62. 4728b57 hostmem: introduce host_memory_backend_mr_inited() by Peter Xu · 7 years ago
  63. b79fbb2 Merge remote-tracking branch 'remotes/gonglei/tags/cryptodev-next-20170323' into staging by Peter Maydell · 7 years ago
  64. b7bad50 cryptodev: fix asserting single queue by Halil Pasic · 7 years ago
  65. 50d19cf cryptodev: setiv only when really need by Longpeng(Mike) · 7 years ago
  66. 658ae5a Revert "hostmem: fix QEMU crash by 'info memdev'" by Markus Armbruster · 7 years ago
  67. 1e356fc mem-prealloc: reduce large guest start-up and migration time. by Jitendra Kolhe · 7 years ago
  68. 378af96 Add wctablet device by Anatoli Huseu1 · 7 years ago
  69. 0b663b7 char: remove class kind field by Marc-André Lureau · 8 years ago
  70. 88cace9 char: get rid of CharDriver by Marc-André Lureau · 8 years ago
  71. 8955e89 msmouse: convert to finalize by Marc-André Lureau · 8 years ago
  72. e96ebf4 baum: convert to finalize by Marc-André Lureau · 8 years ago
  73. 777357d chardev: qom-ify by Marc-André Lureau · 8 years ago
  74. fc6d0b8 baum: use a common prefix for chr callbacks by Marc-André Lureau · 7 years ago
  75. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  76. 41ac54b char: allocate CharDriverState as a single object by Marc-André Lureau · 8 years ago
  77. b68e956 char: move callbacks in CharDriver by Marc-André Lureau · 8 years ago
  78. 0b812f3 char: use a const CharDriver by Marc-André Lureau · 8 years ago
  79. e1ff3c6 monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends by Igor Mammedov · 7 years ago
  80. b44486d Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into staging by Peter Maydell · 7 years ago
  81. f29b343 console: move window ID code from baum to sdl by Samuel Thibault · 8 years ago
  82. 6138dbd cryptodev: wrap the ready flag by Gonglei · 8 years ago
  83. 46fd170 cryptodev: introduce a new is_used property by Gonglei · 8 years ago
  84. 48ae36c cryptodev: add 3des-ede support by Longpeng(Mike) · 8 years ago
  85. d7a2127 cryptodev: remove single-DES support in cryptodev by Longpeng(Mike) · 8 years ago
  86. eaa5740 cryptodev: add xts(aes) support by Longpeng(Mike) · 8 years ago
  87. 465f2fe cryptodev: fix the check of aes algorithm by Longpeng(Mike) · 8 years ago
  88. d6634ac cryptodev: introduce an unified wrapper for crypto operation by Gonglei · 8 years ago
  89. 1653a5f cryptodev: introduce a new cryptodev backend by Gonglei · 8 years ago
  90. 9e4f86a cryptodev: add symmetric algorithm operation stuff by Gonglei · 8 years ago
  91. d0ee7a1 cryptodev: introduce cryptodev backend interface by Gonglei · 8 years ago
  92. cb78d4a Defer BrlAPI tty acquisition to when guest starts using device by Samuel Thibault · 8 years ago
  93. 0fb7c88 Add dots keypresses support to the baum braille device by Samuel Thibault · 8 years ago
  94. 82878da char: remove explicit_be_open from CharDriverState by Marc-André Lureau · 8 years ago
  95. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  96. 72ac876 char: rename chr_close/chr_free by Marc-André Lureau · 8 years ago
  97. c39860e char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit by Marc-André Lureau · 8 years ago
  98. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  99. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  100. 2c9bf30 rng: remove unused included header by Marc-André Lureau · 8 years ago