1. b5ab62b Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 3 months ago
  2. ed76671 9p: remove 'proxy' filesystem backend driver by Paolo Bonzini · 3 months ago
  3. 7966068 fsdep/9p: fix -Werror=maybe-uninitialized false-positive by Marc-André Lureau · 3 months ago
  4. d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 2 months ago
  5. 0d66549 meson: remove CONFIG_ALL by Paolo Bonzini · 1 year, 4 months ago
  6. 53e8868 meson: remove OS definitions from config_targetos by Paolo Bonzini · 1 year, 7 months ago
  7. 00ea69f fsdev: Use ThrottleDirection instread of bool is_write by zhenwei pi · 1 year, 5 months ago
  8. e76f201f throttle: use enum ThrottleDirection instead of bool is_write by zhenwei pi · 1 year, 5 months ago
  9. 71d72ec 9pfs: deprecate 'proxy' backend by Christian Schoenebeck · 1 year, 6 months ago
  10. de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 6 months ago
  11. f6b0de5 9pfs: prevent opening special files (CVE-2023-2861) by Christian Schoenebeck · 1 year, 7 months ago
  12. bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 1 year, 11 months ago
  13. f723f62 fsdev/virtfs-proxy-helper: Use g_mkdir() by Bin Meng · 2 years, 3 months ago
  14. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 9 months ago
  15. 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 2 years, 10 months ago
  16. 35b6466 fsdev/p9array.h: convert Doxygen -> kerneldoc format by Christian Schoenebeck · 2 years, 10 months ago
  17. 0fb1e19 9p: darwin: meson: Allow VirtFS on Darwin by Keno Fischer · 2 years, 10 months ago
  18. e0bd743 9p: linux: Fix a couple Linux assumptions by Keno Fischer · 2 years, 10 months ago
  19. cc82fde 9pfs: make V9fsPath usable via P9Array API by Christian Schoenebeck · 3 years, 3 months ago
  20. 42bdeb0 9pfs: make V9fsString usable via P9Array API by Christian Schoenebeck · 3 years, 3 months ago
  21. c0451f0 fsdev/p9array.h: check scalar type in P9ARRAY_NEW() by Christian Schoenebeck · 3 years, 3 months ago
  22. 30e702a 9pfs: introduce P9Array by Christian Schoenebeck · 3 years, 3 months ago
  23. 3a489d3 meson: Declare have_virtfs_proxy_helper in main meson.build by Philippe Mathieu-Daudé · 4 years ago
  24. 2c9dce0 meson: do not use CONFIG_VIRTFS by Paolo Bonzini · 4 years ago
  25. 87b804e fsdev: open brace '{' following struct go on the same line by zhouyang · 4 years ago
  26. 834b927 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 3 months ago
  27. e3a6e0d qemu/: fix some comment spelling errors by zhaolichang · 4 years, 3 months ago
  28. c418f93 9pfs: disable msize warning for synth driver by Christian Schoenebeck · 4 years, 3 months ago
  29. 5eead72 meson: convert fsdev/ by Marc-André Lureau · 5 years ago
  30. ec0d589 meson: add virtfs-proxy-helper by Marc-André Lureau · 5 years ago
  31. 353b5a9 9p: null terminate fs driver options list by Prasad J Pandit · 4 years, 5 months ago
  32. b8ccfad virtfs-proxy-helper: Make the helper_opts[] array const by Philippe Mathieu-Daudé · 4 years, 10 months ago
  33. 7881358 virtfs-proxy-helper: Convert documentation to rST by Peter Maydell · 5 years ago
  34. ff59c5e virtfs-proxy-helper.c: remove 'err_out' label in setugid() by Daniel Henrique Barboza · 5 years ago
  35. 7e46261 virtfs-proxy-helper: switch from libcap to libcap-ng by Paolo Bonzini · 5 years ago
  36. 1a6ed33 9p: Added virtfs option 'multidevs=remap|forbid|warn' by Antonios Motakis · 5 years ago
  37. ea52cdd fsdev: Add return value to fsdev_throttle_parse_opts() by Greg Kurz · 5 years ago
  38. 8703283 9p: unsigned type for type, version, path by Antonios Motakis · 5 years ago
  39. 98387d5 9p: simplify source file selection by Paolo Bonzini · 5 years ago
  40. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  41. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  42. aee7f3e fsdev: Error out when unsupported option is passed by Greg Kurz · 6 years ago
  43. 2023243 fsdev: Move some types definition to qemu-fsdev.c by Greg Kurz · 6 years ago
  44. 778f0fa fsdev: Drop unused opaque field by Greg Kurz · 6 years ago
  45. 7159804 fsdev: Drop unused extern declaration by Greg Kurz · 6 years ago
  46. 58ea30f Clean up header guards that don't match their file name by Markus Armbruster · 6 years ago
  47. b58deb3 qemu/queue.h: leave head structs anonymous unless necessary by Paolo Bonzini · 6 years ago
  48. 93aee84 9p: remove support for the "handle" backend by Greg Kurz · 6 years ago
  49. b836723 fsdev: Clean up error reporting in qemu_fsdev_add() by Markus Armbruster · 6 years ago
  50. adbffc2 fsdev: fix compilation with VIRTIO but not VIRTIO_9P by Paolo Bonzini · 6 years ago
  51. 3e015d8 use g_path_get_basename instead of basename by Julia Suvorova · 7 years ago
  52. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  53. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  54. 5261dd7 coroutine-lock: make qemu_co_enter_next thread-safe by Paolo Bonzini · 7 years ago
  55. 65603a8 fsdev: improve error handling of backend init by Greg Kurz · 7 years ago
  56. 91cda4e fsdev: improve error handling of backend opts parsing by Greg Kurz · 7 years ago
  57. 1a8d0bb fsdev: fix some type definitions by Greg Kurz · 7 years ago
  58. 0184752 9pfs: fix XattrOperations typedef by Greg Kurz · 7 years ago
  59. 3c08f4a fsdev: fix memory leak in main() by ZhiPeng Lu · 7 years ago
  60. 5f8c92e 9pfs: fix dependencies by Cornelia Huck · 7 years ago
  61. 27e4cf1 block: remove timer canceling in throttle_config() by Manos Pitsidianakis · 7 years ago
  62. dbe824c block: add clock_type field to ThrottleGroup by Manos Pitsidianakis · 7 years ago
  63. b96feb2 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes by Tobias Schramm · 7 years ago
  64. 24df337 9pfs: assume utimensat() and futimens() are present by Greg Kurz · 8 years ago
  65. 4be56c1 fsdev: fix virtfs-proxy-helper cwd by Greg Kurz · 8 years ago
  66. 57a0aa6 fsdev: don't allow unknown format in marshal/unmarshal by Greg Kurz · 8 years ago
  67. a2a7862 throttle: factor out duplicate code by Pradeep Jagadeesh · 8 years ago
  68. b8bbdb8 fsdev: add IO throttle support to fsdev devices by Pradeep Jagadeesh · 8 years ago
  69. 702dbcc 9pfs: add cleanup operation in FileOperations by Li Qiang · 8 years ago
  70. bc70a59 9pfs: fsdev: drop useless extern annotation for functions by Greg Kurz · 8 years ago
  71. ba42ebb 9pfs: allocate space for guest originated empty strings by Li Qiang · 8 years ago
  72. abdf008 9pfs: drop useless v9fs_string_null() function by Greg Kurz · 8 years ago
  73. ca3d87d Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' into staging by Peter Maydell · 8 years ago
  74. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 8 years ago
  75. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 8 years ago
  76. b442642 fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions by Peter Maydell · 8 years ago
  77. 8d85a22 9p: don't include <sys/uio.h> by Greg Kurz · 8 years ago
  78. 030c98a all: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  79. 395fe5f fsdev: spelling fix by Michael Tokarev · 9 years ago
  80. 635324e 9p: switch back to readdir() by Greg Kurz · 9 years ago
  81. af8b38b 9p/fsdev: remove obsolete references to virtio by Greg Kurz · 9 years ago
  82. 34294e2 module: Rename machine_init() to opts_init() by Eduardo Habkost · 9 years ago
  83. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  84. b8d8e8f man: virtfs-proxy-helper: Rework awkward sentence by Christophe Fergeau · 9 years ago
  85. fbc0412 9pfs: Clean up includes by Peter Maydell · 9 years ago
  86. ba3fb2f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  87. 8485140 docs: Style the command and its options in the synopsis by Sitsofe Wheeler · 9 years ago
  88. ea753f3 fsdev: use error_report() instead of fprintf(stderr) by Greg Kurz · 9 years ago
  89. 0e2082d 9pfs: make pdu_{,un}marshal proper functions by Wei Liu · 9 years ago
  90. 2209bd0 fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h} by Wei Liu · 9 years ago
  91. 829dd28 fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h} by Wei Liu · 9 years ago
  92. 494a8eb 9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h} by Wei Liu · 9 years ago
  93. 49f817c fsdev-proxy-helper: avoid TOC/TOU race by Paolo Bonzini · 9 years ago
  94. d7646f2 maint: remove unused include for dirent.h by Daniel P. Berrange · 9 years ago
  95. f8d30a4 virtfs-proxy-helper: fail gracefully if socket path is too long by Stefan Hajnoczi · 10 years ago
  96. bf6667d virtfs-proxy-helper: add missing long option terminator by Stefan Hajnoczi · 10 years ago
  97. de7ad4c Fix typos in comments by Viswesh · 10 years ago
  98. 25ee9a7 virtfs-proxy: Fix possible overflow by Shannon Zhao · 10 years ago
  99. 821c447 fsdev/virtfs-proxy-helper: Fix improper use of negative value by Shannon Zhao · 10 years ago
  100. 88ea8ed virtfs-proxy-helper: Fix possible socket leak. by Gonglei · 10 years ago