1
2
3
4
5
6
7
8
9
10
11
12
13 | <domain type='kvm'>
<name>darth-vader</name>
<uuid>36e672e3-5b1b-4dbb-9275-aa87b6d60a3e</uuid>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>262144</currentMemory>
<vcpu placement='static' cpuset='1,3' current='1'>2</vcpu>
<os>
<type arch='x86_64' machine='pc-i440fx-2.0'>hvm</type>
<kernel>/var/kernel/vmlinuz-3.19.0</kernel>
<initrd>/var/kernel/initrd.img-3.19.0</initrd>
<cmdline>console=ttyS0 root=/dev/vda1 ro rootfstype=ext4</cmdline>
<boot dev='hd'/>
</os>
|