virtio-options.xml 3.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<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='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>
    <emulator>/usr/bin/qemu-system-x86_64</emulator>
    <disk type='file' device='disk'>
18
      <driver name='qemu' type='raw' iommu='on' ats='on' packed='on'/>
19 20 21 22 23 24 25 26 27 28 29
      <source file='/var/lib/libvirt/images/img1'/>
      <target dev='vda' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
    </disk>
    <controller type='usb' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
    </controller>
    <controller type='ide' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <controller type='scsi' index='0' model='virtio-scsi'>
30
      <driver iommu='on' ats='on' packed='on'/>
31 32 33 34
      <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
    </controller>
    <controller type='pci' index='0' model='pci-root'/>
    <controller type='virtio-serial' index='0'>
35
      <driver iommu='on' ats='on' packed='on'/>
36 37 38
      <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
    </controller>
    <filesystem type='mount' accessmode='passthrough'>
39
      <driver iommu='on' ats='on' packed='on'/>
40 41 42 43 44
      <source dir='/export/fs1'/>
      <target dir='fs1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </filesystem>
    <filesystem type='mount' accessmode='mapped'>
45
      <driver type='path' wrpolicy='immediate' iommu='on' ats='on' packed='on'/>
46 47 48 49 50 51 52
      <source dir='/export/fs2'/>
      <target dir='fs2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </filesystem>
    <interface type='user'>
      <mac address='52:54:56:58:5a:5c'/>
      <model type='virtio'/>
53
      <driver iommu='on' ats='on' packed='on'/>
54 55 56
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </interface>
    <input type='mouse' bus='virtio'>
57
      <driver iommu='on' ats='on' packed='on'/>
58 59 60
      <address type='pci' domain='0x0000' bus='0x00' slot='0x0e' function='0x0'/>
    </input>
    <input type='keyboard' bus='virtio'>
61
      <driver iommu='on' ats='on' packed='on'/>
62 63 64
      <address type='pci' domain='0x0000' bus='0x00' slot='0x10' function='0x0'/>
    </input>
    <input type='tablet' bus='virtio'>
65
      <driver iommu='on' ats='on' packed='on'/>
66 67 68
      <address type='pci' domain='0x0000' bus='0x00' slot='0x11' function='0x0'/>
    </input>
    <input type='passthrough' bus='virtio'>
69
      <driver iommu='on' ats='on' packed='on'/>
70 71 72 73 74 75
      <source evdev='/dev/input/event1234'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x12' function='0x0'/>
    </input>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <video>
76
      <driver iommu='on' ats='on' packed='on' name='vhostuser'/>
77
      <model type='virtio' heads='1' primary='yes'>
78
        <acceleration accel3d='yes' rendernode='/dev/dri/test'/>
79 80 81 82 83
      </model>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </video>
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/>
84
      <driver iommu='on' ats='on' packed='on'/>
85 86 87
    </memballoon>
    <rng model='virtio'>
      <backend model='random'>/dev/random</backend>
88
      <driver iommu='on' ats='on' packed='on'/>
89 90 91 92
      <address type='pci' domain='0x0000' bus='0x00' slot='0x0d' function='0x0'/>
    </rng>
  </devices>
</domain>