hvm: add UUID to libvirt config

Add missing entry. Also fix indentation of first few lines.
This commit is contained in:
Marek Marczykowski 2013-05-22 05:51:08 +02:00 committed by Marek Marczykowski-Górecki
parent 3f6947b87e
commit 5644656859

View File

@ -1,8 +1,9 @@
<domain type='xen'> <domain type='xen'>
<name>{name}</name> <name>{name}</name>
<memory unit='MiB'>{maxmem}</memory> {uuidnode}
<currentMemory unit='MiB'>{mem}</currentMemory> <memory unit='MiB'>{maxmem}</memory>
<vcpu placement='static'>{vcpus}</vcpu> <currentMemory unit='MiB'>{mem}</currentMemory>
<vcpu placement='static'>{vcpus}</vcpu>
<os> <os>
<type arch='x86_64' machine='xenfv'>hvm</type> <type arch='x86_64' machine='xenfv'>hvm</type>
<loader>hvmloader</loader> <loader>hvmloader</loader>