| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: Declare have_virtfs_proxy_helper in main meson.build | Philippe Mathieu-Daudé | 2021-01-23 | 1 | -1/+0 |
* | meson: do not use CONFIG_VIRTFS | Paolo Bonzini | 2021-01-12 | 1 | -1/+1 |
* | fsdev: open brace '{' following struct go on the same line | zhouyang | 2020-12-13 | 2 | -10/+5 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-09-22 | 1 | -1/+1 |
|\ |
|
| * | qemu/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 1 | -1/+1 |
* | | 9pfs: disable msize warning for synth driver | Christian Schoenebeck | 2020-09-15 | 1 | -0/+4 |
|/ |
|
* | meson: convert fsdev/ | Marc-André Lureau | 2020-08-21 | 2 | -12/+10 |
* | meson: add virtfs-proxy-helper | Marc-André Lureau | 2020-08-21 | 1 | -0/+8 |
* | 9p: null terminate fs driver options list | Prasad J Pandit | 2020-07-10 | 1 | -0/+3 |
* | virtfs-proxy-helper: Make the helper_opts[] array const | Philippe Mathieu-Daudé | 2020-03-09 | 1 | -1/+1 |
* | virtfs-proxy-helper: Convert documentation to rST | Peter Maydell | 2020-02-03 | 1 | -63/+0 |
* | virtfs-proxy-helper.c: remove 'err_out' label in setugid() | Daniel Henrique Barboza | 2020-01-20 | 1 | -3/+1 |
* | virtfs-proxy-helper: switch from libcap to libcap-ng | Paolo Bonzini | 2019-12-02 | 1 | -55/+45 |
* | 9p: Added virtfs option 'multidevs=remap|forbid|warn' | Antonios Motakis | 2019-10-10 | 3 | -1/+12 |
* | fsdev: Add return value to fsdev_throttle_parse_opts() | Greg Kurz | 2019-10-10 | 2 | -3/+3 |
* | 9p: unsigned type for type, version, path | Antonios Motakis | 2019-10-10 | 1 | -3/+3 |
* | 9p: simplify source file selection | Paolo Bonzini | 2019-08-20 | 1 | -1/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 2 | -1/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -1/+1 |
* | fsdev: Error out when unsupported option is passed | Greg Kurz | 2019-05-17 | 1 | -3/+71 |
* | fsdev: Move some types definition to qemu-fsdev.c | Greg Kurz | 2019-05-17 | 2 | -24/+23 |
* | fsdev: Drop unused opaque field | Greg Kurz | 2019-05-17 | 1 | -1/+0 |
* | fsdev: Drop unused extern declaration | Greg Kurz | 2019-05-17 | 1 | -1/+0 |
* | Clean up header guards that don't match their file name | Markus Armbruster | 2019-05-13 | 1 | -3/+4 |
* | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | 9p: remove support for the "handle" backend | Greg Kurz | 2018-12-12 | 1 | -3/+0 |
* | fsdev: Clean up error reporting in qemu_fsdev_add() | Markus Armbruster | 2018-10-19 | 3 | -9/+7 |
* | fsdev: fix compilation with VIRTIO but not VIRTIO_9P | Paolo Bonzini | 2018-08-22 | 1 | -2/+5 |
* | use g_path_get_basename instead of basename | Julia Suvorova | 2018-03-06 | 1 | -6/+9 |
* | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 2018-02-09 | 3 | -2/+2 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 2 | -2/+2 |
* | coroutine-lock: make qemu_co_enter_next thread-safe | Paolo Bonzini | 2018-02-08 | 1 | -2/+2 |
* | fsdev: improve error handling of backend init | Greg Kurz | 2018-01-08 | 1 | -1/+1 |
* | fsdev: improve error handling of backend opts parsing | Greg Kurz | 2018-01-08 | 2 | -2/+4 |
* | fsdev: fix some type definitions | Greg Kurz | 2018-01-08 | 1 | -17/+14 |
* | 9pfs: fix XattrOperations typedef | Greg Kurz | 2018-01-08 | 1 | -2/+3 |
* | fsdev: fix memory leak in main() | ZhiPeng Lu | 2017-09-05 | 1 | -0/+2 |
* | 9pfs: fix dependencies | Cornelia Huck | 2017-08-30 | 1 | -6/+3 |
* | block: remove timer canceling in throttle_config() | Manos Pitsidianakis | 2017-07-18 | 1 | -1/+1 |
* | block: add clock_type field to ThrottleGroup | Manos Pitsidianakis | 2017-07-18 | 1 | -1/+1 |
* | 9pfs: local: Add support for custom fmode/dmode in 9ps mapped security modes | Tobias Schramm | 2017-06-29 | 2 | -0/+16 |
* | 9pfs: assume utimensat() and futimens() are present | Greg Kurz | 2017-05-25 | 1 | -1/+2 |
* | fsdev: fix virtfs-proxy-helper cwd | Greg Kurz | 2017-05-25 | 1 | -4/+4 |
* | fsdev: don't allow unknown format in marshal/unmarshal | Greg Kurz | 2017-05-25 | 1 | -2/+2 |
* | throttle: factor out duplicate code | Pradeep Jagadeesh | 2017-02-28 | 1 | -76/+4 |
* | fsdev: add IO throttle support to fsdev devices | Pradeep Jagadeesh | 2017-02-28 | 5 | -2/+237 |
* | 9pfs: add cleanup operation in FileOperations | Li Qiang | 2016-11-23 | 1 | -0/+1 |
* | 9pfs: fsdev: drop useless extern annotation for functions | Greg Kurz | 2016-10-17 | 1 | -3/+3 |
* | 9pfs: allocate space for guest originated empty strings | Li Qiang | 2016-10-17 | 1 | -1/+1 |
* | 9pfs: drop useless v9fs_string_null() function | Greg Kurz | 2016-09-16 | 2 | -6/+0 |