<domain type='kvm'>
<name>node-br0</name> //虚拟机名称
<memory unit='GiB'>2</memory> //最大内存,单位M
<currentMemory unit='GiB'>2</currentMemory> //可用内存,单位M
<vcpu>2</vcpu> //虚拟cpu个数
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<boot dev='cdrom'/> //ISO文件启动
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='localtime'/>
<on_poweroff