test-paravirt-new-pvfb.xml 912 字节
Newer Older
1 2
<domain type='xen'>
  <name>XenGuest1</name>
3
  <uuid>c7a5fdb0-cdaf-9455-926a-d65c16db1809</uuid>
4
  <memory>592896</memory>
5
  <currentMemory>403456</currentMemory>
6
  <vcpu>1</vcpu>
7 8 9 10 11
  <bootloader>/usr/bin/pygrub</bootloader>
  <os>
    <type arch='i686' machine='xenpv'>linux</type>
  </os>
  <clock offset='utc'/>
12 13 14 15 16 17 18
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <disk type='block' device='disk'>
      <driver name='phy'/>
      <source dev='/dev/HostVG/XenGuest1'/>
19
      <target dev='xvda' bus='xen'/>
20 21
    </disk>
    <interface type='bridge'>
22 23
      <mac address='00:16:3e:66:94:9c'/>
      <source bridge='br0'/>
24
    </interface>
25 26 27
    <console type='pty'>
      <target port='0'/>
    </console>
28 29
    <input type='mouse' bus='xen'/>
    <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'/>
30 31
  </devices>
</domain>