]> git.proxmox.com Git - mirror_qemu.git/commit
9pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}
authorWei Liu <wei.liu2@citrix.com>
Wed, 18 Nov 2015 17:57:30 +0000 (17:57 +0000)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 8 Jan 2016 06:34:43 +0000 (12:04 +0530)
commitfe52840c8760122257be7b7e4893dd951480a71f
tree40b3183ebb79056457c57a048965d5e927ed8bcd
parenta7e00e2536941a6e570b45b7ab4afec4505ff67e
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>
hw/9pfs/Makefile.objs
hw/9pfs/codir.c
hw/9pfs/cofile.c
hw/9pfs/cofs.c
hw/9pfs/coth.c [new file with mode: 0644]
hw/9pfs/coth.h [new file with mode: 0644]
hw/9pfs/coxattr.c
hw/9pfs/virtio-9p-coth.c [deleted file]
hw/9pfs/virtio-9p-coth.h [deleted file]
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p.c