aboutsummaryrefslogtreecommitdiff
path: root/playground/config/domain.xml
diff options
context:
space:
mode:
Diffstat (limited to 'playground/config/domain.xml')
-rw-r--r--playground/config/domain.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/playground/config/domain.xml b/playground/config/domain.xml
deleted file mode 100644
index 7091c12..0000000
--- a/playground/config/domain.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<domain type='kvm'>
- <name>archlinux</name>
- <os>
- <type>hvm</type>
- <boot dev='hd'/>
- </os>
- <on_poweroff>destroy</on_poweroff>
- <on_reboot>restart</on_reboot>
- <on_crash>destroy</on_crash>
- <memory unit="G">1</memory>
- <pm>
- <suspend-to-mem enabled='no'/>
- <suspend-to-disk enabled='no'/>
- </pm>
- <features>
- <acpi/>
- <apic/>
- </features>
- <clock offset='utc'/>
- <devices>
- <emulator>/usr/bin/qemu-system-x86_64</emulator>
- <disk type='file'>
- <driver name='qemu' type='qcow2'/>
- <source file='/srv/libvirt/archlinux.qcow2'/>
- <target dev='hda' bus='virtio'/>
- </disk>
- <interface type='network'>
- <source network="default"/>
- </interface>
- <video>
- <model type='vga' vram='65536' heads='1'/>
- </video>
- </devices>
-</domain>