diff options
author | Wei Liu <wei.liu2@citrix.com> | 2015-11-18 17:57:30 +0000 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2016-01-08 12:04:43 +0530 |
commit | fe52840c8760122257be7b7e4893dd951480a71f (patch) | |
tree | 40b3183ebb79056457c57a048965d5e927ed8bcd /hw/9pfs/codir.c | |
parent | a7e00e2536941a6e570b45b7ab4afec4505ff67e (diff) | |
download | qemu-fe52840c8760122257be7b7e4893dd951480a71f.zip |
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/codir.c')
-rw-r--r-- | hw/9pfs/codir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/codir.c b/hw/9pfs/codir.c index ec9cc7fb27..5a4f74d3e0 100644 --- a/hw/9pfs/codir.c +++ b/hw/9pfs/codir.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_readdir_r(V9fsPDU *pdu, V9fsFidState *fidp, struct dirent *dent, struct dirent **result) |