mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-09 09:57:40 +03:00
This will help for a possible future conversion to pytest Signed-off-by: Cole Robinson <crobinso@redhat.com>
56 lines
1.6 KiB
XML
56 lines
1.6 KiB
XML
<domain type="kvm">
|
|
<name>vm1</name>
|
|
<uuid>00000000-1111-2222-3333-444444444444</uuid>
|
|
<memory>65536</memory>
|
|
<currentMemory>65536</currentMemory>
|
|
<vcpu>1</vcpu>
|
|
<os firmware="efi">
|
|
<type arch="aarch64" machine="virt">hvm</type>
|
|
<boot dev="network"/>
|
|
</os>
|
|
<cpu mode="host-passthrough"/>
|
|
<clock offset="utc"/>
|
|
<on_reboot>destroy</on_reboot>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-aarch64</emulator>
|
|
<controller type="usb" model="qemu-xhci" ports="15"/>
|
|
<interface type="bridge">
|
|
<source bridge="testsuitebr0"/>
|
|
<mac address="00:11:22:33:44:55"/>
|
|
<model type="virtio"/>
|
|
</interface>
|
|
<console type="pty"/>
|
|
<channel type="unix">
|
|
<source mode="bind"/>
|
|
<target type="virtio" name="org.qemu.guest_agent.0"/>
|
|
</channel>
|
|
</devices>
|
|
</domain>
|
|
<domain type="kvm">
|
|
<name>vm1</name>
|
|
<uuid>00000000-1111-2222-3333-444444444444</uuid>
|
|
<memory>65536</memory>
|
|
<currentMemory>65536</currentMemory>
|
|
<vcpu>1</vcpu>
|
|
<os firmware="efi">
|
|
<type arch="aarch64" machine="virt">hvm</type>
|
|
<boot dev="network"/>
|
|
</os>
|
|
<cpu mode="host-passthrough"/>
|
|
<clock offset="utc"/>
|
|
<devices>
|
|
<emulator>/usr/bin/qemu-system-aarch64</emulator>
|
|
<controller type="usb" model="qemu-xhci" ports="15"/>
|
|
<interface type="bridge">
|
|
<source bridge="testsuitebr0"/>
|
|
<mac address="00:11:22:33:44:55"/>
|
|
<model type="virtio"/>
|
|
</interface>
|
|
<console type="pty"/>
|
|
<channel type="unix">
|
|
<source mode="bind"/>
|
|
<target type="virtio" name="org.qemu.guest_agent.0"/>
|
|
</channel>
|
|
</devices>
|
|
</domain>
|