qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 23/25] 9pfs: rename virtio-9p.c to 9p.c


From: Aneesh Kumar K.V
Subject: [Qemu-devel] [PATCH 23/25] 9pfs: rename virtio-9p.c to 9p.c
Date: Tue, 12 Jan 2016 11:38:30 +0530

From: Wei Liu <address@hidden>

Now that file only contains generic code.

Signed-off-by: Wei Liu <address@hidden>
Signed-off-by: Aneesh Kumar K.V <address@hidden>
---
 hw/9pfs/{virtio-9p.c => 9p.c} | 0
 hw/9pfs/Makefile.objs         | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename hw/9pfs/{virtio-9p.c => 9p.c} (100%)

diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/9p.c
similarity index 100%
rename from hw/9pfs/virtio-9p.c
rename to hw/9pfs/9p.c
diff --git a/hw/9pfs/Makefile.objs b/hw/9pfs/Makefile.objs
index 838c5e1eb951..da0ae0cfdbae 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
-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]