Advertisement
Guest User

Untitled

a guest
Feb 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.95 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>win10</name>
  3.   <uuid>0f598234-8c13-4336-bb1f-a46faa59cf01</uuid>
  4.   <memory unit='KiB'>4194304</memory>
  5.   <currentMemory unit='KiB'>4194304</currentMemory>
  6.   <vcpu placement='static'>4</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='pc-i440fx-2.11'>hvm</type>
  9.     <loader readonly='yes' type='pflash'>/usr/share/ovmf/x64/OVMF_CODE.fd</loader>
  10.     <nvram>/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram>
  11.     <boot dev='hd'/>
  12.   </os>
  13.   <features>
  14.     <acpi/>
  15.     <apic/>
  16.     <hyperv>
  17.       <relaxed state='on'/>
  18.       <vapic state='on'/>
  19.       <spinlocks state='on' retries='8191'/>
  20.       <vendor_id state='on' value='123456789ab'/>
  21.     </hyperv>
  22.     <kvm>
  23.       <hidden state='on'/>
  24.     </kvm>
  25.     <vmport state='off'/>
  26.   </features>
  27.   <cpu mode='host-passthrough' check='none'/>
  28.   <clock offset='localtime'>
  29.     <timer name='rtc' tickpolicy='catchup'/>
  30.     <timer name='pit' tickpolicy='delay'/>
  31.     <timer name='hpet' present='no'/>
  32.     <timer name='hypervclock' present='yes'/>
  33.   </clock>
  34.   <on_poweroff>destroy</on_poweroff>
  35.   <on_reboot>restart</on_reboot>
  36.   <on_crash>destroy</on_crash>
  37.   <pm>
  38.     <suspend-to-mem enabled='no'/>
  39.     <suspend-to-disk enabled='no'/>
  40.   </pm>
  41.   <devices>
  42.     <emulator>/usr/bin/qemu-system-x86_64</emulator>
  43.     <disk type='file' device='disk'>
  44.       <driver name='qemu' type='qcow2'/>
  45.       <source file='/home/gabe/win10.qcow2'/>
  46.       <target dev='hda' bus='ide'/>
  47.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  48.     </disk>
  49.     <disk type='file' device='cdrom'>
  50.       <driver name='qemu' type='raw'/>
  51.       <source file='/home/gabe/Downloads/Win10_1709_English_x64.iso'/>
  52.       <target dev='hdb' bus='ide'/>
  53.       <readonly/>
  54.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  55.     </disk>
  56.     <controller type='usb' index='0' model='ich9-ehci1'>
  57.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x7'/>
  58.     </controller>
  59.     <controller type='usb' index='0' model='ich9-uhci1'>
  60.       <master startport='0'/>
  61.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0' multifunction='on'/>
  62.     </controller>
  63.     <controller type='usb' index='0' model='ich9-uhci2'>
  64.       <master startport='2'/>
  65.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x1'/>
  66.     </controller>
  67.     <controller type='usb' index='0' model='ich9-uhci3'>
  68.       <master startport='4'/>
  69.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x2'/>
  70.     </controller>
  71.     <controller type='pci' index='0' model='pci-root'/>
  72.     <controller type='ide' index='0'>
  73.       <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
  74.     </controller>
  75.     <controller type='virtio-serial' index='0'>
  76.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  77.     </controller>
  78.     <interface type='bridge'>
  79.       <mac address='52:54:00:b7:1f:c1'/>
  80.       <source bridge='br0'/>
  81.       <model type='rtl8139'/>
  82.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  83.     </interface>
  84.     <serial type='pty'>
  85.       <target type='isa-serial' port='0'>
  86.         <model name='isa-serial'/>
  87.       </target>
  88.     </serial>
  89.     <console type='pty'>
  90.       <target type='serial' port='0'/>
  91.     </console>
  92.     <channel type='spicevmc'>
  93.       <target type='virtio' name='com.redhat.spice.0'/>
  94.       <address type='virtio-serial' controller='0' bus='0' port='1'/>
  95.     </channel>
  96.     <input type='mouse' bus='ps2'/>
  97.     <input type='keyboard' bus='ps2'/>
  98.     <hostdev mode='subsystem' type='pci' managed='yes'>
  99.       <source>
  100.         <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
  101.       </source>
  102.       <rom file='/home/gabe/image.rom'/>
  103.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
  104.     </hostdev>
  105.     <hostdev mode='subsystem' type='pci' managed='yes'>
  106.       <source>
  107.         <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/>
  108.       </source>
  109.       <rom file='/home/gabe/image.rom'/>
  110.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  111.     </hostdev>
  112.     <hostdev mode='subsystem' type='usb' managed='yes'>
  113.       <source>
  114.         <vendor id='0x046d'/>
  115.         <product id='0xc52b'/>
  116.       </source>
  117.       <address type='usb' bus='0' port='4'/>
  118.     </hostdev>
  119.     <hostdev mode='subsystem' type='usb' managed='yes'>
  120.       <source>
  121.         <vendor id='0x04d9'/>
  122.         <product id='0xa0f8'/>
  123.       </source>
  124.       <address type='usb' bus='0' port='3'/>
  125.     </hostdev>
  126.     <redirdev bus='usb' type='spicevmc'>
  127.       <address type='usb' bus='0' port='1'/>
  128.     </redirdev>
  129.     <redirdev bus='usb' type='spicevmc'>
  130.       <address type='usb' bus='0' port='2'/>
  131.     </redirdev>
  132.     <memballoon model='virtio'>
  133.       <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
  134.     </memballoon>
  135.   </devices>
  136. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement