]> git.proxmox.com Git - qemu.git/commit
virtio-9p: move 9p files around
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 28 Jan 2011 12:39:08 +0000 (18:09 +0530)
committerVenkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Wed, 27 Apr 2011 15:24:37 +0000 (08:24 -0700)
commit353ac78d495ef976242abd868f68d78420861c2c
tree68ee7899bb33c5ccca0935683d69f9e4754d2c85
parent661bfc80e876d32da8befe53ba0234d87fc0bcc2
virtio-9p: move 9p files around

Now that we start adding more files related to 9pfs
it make sense to move them to a separate directory

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
24 files changed:
Makefile.objs
Makefile.target
configure
fsdev/file-op-9p.h [new file with mode: 0644]
fsdev/qemu-fsdev.h
hw/9pfs/virtio-9p-debug.c [new file with mode: 0644]
hw/9pfs/virtio-9p-debug.h [new file with mode: 0644]
hw/9pfs/virtio-9p-local.c [new file with mode: 0644]
hw/9pfs/virtio-9p-posix-acl.c [new file with mode: 0644]
hw/9pfs/virtio-9p-xattr-user.c [new file with mode: 0644]
hw/9pfs/virtio-9p-xattr.c [new file with mode: 0644]
hw/9pfs/virtio-9p-xattr.h [new file with mode: 0644]
hw/9pfs/virtio-9p.c [new file with mode: 0644]
hw/9pfs/virtio-9p.h [new file with mode: 0644]
hw/file-op-9p.h [deleted file]
hw/virtio-9p-debug.c [deleted file]
hw/virtio-9p-debug.h [deleted file]
hw/virtio-9p-local.c [deleted file]
hw/virtio-9p-posix-acl.c [deleted file]
hw/virtio-9p-xattr-user.c [deleted file]
hw/virtio-9p-xattr.c [deleted file]
hw/virtio-9p-xattr.h [deleted file]
hw/virtio-9p.c [deleted file]
hw/virtio-9p.h [deleted file]