diff options
author | Wei Liu <wei.liu2@citrix.com> | 2016-01-07 18:42:20 +0000 |
---|---|---|
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2016-01-08 15:32:13 +0530 |
commit | 60ce86c7140d5ca33d5fd87ce821681165d06b2a (patch) | |
tree | cc82ebd2a132ca1ff7301860d661dede436c104c /hw/9pfs | |
parent | 72a189770a2d88a589e5ba024f34b8696f8c1a70 (diff) |
9pfs: rename virtio-9p.c to 9p.c
Now that file only contains generic code.
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')
-rw-r--r-- | hw/9pfs/9p.c (renamed from hw/9pfs/virtio-9p.c) | 0 | ||||
-rw-r--r-- | hw/9pfs/Makefile.objs | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/9p.c index 379fdcb2fe..379fdcb2fe 100644 --- a/hw/9pfs/virtio-9p.c +++ b/hw/9pfs/9p.c diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs index 838c5e1eb9..da0ae0cfdb 100644 --- a/hw/9pfs/Makefile.objs +++ b/hw/9pfs/Makefile.objs @@ -1,4 +1,4 @@ -common-obj-y = virtio-9p.o +common-obj-y = 9p.o common-obj-y += 9p-local.o 9p-xattr.o common-obj-y += 9p-xattr-user.o 9p-posix-acl.o common-obj-y += coth.o cofs.o codir.o cofile.o |