9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}
authorWei Liu <wei.liu2@citrix.com>
Wed, 18 Nov 2015 18:31:52 +0000 (18:31 +0000)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 8 Jan 2016 07:17:35 +0000 (12:47 +0530)
commit267ae092e211f4f5ffe2340b7f869fcab3c5c027
tree763d721eb9b3ebdf240ca9f03b8a5c0ad1625bff
parent364031f17932814484657e5551ba12957d993d7e
9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}

These three files are not virtio specific. Rename them to generic
names.

Fix comments and header inclusion in various 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/9p-handle.c
hw/9pfs/9p-local.c
hw/9pfs/9p-posix-acl.c
hw/9pfs/9p-synth.c
hw/9pfs/9p-xattr-user.c [moved from hw/9pfs/virtio-9p-xattr-user.c with 97% similarity]
hw/9pfs/9p-xattr.c [moved from hw/9pfs/virtio-9p-xattr.c with 97% similarity]
hw/9pfs/9p-xattr.h [moved from hw/9pfs/virtio-9p-xattr.h with 97% similarity]
hw/9pfs/Makefile.objs
hw/9pfs/virtio-9p-device.c
hw/9pfs/virtio-9p.c