mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
fd2fe1249d
qemu and all related hypervisors (xen, vz) haven't needed this in the common case for a very long time, so make keymap=None the default
24 lines
587 B
XML
24 lines
587 B
XML
<domain type="vz">
|
|
<name>foobar</name>
|
|
<uuid>00000000-1111-2222-3333-444444444444</uuid>
|
|
<memory>65536</memory>
|
|
<currentMemory>65536</currentMemory>
|
|
<vcpu>1</vcpu>
|
|
<os>
|
|
<type arch="x86_64">exe</type>
|
|
<init>/sbin/init</init>
|
|
</os>
|
|
<devices>
|
|
<filesystem type="template">
|
|
<source name="centos-7-x86_64"/>
|
|
<target dir="/"/>
|
|
</filesystem>
|
|
<interface type="network">
|
|
<source network="Bridged"/>
|
|
<mac address="00:11:22:33:44:55"/>
|
|
</interface>
|
|
<console type="pty"/>
|
|
<graphics type="vnc" port="-1"/>
|
|
</devices>
|
|
</domain>
|