38 lines
1.0 KiB
XML
38 lines
1.0 KiB
XML
<domain type="kvm">
|
|
<name>TestGuest</name>
|
|
<currentMemory>204800</currentMemory>
|
|
<memory>409600</memory>
|
|
<uuid>12345678-1234-1234-1234-123456789012</uuid>
|
|
<os>
|
|
<type arch="i686" machine="foobar">hvm</type>
|
|
<boot dev="hd"/>
|
|
</os>
|
|
<vcpu>1</vcpu>
|
|
<features>
|
|
<acpi/><apic/><pae/>
|
|
</features>
|
|
<clock offset="utc"/>
|
|
<on_poweroff>destroy</on_poweroff>
|
|
<on_reboot>restart</on_reboot>
|
|
<on_crash>destroy</on_crash>
|
|
<devices>
|
|
<emulator>/usr/local/bin/qemu-kvm</emulator>
|
|
<controller type="usb" index="1" model="ich9-ehci1">
|
|
<address type="pci" domain="0" bus="0" slot="4" function="7"/>
|
|
</controller>
|
|
<interface type="user">
|
|
<mac address="52:54:00:3f:75:db"/>
|
|
</interface>
|
|
<input type="mouse" bus="ps2"/>
|
|
<graphics type="vnc" port="-1"/>
|
|
<console type="pty"/>
|
|
<video>
|
|
<model type="cirrus"/>
|
|
</video>
|
|
<redirdev bus="usb" type="tcp">
|
|
<source mode="connect" host="bar" service="42"/>
|
|
</redirdev>
|
|
<redirdev bus="usb" type="spicevmc"/>
|
|
</devices>
|
|
</domain>
|