Guest User

Untitled

a guest
Nov 21st, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.33 KB | None | 0 0
  1. <!--
  2. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  3. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  4.  virsh edit passthrough
  5. or other application using the libvirt API.
  6. -->
  7.  
  8. <domain type='kvm'>
  9.   <name>passthrough</name>
  10.   <uuid>f30932d6-b976-40f9-b311-210fecfc68fe</uuid>
  11.   <memory unit='KiB'>8392704</memory>
  12.   <currentMemory unit='KiB'>8392704</currentMemory>
  13.   <vcpu placement='static' current='8'>16</vcpu>
  14.   <os>
  15.     <type arch='x86_64' machine='pc-i440fx-2.7'>hvm</type>
  16.     <loader readonly='yes' type='pflash'>/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
  17.     <nvram>/var/lib/libvirt/qemu/nvram/passthrough_VARS.fd</nvram>
  18.     <boot dev='hd'/>
  19.   </os>
  20.   <features>
  21.     <acpi/>
  22.     <apic/>
  23.     <hyperv>
  24.       <relaxed state='off'/>
  25.       <vapic state='off'/>
  26.       <spinlocks state='off'/>
  27.     </hyperv>
  28.     <kvm>
  29.       <hidden state='on'/>
  30.     </kvm>
  31.     <vmport state='off'/>
  32.   </features>
  33.   <cpu mode='host-passthrough'>
  34.     <topology sockets='2' cores='4' threads='2'/>
  35.   </cpu>
  36.   <clock offset='localtime'>
  37.     <timer name='rtc' tickpolicy='catchup'/>
  38.     <timer name='pit' tickpolicy='delay'/>
  39.     <timer name='hpet' present='no'/>
  40.     <timer name='hypervclock' present='no'/>
  41.   </clock>
  42.   <on_poweroff>destroy</on_poweroff>
  43.   <on_reboot>restart</on_reboot>
  44.   <on_crash>restart</on_crash>
  45.   <pm>
  46.     <suspend-to-mem enabled='no'/>
  47.     <suspend-to-disk enabled='no'/>
  48.   </pm>
  49.   <devices>
  50.     <emulator>/usr/bin/qemu-kvm</emulator>
  51.     <disk type='file' device='cdrom'>
  52.       <driver name='qemu' type='raw'/>
  53.       <source file='/home/zach/Downloads/Win10_1607_English_x64.iso'/>
  54.       <target dev='hdb' bus='ide'/>
  55.       <readonly/>
  56.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  57.     </disk>
  58.     <disk type='file' device='disk'>
  59.       <driver name='qemu' type='qcow2'/>
  60.       <source file='/mnt/linuxdata/vmstuff/win10.qcow2'/>
  61.       <target dev='sda' bus='sata'/>
  62.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  63.     </disk>
  64.     <controller type='usb' index='0' model='ich9-ehci1'>
  65.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x7'/>
  66.     </controller>
  67.     <controller type='usb' index='0' model='ich9-uhci1'>
  68.       <master startport='0'/>
  69.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0' multifunction='on'/>
  70.     </controller>
  71.     <controller type='usb' index='0' model='ich9-uhci2'>
  72.       <master startport='2'/>
  73.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x1'/>
  74.     </controller>
  75.     <controller type='usb' index='0' model='ich9-uhci3'>
  76.       <master startport='4'/>
  77.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x2'/>
  78.     </controller>
  79.     <controller type='pci' index='0' model='pci-root'/>
  80.     <controller type='ide' index='0'>
  81.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  82.     </controller>
  83.     <controller type='virtio-serial' index='0'>
  84.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  85.     </controller>
  86.     <controller type='sata' index='0'>
  87.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  88.     </controller>
  89.     <interface type='network'>
  90.       <mac address='52:54:00:d1:ef:1b'/>
  91.       <source network='default'/>
  92.       <model type='rtl8139'/>
  93.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  94.     </interface>
  95.     <serial type='pty'>
  96.       <target port='0'/>
  97.     </serial>
  98.     <console type='pty'>
  99.       <target type='serial' port='0'/>
  100.     </console>
  101.     <channel type='spicevmc'>
  102.       <target type='virtio' name='com.redhat.spice.0'/>
  103.       <address type='virtio-serial' controller='0' bus='0' port='1'/>
  104.     </channel>
  105.     <input type='mouse' bus='ps2'/>
  106.     <input type='keyboard' bus='ps2'/>
  107.     <input type='tablet' bus='usb'>
  108.       <address type='usb' bus='0' port='1'/>
  109.     </input>
  110.     <graphics type='spice' autoport='yes'>
  111.       <listen type='address'/>
  112.       <image compression='off'/>
  113.     </graphics>
  114.     <sound model='ich6'>
  115.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  116.     </sound>
  117.     <video>
  118.       <model type='vga' vram='16384' heads='1' primary='yes'/>
  119.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  120.     </video>
  121.     <hostdev mode='subsystem' type='pci' managed='yes'>
  122.       <source>
  123.         <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
  124.       </source>
  125.       <rom bar='on' file='/opt/gtx.rom'/>
  126.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  127.     </hostdev>
  128.     <hostdev mode='subsystem' type='pci' managed='yes'>
  129.       <source>
  130.         <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
  131.       </source>
  132.       <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
  133.     </hostdev>
  134.     <redirdev bus='usb' type='spicevmc'>
  135.       <address type='usb' bus='0' port='2'/>
  136.     </redirdev>
  137.     <redirdev bus='usb' type='spicevmc'>
  138.       <address type='usb' bus='0' port='3'/>
  139.     </redirdev>
  140.     <memballoon model='virtio'>
  141.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  142.     </memballoon>
  143.   </devices>
  144. </domain>
Advertisement
Add Comment
Please, Sign In to add comment