diff options
Diffstat (limited to 'tools')
-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 | ||