summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/9p-synth.c
Commit message (Expand)AuthorAgeFilesLines
* 9pfs: fix inode sequencing in 'synth' driverChristian Schoenebeck2022-04-301-2/+2
* 9pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* 9p: darwin: Handle struct dirent differencesKeno Fischer2022-03-071-0/+4
* 9p: darwin: Handle struct stat(fs) differencesKeno Fischer2022-03-071-0/+2
* 9pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov2022-02-171-3/+15
* 9pfs: add link to 9p developer docsChristian Schoenebeck2021-07-051-0/+5
* hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARDMahmoud Mandour2021-03-161-8/+4Star
* 9pfs: suppress performance warnings on qtest runsChristian Schoenebeck2020-10-191-2/+0Star
* 9pfs: disable msize warning for synth driverChristian Schoenebeck2020-09-151-0/+2
* hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck2020-02-081-0/+19
* 9p: fix leak in synth_name_to_path()Marc-André Lureau2018-02-191-0/+1
* tests: virtio-9p: add FLUSH operation testGreg Kurz2018-02-021-0/+20
* tests: virtio-9p: add WRITE operation testGreg Kurz2018-02-011-0/+11
* tests: virtio-9p: add LOPEN operation testGreg Kurz2018-02-011-0/+5
* tests: virtio-9p: use the synth backendGreg Kurz2018-02-011-0/+16
* fsdev: improve error handling of backend initGreg Kurz2018-01-081-1/+1
* 9pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau2017-06-291-2/+1Star
* 9p: synth: drop v9fs_ prefixGreg Kurz2016-07-011-100/+100
* 9p: switch back to readdir()Greg Kurz2016-06-061-13/+10Star
* 9p: some more cleanup in #include directivesGreg Kurz2016-06-061-3/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* 9pfs: Clean up includesPeter Maydell2016-01-291-1/+1
* 9pfs: break out 9p.h from virtio-9p.hWei Liu2016-01-081-1/+1
* 9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu2016-01-081-1/+1
* 9pfs: rename virtio-9p-synth.{c,h} to 9p-synth.{c,h}Wei Liu2016-01-081-0/+573