sexpr2xml-fv-force-hpet.xml 1.3 KB
Newer Older
1 2 3
<domain type='xen' id='1'>
  <name>fvtest</name>
  <uuid>b5d70dd2-75cd-aca5-1776-9660b059d8bc</uuid>
E
Eric Blake 已提交
4 5
  <memory unit='KiB'>409600</memory>
  <currentMemory unit='KiB'>409600</currentMemory>
6
  <vcpu placement='static'>1</vcpu>
7 8 9 10 11 12 13 14
  <os>
    <type>hvm</type>
    <loader>/usr/lib/xen/boot/hvmloader</loader>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
  </features>
P
Philipp Hahn 已提交
15
  <clock offset='utc' adjustment='reset'>
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
    <timer name='hpet' present='yes'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/lib64/xen/bin/qemu-dm</emulator>
    <disk type='file' device='disk'>
      <driver name='file'/>
      <source file='/root/foo.img'/>
      <target dev='hda' bus='ide'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='file'/>
      <source file='/root/boot.iso'/>
      <target dev='hdc' bus='ide'/>
      <readonly/>
    </disk>
    <interface type='bridge'>
      <mac address='00:16:3e:1b:b1:47'/>
      <source bridge='xenbr0'/>
      <script path='vif-bridge'/>
      <target dev='vif1.0'/>
      <model type='e1000'/>
    </interface>
    <input type='mouse' bus='ps2'/>
L
Li Zhang 已提交
42
    <input type='keyboard' bus='ps2'/>
43 44 45
    <graphics type='vnc' port='5901' autoport='no'/>
  </devices>
</domain>