Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 3 | -5/+5 |
2020-05-14 | xen-9pfs: Fix log messages of reply errors | Christian Schoenebeck | 1 | -4/+5 |
2020-05-14 | 9pfs: local: ignore O_NOATIME if we don't have permissions | Omar Sandoval | 1 | -0/+13 |
2020-03-10 | 9p/proxy: Fix export_flags | Greg Kurz | 1 | -2/+2 |
2020-02-08 | hw/9pfs/9p-synth: added directory for readdir test | Christian Schoenebeck | 2 | -0/+24 |
2020-02-08 | 9pfs: validate count sent by client with T_readdir | Christian Schoenebeck | 1 | -0/+9 |
2020-02-08 | 9pfs: require msize >= 4096 | Christian Schoenebeck | 2 | -0/+23 |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2020-01-22 | virtio-9p-device: convert to new virtio_delete_queue | Pan Nengyuan | 1 | -1/+1 |
2020-01-22 | virtio-9p-device: fix memleak in virtio_9p_device_unrealize | Pan Nengyuan | 1 | -0/+1 |
2020-01-20 | 9pfs/9p.c: remove unneeded labels | Daniel Henrique Barboza | 1 | -6/+3 |
2020-01-20 | 9p: init_in_iov_from_pdu can truncate the size | Greg Kurz | 4 | -21/+38 |
2020-01-20 | 9p: local: always return -1 on error in local_unlinkat_common | Daniel Henrique Barboza | 1 | -8/+6 |
2020-01-20 | 9pfs: local: Fix possible memory leak in local_link() | Jiajun Chen | 1 | -1/+1 |
2019-12-18 | 9pfs: make Error **errp const where it is appropriate | Vladimir Sementsov-Ogievskiy | 2 | -2/+2 |
2019-11-23 | 9pfs: Fix divide by zero bug | Dan Schatzberg | 1 | -2/+4 |
2019-10-10 | 9p: Use variable length suffixes for inode remapping | Christian Schoenebeck | 2 | -33/+279 |
2019-10-10 | 9p: stat_to_qid: implement slow path | Antonios Motakis | 2 | -7/+76 |
2019-10-10 | 9p: Added virtfs option 'multidevs=remap|forbid|warn' | Antonios Motakis | 3 | -21/+200 |
2019-10-10 | 9p: Treat multiple devices on one export as an error | Antonios Motakis | 2 | -14/+57 |
2019-10-10 | fsdev: Add return value to fsdev_throttle_parse_opts() | Greg Kurz | 1 | -2/+1 |
2019-10-10 | 9p: Simplify error path of v9fs_device_realize_common() | Greg Kurz | 3 | -10/+14 |
2019-10-10 | 9p: unsigned type for type, version, path | Antonios Motakis | 2 | -10/+10 |
2019-08-20 | 9p: simplify source file selection | Paolo Bonzini | 1 | -0/+5 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 8 | -1/+7 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-06-24 | xen: Import other xen/io/*.h | Anthony PERARD | 1 | -2/+2 |
2019-06-12 | Supply missing header guards | Markus Armbruster | 1 | -1/+5 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 2 | -1/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -1/+1 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -1/+1 |
2019-03-07 | virtio: express virtio dependencies with Kconfig | Yang Zhong | 1 | -1/+1 |
2019-03-07 | build: switch to Kconfig | Paolo Bonzini | 1 | -0/+2 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 1 | -0/+2 |
2019-03-07 | 9pfs: remove unnecessary conditionals | Paolo Bonzini | 1 | -2/+0 |
2019-01-14 | xen: re-name XenDevice to XenLegacyDevice... | Paul Durrant | 1 | -8/+8 |
2018-12-12 | 9p: remove support for the "handle" backend | Greg Kurz | 2 | -711/+0 |
2018-12-12 | xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz | 1 | -3/+3 |
2018-12-12 | 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz | 1 | -2/+2 |
2018-11-23 | 9p: fix QEMU crash when renaming files | Greg Kurz | 1 | -0/+3 |
2018-11-20 | 9p: take write lock on fid path updates (CVE-2018-19364) | Greg Kurz | 1 | -0/+15 |
2018-11-08 | 9p: write lock path in v9fs_co_open2() | Greg Kurz | 1 | -3/+3 |
2018-10-19 | fsdev: Clean up error reporting in qemu_fsdev_add() | Markus Armbruster | 1 | -1/+6 |
2018-10-19 | 9pfs: Fix CLI parsing crash on error | Markus Armbruster | 1 | -2/+4 |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster | 1 | -2/+2 |
2018-06-29 | 9p: darwin: Explicitly cast comparisons of mode_t with -1 | Keno Fischer | 1 | -2/+2 |
2018-06-29 | cutils: Provide strchrnul | Keno Fischer | 1 | -1/+1 |