aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/9p-synth.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-309pfs: fix inode sequencing in 'synth' driverChristian Schoenebeck1-2/+2
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-03-079p: darwin: Handle struct dirent differencesKeno Fischer1-0/+4
2022-03-079p: darwin: Handle struct stat(fs) differencesKeno Fischer1-0/+2
2022-02-179pfs: Fix segfault in do_readdir_many caused by struct dirent overreadVitaly Chikunov1-3/+15
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck1-0/+5
2021-03-16hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARDMahmoud Mandour1-8/+4
2020-10-199pfs: suppress performance warnings on qtest runsChristian Schoenebeck1-2/+0
2020-09-159pfs: disable msize warning for synth driverChristian Schoenebeck1-0/+2
2020-02-08hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck1-0/+19
2018-02-199p: fix leak in synth_name_to_path()Marc-André Lureau1-0/+1
2018-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz1-0/+20
2018-02-01tests: virtio-9p: add WRITE operation testGreg Kurz1-0/+11
2018-02-01tests: virtio-9p: add LOPEN operation testGreg Kurz1-0/+5
2018-02-01tests: virtio-9p: use the synth backendGreg Kurz1-0/+16
2018-01-08fsdev: improve error handling of backend initGreg Kurz1-1/+1
2017-06-299pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2016-07-019p: synth: drop v9fs_ prefixGreg Kurz1-100/+100
2016-06-069p: switch back to readdir()Greg Kurz1-13/+10
2016-06-069p: some more cleanup in #include directivesGreg Kurz1-3/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-01-299pfs: Clean up includesPeter Maydell1-1/+1
2016-01-089pfs: break out 9p.h from virtio-9p.hWei Liu1-1/+1
2016-01-089pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu1-1/+1
2016-01-089pfs: rename virtio-9p-synth.{c,h} to 9p-synth.{c,h}Wei Liu1-0/+573