aboutsummaryrefslogtreecommitdiff
path: root/playground/config/domain.xml
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-03-22 01:31:27 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-03-22 01:31:27 +0100
commitcc4ba3b063f14943579ffbfe416828590f70ae0a (patch)
treeaf2127920fb57603206ca670beb63b5d58650fb8 /playground/config/domain.xml
parentc594b1fca854a7b9fb73d854a9830143cd1032fc (diff)
WIP major rewrite
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>