diff options
| author | Paul Brook | 2010-11-26 23:08:48 +0100 |
|---|---|---|
| committer | Paul Brook | 2010-11-27 01:06:13 +0100 |
| commit | 01af7daf5596e8860c71e72349e1d539b81d9c80 (patch) | |
| tree | 41ff79f0c029ed1737d4b46b67d726181b20fc40 /default-configs | |
| parent | PCI config include (diff) | |
| download | qemu-01af7daf5596e8860c71e72349e1d539b81d9c80.tar.gz qemu-01af7daf5596e8860c71e72349e1d539b81d9c80.tar.xz qemu-01af7daf5596e8860c71e72349e1d539b81d9c80.zip | |
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 |
