monitor-json.xml 738 字节
Newer Older
1 2 3
<domain type='qemu'>
  <name>encryptdisk</name>
  <uuid>496898a6-e6ff-f7c8-5dc2-3cf410945ee9</uuid>
E
Eric Blake 已提交
4 5
  <memory unit='KiB'>219100</memory>
  <currentMemory unit='KiB'>219100</currentMemory>
6
  <vcpu placement='static'>1</vcpu>
7 8 9 10 11 12 13 14 15
  <os>
    <type arch='i686' machine='pc'>hvm</type>
    <boot dev='hd'/>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
16
    <emulator>/usr/bin/qemu-system-i686</emulator>
17 18 19 20 21
    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2'/>
      <source file='/dev/hda1'/>
      <target dev='hda'/>
    </disk>
22
    <controller type='usb' index='0'/>
23 24 25
    <memballoon model='virtio'/>
  </devices>
</domain>