1. 19368b1 backends/iommufd: Remove mutex by Cédric Le Goater · 1 year, 2 months ago
  2. c2ab3a6 backends/iommufd: Remove check on number of backend users by Cédric Le Goater · 1 year, 2 months ago
  3. 0c1eccd Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging by Peter Maydell · 1 year, 2 months ago
  4. 9c878ad misc: Simplify qemu_prealloc_mem() calls by Philippe Mathieu-Daudé · 1 year, 3 months ago
  5. 3961613 backends: Reduce variable scope in host_memory_backend_memory_complete by Philippe Mathieu-Daudé · 1 year, 3 months ago
  6. fdb63cf backends: Have HostMemoryBackendClass::alloc() handler return a boolean by Philippe Mathieu-Daudé · 1 year, 3 months ago
  7. e199f7a backends: Simplify host_memory_backend_memory_complete() by Philippe Mathieu-Daudé · 1 year, 3 months ago
  8. 2d7a1eb backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers by Philippe Mathieu-Daudé · 1 year, 3 months ago
  9. c8193ac Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu into staging by Peter Maydell · 1 year, 2 months ago
  10. 05470c3 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 1 year, 2 months ago
  11. 0f1db06 cpus: check running not RUN_STATE_RUNNING by Steve Sistare · 1 year, 2 months ago
  12. d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
  13. dc49549 meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos by Paolo Bonzini · 1 year, 6 months ago
  14. 53e8868 meson: remove OS definitions from config_targetos by Paolo Bonzini · 1 year, 9 months ago
  15. d349d5a backends: Constify VMState by Richard Henderson · 1 year, 2 months ago
  16. 6e6d8ac backends/iommufd: Introduce the iommufd object by Eric Auger · 1 year, 3 months ago
  17. 99b16e8 migration: Use vmstate_register_any() by Juan Quintela · 1 year, 4 months ago
  18. c8a7fc5 migration: simplify blockers by Steve Sistare · 1 year, 5 months ago
  19. 416af85 Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging by Stefan Hajnoczi · 1 year, 5 months ago
  20. e92666b backends/hostmem-file: Add "rom" property to support VM templating with R/O files by David Hildenbrand · 1 year, 6 months ago
  21. 5c52a21 softmmu/physmem: Distinguish between file access mode and mmap protection by David Hildenbrand · 1 year, 6 months ago
  22. 8e32ddf tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTR by Marc-André Lureau · 1 year, 6 months ago
  23. 0a19d87 misc/other: spelling fixes by Michael Tokarev · 1 year, 8 months ago
  24. e76f201f throttle: use enum ThrottleDirection instead of bool is_write by zhenwei pi · 1 year, 7 months ago
  25. 27cf122 cryptodev: use NULL throttle timer cb for read direction by zhenwei pi · 1 year, 7 months ago
  26. 15b11a1 cryptodev: Handle unexpected request to avoid crash by zhenwei pi · 1 year, 7 months ago
  27. a1f85cf cryptodev: fix memory leak during stats query by zhenwei pi · 1 year, 10 months ago
  28. 5c33f97 cryptodev-vhost-user: add asymmetric crypto support by Gowrishankar Muthukrishnan · 1 year, 10 months ago
  29. de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
  30. b0182e5 exec/memory: Introduce RAM_NAMED_FILE flag by Steve Sistare · 1 year, 9 months ago
  31. 4b870dc hostmem-file: add offset option by Alexander Graf · 1 year, 11 months ago
  32. aef04fc thread-pool: avoid passing the pool parameter every time by Emanuele Giuseppe Esposito · 2 years, 1 month ago
  33. 25657fc win32: replace closesocket() with close() wrapper by Marc-André Lureau · 2 years ago
  34. f2b9010 cryptodev: Support query-stats QMP command by zhenwei pi · 2 years ago
  35. 2580b45 cryptodev: support QoS by zhenwei pi · 2 years ago
  36. e7a775f cryptodev: Account statistics by zhenwei pi · 2 years ago
  37. 2cb0692 cryptodev: Use CryptoDevBackendOpInfo for operation by zhenwei pi · 2 years ago
  38. ef52091 hmp: add cryptodev info command by zhenwei pi · 2 years ago
  39. abca0fc cryptodev-builtin: Detect akcipher capability by zhenwei pi · 2 years ago
  40. 5dcb019 cryptodev: Introduce 'query-cryptodev' QMP command by zhenwei pi · 2 years ago
  41. bc304a6 cryptodev: Introduce server type in QAPI by zhenwei pi · 2 years ago
  42. 999c789 cryptodev: Introduce cryptodev alg type in QAPI by zhenwei pi · 2 years ago
  43. 3f47837 cryptodev: Remove 'name' & 'model' fields by zhenwei pi · 2 years ago
  44. 14c9fd1 cryptodev: Introduce cryptodev.json by zhenwei pi · 2 years ago
  45. e1a0e63 backends/vhost-user: remove the ioeventfd check by Alex Bennée · 2 years, 1 month ago
  46. 6f1e91f error: Drop superfluous #include "qapi/qmp/qerror.h" by Markus Armbruster · 2 years, 1 month ago
  47. a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
  48. bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 2 years, 1 month ago
  49. 2ca10fa Fix non-first inclusions of qemu/osdep.h by Markus Armbruster · 2 years, 1 month ago
  50. 0038e9a Call qemu_socketpair() instead of socketpair() when possible by Guoyi Tu · 2 years, 2 months ago
  51. 6bb613f hostmem: Honor multiple preferred nodes if possible by Michal Privoznik · 2 years, 3 months ago
  52. ced2939 qapi tpm: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
  53. 4daa505 vhost: enable vrings in vhost_dev_start() for vhost-user devices by Stefano Garzarella · 2 years, 3 months ago
  54. 39fff6f cryptodev: Add a lkcf-backend for cryptodev by Lei He · 2 years, 5 months ago
  55. 2fda101 virtio-crypto: Support asynchronous mode by Lei He · 2 years, 5 months ago
  56. 7208429 Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into staging by Stefan Hajnoczi · 2 years, 4 months ago
  57. e681645 hostmem: Allow for specifying a ThreadContext for preallocation by David Hildenbrand · 2 years, 5 months ago
  58. e04a34e util: Make qemu_prealloc_mem() optionally consume a ThreadContext by David Hildenbrand · 2 years, 5 months ago
  59. 6556aad util: Cleanup and rename os_mem_prealloc() by David Hildenbrand · 2 years, 5 months ago
  60. ff92444 backends: Improve error messages when property can no longer be set by Markus Armbruster · 2 years, 5 months ago
  61. 99bdcd2 tpm_emulator: Have swtpm relock storage upon migration fall-back by Stefan Berger · 2 years, 6 months ago
  62. efef475 tpm_emulator: Use latest tpm_ioctl.h from swtpm project by Stefan Berger · 2 years, 6 months ago
  63. a0bcec0 tpm_emulator: Avoid double initialization during migration by Ross Lagerwall · 2 years, 7 months ago
  64. e93ded1 Merge tag 'testing-pull-request-2022-08-30' of https://gitlab.com/thuth/qemu into staging by Stefan Hajnoczi · 2 years, 6 months ago
  65. 8be934b backends/hostmem: Fix support of memory-backend-memfd in qemu_maxrampagesize() by Thomas Huth · 2 years, 7 months ago
  66. d1c637e backends/tpm: Exclude headers and macros that don't exist on win32 by Bin Meng · 2 years, 6 months ago
  67. 2748583 dbus-vmstate: Restrict error checks to registered proxies in dbus_get_proxies by Priyankar Jain · 3 years, 3 months ago
  68. 0e660a6 crypto: Introduce RSA algorithm by zhenwei pi · 2 years, 9 months ago
  69. f8d426a hostmem: default the amount of prealloc-threads to smp-cpus by Jaroslav Jindrak · 2 years, 10 months ago
  70. 6e57793 rng: make opened property read-only by Paolo Bonzini · 2 years, 10 months ago
  71. 43b6d7e meson: use have_vhost_* variables to pick sources by Paolo Bonzini · 2 years, 11 months ago
  72. 7544060 meson, configure: move libgio test to meson by Paolo Bonzini · 2 years, 11 months ago
  73. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  74. 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
  75. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  76. 9222680 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 3 years ago
  77. b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 3 years, 1 month ago
  78. 0d04c4c configure, meson: move TPM check to meson by Paolo Bonzini · 3 years, 2 months ago
  79. d2f2577 docs: move D-Bus VMState documentation to source XML by Marc-André Lureau · 3 years, 5 months ago
  80. 6153488 backends: move dbus-vmstate1.xml to backends/ by Marc-André Lureau · 3 years, 5 months ago
  81. c6c0232 hostmem: Add hostmem-epc as a backend for SGX EPC by Sean Christopherson · 3 years, 8 months ago
  82. 39dc3e4 qapi: Convert simple union TpmTypeOptions to flat one by Markus Armbruster · 3 years, 6 months ago
  83. 436c831 migration: Unify failure check for migrate_add_blocker() by Markus Armbruster · 3 years, 8 months ago
  84. a6945f2 vhost: Add Error parameter to vhost_dev_init() by Kevin Wolf · 3 years, 9 months ago
  85. 9181fb7 hostmem: Wire up RAM_NORESERVE via "reserve" property by David Hildenbrand · 3 years, 10 months ago
  86. 7f863cb softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate() by David Hildenbrand · 3 years, 10 months ago
  87. d5015b8 softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd() by David Hildenbrand · 3 years, 10 months ago
  88. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
  89. bf5dcf8 backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD by Philippe Mathieu-Daudé · 3 years, 10 months ago
  90. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  91. 1d9fa7a dbus-vmstate: Increase the size of input stream buffer used during load by Priyankar Jain · 4 years, 1 month ago
  92. 166a1cf backends/dbus-vmstate: Fix short read error handling by Markus Armbruster · 4 years, 1 month ago
  93. def835f hostmem: Don't report pmem attribute if unsupported by Michal Privoznik · 4 years, 1 month ago
  94. 44a4ff3 memory: alloc RAM from file at offset by Jagannathan Raman · 4 years, 1 month ago
  95. 54550d8 replay: rng-builtin support by Pavel Dovgalyuk · 4 years, 1 month ago
  96. 8db0b20 machine: add missing doc for memory-backend option by Igor Mammedov · 4 years, 1 month ago
  97. f91f9f2 confidential guest support: Introduce new confidential guest support class by David Gibson · 4 years, 10 months ago
  98. 86635aa hostmem-file: add readonly=on|off option by Stefan Hajnoczi · 4 years, 2 months ago
  99. 369d6dc memory: add readonly support to memory_region_init_ram_from_file() by Stefan Hajnoczi · 4 years, 2 months ago
  100. c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago