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