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>
This commit is contained in:
Wei Liu 2016-01-07 18:18:02 +00:00 committed by Aneesh Kumar K.V
parent 592707af7f
commit ebe74f8ba2
9 changed files with 333 additions and 325 deletions

View file

@ -11,7 +11,7 @@
*/
#include <sys/socket.h>
#include <sys/un.h>
#include "virtio-9p.h"
#include "9p.h"
#include "qemu/error-report.h"
#include "fsdev/qemu-fsdev.h"
#include "9p-proxy.h"