aboutsummaryrefslogtreecommitdiffstats
path: root/testing/config/kvm/alice.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/config/kvm/alice.xml')
-rw-r--r--testing/config/kvm/alice.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/config/kvm/alice.xml b/testing/config/kvm/alice.xml
index 275aeceb4..16a974786 100644
--- a/testing/config/kvm/alice.xml
+++ b/testing/config/kvm/alice.xml
@@ -7,7 +7,7 @@
<os>
<type arch='x86_64' machine='pc-1.1'>hvm</type>
<kernel>/var/run/kvm-swan-kernel</kernel>
- <cmdline>root=/dev/vda loglevel=1</cmdline>
+ <cmdline>root=/dev/vda1 loglevel=1</cmdline>
<boot dev='hd'/>
</os>
<features>
@@ -22,8 +22,8 @@
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
- <driver name='qemu' type='raw' cache='writethrough'/>
- <source file='/var/lib/libvirt/images/alice.img'/>
+ <driver name='qemu' type='qcow2' cache='writethrough'/>
+ <source file='/var/lib/libvirt/images/alice.qcow2'/>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</disk>