| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in... | Peter Maydell | 2016-07-12 | 3 | -6/+8 |
|\ |
|
| * | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 2 | -4/+4 |
| * | Clean up header guards that don't match their file name | Markus Armbruster | 2016-07-12 | 1 | -2/+4 |
* | | fsdev/9p-iov-marshal.c: Don't use cpu_to_*w() functions | Peter Maydell | 2016-07-12 | 1 | -12/+6 |
|/ |
|
* | 9p: don't include <sys/uio.h> | Greg Kurz | 2016-07-01 | 3 | -3/+0 |
* | all: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 2 | -2/+0 |
* | fsdev: spelling fix | Michael Tokarev | 2016-06-07 | 1 | -1/+1 |
* | 9p: switch back to readdir() | Greg Kurz | 2016-06-06 | 1 | -2/+1 |
* | 9p/fsdev: remove obsolete references to virtio | Greg Kurz | 2016-06-06 | 5 | -5/+5 |
* | module: Rename machine_init() to opts_init() | Eduardo Habkost | 2016-03-16 | 1 | -1/+1 |
* | all: Clean up includes | Peter Maydell | 2016-02-23 | 1 | -3/+0 |
* | man: virtfs-proxy-helper: Rework awkward sentence | Christophe Fergeau | 2016-02-11 | 1 | -2/+2 |
* | 9pfs: Clean up includes | Peter Maydell | 2016-01-29 | 6 | -17/+6 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2016-01-26 | 1 | -1/+1 |
|\ |
|
| * | docs: Style the command and its options in the synopsis | Sitsofe Wheeler | 2016-01-26 | 1 | -1/+1 |
* | | fsdev: use error_report() instead of fprintf(stderr) | Greg Kurz | 2016-01-22 | 1 | -3/+4 |
|/ |
|
* | 9pfs: make pdu_{,un}marshal proper functions | Wei Liu | 2016-01-08 | 2 | -12/+35 |
* | fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h} | Wei Liu | 2016-01-08 | 5 | -66/+76 |
* | fsdev: break out 9p-marshal.{c,h} from virtio-9p-marshal.{c,h} | Wei Liu | 2016-01-08 | 5 | -110/+142 |
* | 9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h} | Wei Liu | 2016-01-08 | 1 | -1/+1 |
* | fsdev-proxy-helper: avoid TOC/TOU race | Paolo Bonzini | 2015-11-30 | 1 | -10/+10 |
* | maint: remove unused include for dirent.h | Daniel P. Berrange | 2015-09-11 | 1 | -1/+0 |
* | virtfs-proxy-helper: fail gracefully if socket path is too long | Stefan Hajnoczi | 2015-06-16 | 1 | -1/+6 |
* | virtfs-proxy-helper: add missing long option terminator | Stefan Hajnoczi | 2015-06-16 | 1 | -0/+1 |