diff options
author | Wei Liu | 2015-11-18 19:31:52 +0100 |
---|---|---|
committer | Aneesh Kumar K.V | 2016-01-08 08:17:35 +0100 |
commit | 267ae092e211f4f5ffe2340b7f869fcab3c5c027 (patch) | |
tree | 763d721eb9b3ebdf240ca9f03b8a5c0ad1625bff /hw/9pfs/9p-synth.c | |
parent | 9pfs: rename virtio-9p-synth.{c,h} to 9p-synth.{c,h} (diff) | |
download | qemu-267ae092e211f4f5ffe2340b7f869fcab3c5c027.tar.gz qemu-267ae092e211f4f5ffe2340b7f869fcab3c5c027.tar.xz qemu-267ae092e211f4f5ffe2340b7f869fcab3c5c027.zip |
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>
Diffstat (limited to 'hw/9pfs/9p-synth.c')
-rw-r--r-- | hw/9pfs/9p-synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/9pfs/9p-synth.c b/hw/9pfs/9p-synth.c index 6d34b89eef..b1064e3aea 100644 --- a/hw/9pfs/9p-synth.c +++ b/hw/9pfs/9p-synth.c @@ -14,7 +14,7 @@ #include "hw/virtio/virtio.h" #include "virtio-9p.h" -#include "virtio-9p-xattr.h" +#include "9p-xattr.h" #include "fsdev/qemu-fsdev.h" #include "9p-synth.h" #include "qemu/rcu.h" |