summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/9p-synth.c
Commit message (Expand)AuthorAgeFilesLines
* 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