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