Skip to content

Commit

Permalink
lguest: define VIRTIO_CONFIG_NO_LEGACY in example launcher.
Browse files Browse the repository at this point in the history
We only support virtio 1.0 now

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Feb 11, 2015
1 parent ebff011 commit eb39f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lguest/lguest.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eb39f83

Please sign in to comment.