aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/cofile.c
diff options
context:
space:
mode:
authorWei Liu <wei.liu2@citrix.com>2015-11-18 17:57:30 +0000
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2016-01-08 12:04:43 +0530
commitfe52840c8760122257be7b7e4893dd951480a71f (patch)
tree40b3183ebb79056457c57a048965d5e927ed8bcd /hw/9pfs/cofile.c
parenta7e00e2536941a6e570b45b7ab4afec4505ff67e (diff)
downloadqemu-fe52840c8760122257be7b7e4893dd951480a71f.zip
qemu-fe52840c8760122257be7b7e4893dd951480a71f.tar.gz
qemu-fe52840c8760122257be7b7e4893dd951480a71f.tar.bz2
9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}
Those two files are not virtio specific. Rename them to use generic names. Fix includes in various C files. Change define guards and comments in header files. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs/cofile.c')
-rw-r--r--hw/9pfs/cofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/cofile.c b/hw/9pfs/cofile.c
index 7cb55ee..893df2c 100644
--- a/hw/9pfs/cofile.c
+++ b/hw/9pfs/cofile.c
@@ -15,7 +15,7 @@
#include "fsdev/qemu-fsdev.h"
#include "qemu/thread.h"
#include "qemu/coroutine.h"
-#include "virtio-9p-coth.h"
+#include "coth.h"
int v9fs_co_st_gen(V9fsPDU *pdu, V9fsPath *path, mode_t st_mode,
V9fsStatDotl *v9stat)