virtio-transitional.xml 2.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<domain type='qemu'>
  <name>QEMUGuest1</name>
  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
  <memory unit='KiB'>219136</memory>
  <currentMemory unit='KiB'>219136</currentMemory>
  <vcpu placement='static'>1</vcpu>
  <os>
    <type arch='x86_64' machine='q35'>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>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <disk type='block' device='disk' model='virtio-transitional'>
      <driver name='qemu' type='raw'/>
      <source dev='/dev/HostVG/QEMUGuest1'/>
      <target dev='vda' bus='virtio'/>
21
      <address type='pci' domain='0x0000' bus='0x03' slot='0x02' function='0x0'/>
22 23 24 25 26 27 28 29 30 31 32
    </disk>
    <controller type='usb' index='0' model='none'/>
    <controller type='sata' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    </controller>
    <controller type='pci' index='0' model='pcie-root'/>
    <controller type='pci' index='1' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='1' port='0x8'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
    </controller>
33 34 35 36 37 38
    <controller type='pci' index='2' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='2' port='0x9'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <controller type='pci' index='3' model='pcie-to-pci-bridge'>
39 40 41
      <model name='pcie-pci-bridge'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </controller>
42
    <controller type='pci' index='4' model='pcie-root-port'>
43
      <model name='pcie-root-port'/>
44 45
      <target chassis='4' port='0xa'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
46
    </controller>
47 48 49 50 51
    <filesystem type='mount' accessmode='passthrough' model='virtio-transitional'>
      <source dir='/export/fs1'/>
      <target dir='fs1'/>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
    </filesystem>
52 53 54
    <interface type='user'>
      <mac address='00:11:22:33:44:55'/>
      <model type='virtio-transitional'/>
55
      <address type='pci' domain='0x0000' bus='0x03' slot='0x01' function='0x0'/>
56
    </interface>
57 58
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
59 60
    <hostdev mode='subsystem' type='scsi_host' managed='no' model='virtio-transitional'>
      <source protocol='vhost' wwpn='naa.5123456789abcde0'/>
61
      <address type='pci' domain='0x0000' bus='0x03' slot='0x03' function='0x0'/>
62
    </hostdev>
63
    <memballoon model='none'/>
64 65
    <rng model='virtio-transitional'>
      <backend model='random'>/dev/urandom</backend>
66
      <address type='pci' domain='0x0000' bus='0x03' slot='0x04' function='0x0'/>
67
    </rng>
68 69
  </devices>
</domain>