diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-02-16 22:35:46 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-02-26 13:04:03 +0100 |
commit | e9600c6ca9e9ecc123105e1e3660314fe821a4cb (patch) | |
tree | 659c627c52fe0eee027a4c2b0ea58363b8a979bf /hw/9pfs | |
parent | 4fbe0f322d5413482efbf9c0d2329fdc32bea6d1 (diff) |
virtio: use standard-headers
Drop a bunch of code duplicated from virtio_config.h and virtio_ring.h.
This makes us rename event index accessors which conflict,
as reusing the ones from virtio_ring.h isn't trivial.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Diffstat (limited to 'hw/9pfs')
-rw-r--r-- | hw/9pfs/virtio-9p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/9pfs/virtio-9p.h b/hw/9pfs/virtio-9p.h index 2c3603aed0..0776424d79 100644 --- a/hw/9pfs/virtio-9p.h +++ b/hw/9pfs/virtio-9p.h @@ -8,6 +8,7 @@ #include <sys/resource.h> #include <glib.h> #include "hw/virtio/virtio.h" +#include "hw/virtio/virtio-9p.h" #include "fsdev/file-op-9p.h" #include "fsdev/virtio-9p-marshal.h" #include "qemu/thread.h" |