瀏覽代碼

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>
Rusty Russell 10 年之前
父節點
當前提交
eb39f83372
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/lguest/lguest.c

+ 1 - 0
tools/lguest/lguest.c

@@ -63,6 +63,7 @@ typedef uint16_t u16;
 typedef uint8_t u8;
 /*:*/
 
+#define VIRTIO_CONFIG_NO_LEGACY
 #define VIRTIO_PCI_NO_LEGACY
 #define VIRTIO_BLK_NO_LEGACY