diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2015-02-10 23:49:01 -0500 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2015-02-11 01:17:40 -0500 |
commit | eb39f83372b45bebc8af59b34af5d35bb0defe53 (patch) | |
tree | 0d37d61ad87b49a404e75b4941b68b9a31b97309 | |
parent | ebff01137acd21534fffaffcf35cd4a3681b95ae (diff) |
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
We only support virtio 1.0 now
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | tools/lguest/lguest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lguest/lguest.c b/tools/lguest/lguest.c index fadd5723ba57..663166aff1f5 100644 --- a/tools/lguest/lguest.c +++ b/tools/lguest/lguest.c | |||
@@ -63,6 +63,7 @@ typedef uint16_t u16; | |||
63 | typedef uint8_t u8; | 63 | typedef uint8_t u8; |
64 | /*:*/ | 64 | /*:*/ |
65 | 65 | ||
66 | #define VIRTIO_CONFIG_NO_LEGACY | ||
66 | #define VIRTIO_PCI_NO_LEGACY | 67 | #define VIRTIO_PCI_NO_LEGACY |
67 | #define VIRTIO_BLK_NO_LEGACY | 68 | #define VIRTIO_BLK_NO_LEGACY |
68 | 69 | ||