aboutsummaryrefslogtreecommitdiffstats
path: root/testing/config/kvm/moon.xml
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-03-08 14:18:54 +0100
committerTobias Brunner <tobias@strongswan.org>2013-03-19 11:50:39 +0100
commit9525e9c506fc30457a396838ab8ef801e23c79dd (patch)
tree39a9b791aee046158b39b85b59022223edaea97b /testing/config/kvm/moon.xml
parente34666a4ed4355b1437c17c04ff7bef2bac549e0 (diff)
downloadstrongswan-9525e9c506fc30457a396838ab8ef801e23c79dd.tar.bz2
strongswan-9525e9c506fc30457a396838ab8ef801e23c79dd.tar.xz
testing: Don't use a specific version for the QEMU machine type
The previously used pc-1.1 is not yet available on e.g. Ubuntu 12.04. With 'pc' the most current supported version of that type is used.
Diffstat (limited to 'testing/config/kvm/moon.xml')
-rw-r--r--testing/config/kvm/moon.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/config/kvm/moon.xml b/testing/config/kvm/moon.xml
index e019fcea5..3ef3e6ec8 100644
--- a/testing/config/kvm/moon.xml
+++ b/testing/config/kvm/moon.xml
@@ -5,7 +5,7 @@
<currentMemory unit='KiB'>131072</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
- <type arch='x86_64' machine='pc-1.1'>hvm</type>
+ <type arch='x86_64' machine='pc'>hvm</type>
<kernel>/var/run/kvm-swan-kernel</kernel>
<cmdline>root=/dev/vda1 loglevel=1</cmdline>
<boot dev='hd'/>