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