test-paravirt-net-e1000.xml 1.2 KB
Newer Older
1 2 3
<domain type='xen'>
  <name>XenGuest1</name>
  <uuid>c7a5fdb0-cdaf-9455-926a-d65c16db1809</uuid>
E
Eric Blake 已提交
4 5
  <memory unit='KiB'>592896</memory>
  <currentMemory unit='KiB'>403456</currentMemory>
6
  <vcpu placement='static'>1</vcpu>
7 8 9 10
  <bootloader>/usr/bin/pygrub</bootloader>
  <os>
    <type arch='i686' machine='xenpv'>linux</type>
  </os>
P
Philipp Hahn 已提交
11
  <clock offset='utc' adjustment='reset'/>
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
      <script path='vif-bridge'/>
25 26 27
      <model type='e1000'/>
    </interface>
    <console type='pty'>
28
      <target type='xen' port='0'/>
29
    </console>
30
    <input type='mouse' bus='xen'/>
L
Li Zhang 已提交
31
    <input type='keyboard' bus='xen'/>
32 33 34
    <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' passwd='123poi'>
      <listen type='address' address='127.0.0.1'/>
    </graphics>
J
Ján Tomko 已提交
35 36 37
    <video>
      <model type='xen' heads='1' primary='yes'/>
    </video>
38
    <memballoon model='xen'/>
39 40
  </devices>
</domain>