Age | Commit message (Expand) | Author | Files | Lines |
2022-04-30 | 9pfs: fix inode sequencing in 'synth' driver | Christian Schoenebeck | 1 | -2/+2 |
2022-03-21 | 9pfs: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 1 | -2/+2 |
2022-03-07 | 9p: darwin: Handle struct dirent differences | Keno Fischer | 1 | -0/+4 |
2022-03-07 | 9p: darwin: Handle struct stat(fs) differences | Keno Fischer | 1 | -0/+2 |
2022-02-17 | 9pfs: Fix segfault in do_readdir_many caused by struct dirent overread | Vitaly Chikunov | 1 | -3/+15 |
2021-07-05 | 9pfs: add link to 9p developer docs | Christian Schoenebeck | 1 | -0/+5 |
2021-03-16 | hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARD | Mahmoud Mandour | 1 | -8/+4 |
2020-10-19 | 9pfs: suppress performance warnings on qtest runs | Christian Schoenebeck | 1 | -2/+0 |
2020-09-15 | 9pfs: disable msize warning for synth driver | Christian Schoenebeck | 1 | -0/+2 |
2020-02-08 | hw/9pfs/9p-synth: added directory for readdir test | Christian Schoenebeck | 1 | -0/+19 |
2018-02-19 | 9p: fix leak in synth_name_to_path() | Marc-André Lureau | 1 | -0/+1 |
2018-02-02 | tests: virtio-9p: add FLUSH operation test | Greg Kurz | 1 | -0/+20 |
2018-02-01 | tests: virtio-9p: add WRITE operation test | Greg Kurz | 1 | -0/+11 |
2018-02-01 | tests: virtio-9p: add LOPEN operation test | Greg Kurz | 1 | -0/+5 |
2018-02-01 | tests: virtio-9p: use the synth backend | Greg Kurz | 1 | -0/+16 |
2018-01-08 | fsdev: improve error handling of backend init | Greg Kurz | 1 | -1/+1 |
2017-06-29 | 9pfs: replace g_malloc()+memcpy() with g_memdup() | Marc-André Lureau | 1 | -2/+1 |
2016-07-01 | 9p: synth: drop v9fs_ prefix | Greg Kurz | 1 | -100/+100 |
2016-06-06 | 9p: switch back to readdir() | Greg Kurz | 1 | -13/+10 |
2016-06-06 | 9p: some more cleanup in #include directives | Greg Kurz | 1 | -3/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-01-29 | 9pfs: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-01-08 | 9pfs: break out 9p.h from virtio-9p.h | Wei Liu | 1 | -1/+1 |
2016-01-08 | 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h} | Wei Liu | 1 | -1/+1 |
2016-01-08 | 9pfs: rename virtio-9p-synth.{c,h} to 9p-synth.{c,h} | Wei Liu | 1 | -0/+573 |