fbc0412709
9pfs: Clean up includes
...
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-id: 1453832250-766-18-git-send-email-peter.maydell@linaro.org
2016-01-29 15:07:23 +00:00
63325b181f
9pfs: use error_report() instead of fprintf(stderr)
...
Reviewed-by: Markus Armbruster <armbru@redhat.com >
Signed-off-by: Greg Kurz <gkurz@linux.vnet.ibm.com >
2016-01-22 15:12:17 +01:00
ebe74f8ba2
9pfs: break out 9p.h from virtio-9p.h
...
Move out generic definitions from virtio-9p.h to 9p.h. Fix header
inclusions.
Signed-off-by: Wei Liu <wei.liu2@citrix.com >
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com >
2016-01-08 15:25:30 +05:30
494a8ebe71
9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}
...
Those two files are not virtio specific. Rename them to use generic
names.
Fix includes in various C files. Change define guards and comments
in header files.
Signed-off-by: Wei Liu <wei.liu2@citrix.com >
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com >
2016-01-08 12:38:15 +05:30