diff options
author | Paul Brook <paul@codesourcery.com> | 2010-11-26 22:08:48 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-11-27 00:06:13 +0000 |
commit | 01af7daf5596e8860c71e72349e1d539b81d9c80 (patch) | |
tree | 41ff79f0c029ed1737d4b46b67d726181b20fc40 /default-configs | |
parent | f8f5cfbaa49387a513fddd9c9bf1aeb0ecc64cce (diff) |
VirtIO config option
Make virtio devices optional. Selecting individual devices is not useful
as the host bindings are all in one file.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/s390x-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/s390x-softmmu.mak b/default-configs/s390x-softmmu.mak index e69de29bb2..16d72590ee 100644 --- a/default-configs/s390x-softmmu.mak +++ b/default-configs/s390x-softmmu.mak @@ -0,0 +1 @@ +include virtio.mak |