Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.79 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>win10</name>
  3.   <uuid>19ebdc64-5859-4063-be19-1fe574d32e18</uuid>
  4.   <memory unit='KiB'>4194304</memory>
  5.   <currentMemory unit='KiB'>4194304</currentMemory>
  6.   <vcpu placement='static'>2</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='pc-i440fx-2.8'>hvm</type>
  9.     <loader readonly='yes' type='rom'>/usr/share/ovmf/x64/ovmf_x64.bin</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.     <kvm>
  17.       <hidden state='on'/>
  18.     </kvm>
  19.     <vmport state='off'/>
  20.   </features>
  21.   <cpu mode='host-passthrough' check='none'/>
  22.   <clock offset='localtime'>
  23.     <timer name='rtc' tickpolicy='catchup'/>
  24.     <timer name='pit' tickpolicy='delay'/>
  25.     <timer name='hpet' present='no'/>
  26.   </clock>
  27.   <on_poweroff>destroy</on_poweroff>
  28.   <on_reboot>restart</on_reboot>
  29.   <on_crash>destroy</on_crash>
  30.   <pm>
  31.     <suspend-to-mem enabled='no'/>
  32.     <suspend-to-disk enabled='no'/>
  33.   </pm>
  34.   <devices>
  35.     <emulator>/usr/sbin/qemu-system-x86_64</emulator>
  36.     <disk type='file' device='disk'>
  37.       <driver name='qemu' type='qcow2'/>
  38.       <source file='/run/media/killermenpl/DANE/win10.qcow2'/>
  39.       <target dev='sda' bus='scsi'/>
  40.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  41.     </disk>
  42.     <controller type='usb' index='0' model='ich9-ehci1'>
  43.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  44.     </controller>
  45.     <controller type='usb' index='0' model='ich9-uhci1'>
  46.       <master startport='0'/>
  47.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  48.     </controller>
  49.     <controller type='usb' index='0' model='ich9-uhci2'>
  50.       <master startport='2'/>
  51.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  52.     </controller>
  53.     <controller type='usb' index='0' model='ich9-uhci3'>
  54.       <master startport='4'/>
  55.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  56.     </controller>
  57.     <controller type='scsi' index='0' model='virtio-scsi'>
  58.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  59.     </controller>
  60.     <controller type='pci' index='0' model='pci-root'/>
  61.     <interface type='network'>
  62.       <mac address='52:54:00:0a:00:e0'/>
  63.       <source network='default'/>
  64.       <model type='rtl8139'/>
  65.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  66.     </interface>
  67.     <input type='mouse' bus='ps2'/>
  68.     <input type='keyboard' bus='ps2'/>
  69.     <sound model='ich6'>
  70.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  71.     </sound>
  72.     <hostdev mode='subsystem' type='usb' managed='yes'>
  73.       <source>
  74.         <vendor id='0x046d'/>
  75.         <product id='0xc246'/>
  76.       </source>
  77.       <address type='usb' bus='0' port='2'/>
  78.     </hostdev>
  79.     <hostdev mode='subsystem' type='usb' managed='yes'>
  80.       <source>
  81.         <vendor id='0x046d'/>
  82.         <product id='0xc248'/>
  83.       </source>
  84.       <address type='usb' bus='0' port='3'/>
  85.     </hostdev>
  86.     <hostdev mode='subsystem' type='pci' managed='yes'>
  87.       <source>
  88.         <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  89.       </source>
  90.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  91.     </hostdev>
  92.     <hostdev mode='subsystem' type='pci' managed='yes'>
  93.       <source>
  94.         <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
  95.       </source>
  96.       <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
  97.     </hostdev>
  98.     <memballoon model='virtio'>
  99.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  100.     </memballoon>
  101.   </devices>
  102. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement