projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebff011
)
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 11 Feb 2015 04:49:01 +0000
(15:19 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 11 Feb 2015 06:17:40 +0000
(16:47 +1030)
We only support virtio 1.0 now
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/lguest/lguest.c
patch
|
blob
|
history
diff --git
a/tools/lguest/lguest.c
b/tools/lguest/lguest.c
index fadd5723ba57a203c37219e5009ef6930c383dc3..663166aff1f50885cf7ff7fe1c945ad777d14201 100644
(file)
--- a/
tools/lguest/lguest.c
+++ b/
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