Advertisement
Guest User

Untitled

a guest
Jan 31st, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.40 KB | None | 0 0
  1. <domain type='kvm'>
  2.   <name>win10_game</name>
  3.   <uuid>22b1f4f0-96d5-4005-9a0c-475cf7daa44a</uuid>
  4.   <memory unit='KiB'>8388608</memory>
  5.   <currentMemory unit='KiB'>8388608</currentMemory>
  6.   <vcpu placement='static'>8</vcpu>
  7.   <os>
  8.     <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type>
  9.     <loader readonly='yes' type='pflash'>/usr/share/edk2/ovmf/OVMF_CODE.fd</loader>
  10.     <nvram>/var/lib/libvirt/qemu/nvram/win10_game_VARS.fd</nvram>
  11.     <bootmenu enable='no'/>
  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='whatever'/>
  21.     </hyperv>
  22.     <kvm>
  23.       <hidden state='on'/>
  24.     </kvm>
  25.     <vmport state='off'/>
  26.   </features>
  27.   <cpu mode='host-model' check='partial'>
  28.     <model fallback='allow'/>
  29.   </cpu>
  30.   <clock offset='localtime'>
  31.     <timer name='rtc' tickpolicy='catchup'/>
  32.     <timer name='pit' tickpolicy='delay'/>
  33.     <timer name='hpet' present='no'/>
  34.     <timer name='hypervclock' present='yes'/>
  35.   </clock>
  36.   <on_poweroff>destroy</on_poweroff>
  37.   <on_reboot>restart</on_reboot>
  38.   <on_crash>destroy</on_crash>
  39.   <pm>
  40.     <suspend-to-mem enabled='no'/>
  41.     <suspend-to-disk enabled='no'/>
  42.   </pm>
  43.   <devices>
  44.     <emulator>/usr/bin/qemu-kvm</emulator>
  45.     <disk type='file' device='disk'>
  46.       <driver name='qemu' type='qcow2' cache='writeback' discard='unmap'/>
  47.       <source file='/home/max/.VirtualMachines/win10_game/win10_game.qcow2'/>
  48.       <target dev='sda' bus='scsi'/>
  49.       <boot order='1'/>
  50.       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
  51.     </disk>
  52.     <disk type='file' device='cdrom'>
  53.       <driver name='qemu' type='raw'/>
  54.       <source file='/home/max/systemrescuecd-x86-5.3.2.iso'/>
  55.       <target dev='sdb' bus='scsi'/>
  56.       <readonly/>
  57.       <address type='drive' controller='0' bus='0' target='0' unit='1'/>
  58.     </disk>
  59.     <controller type='usb' index='0' model='ich9-ehci1'>
  60.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
  61.     </controller>
  62.     <controller type='usb' index='0' model='ich9-uhci1'>
  63.       <master startport='0'/>
  64.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
  65.     </controller>
  66.     <controller type='usb' index='0' model='ich9-uhci2'>
  67.       <master startport='2'/>
  68.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
  69.     </controller>
  70.     <controller type='usb' index='0' model='ich9-uhci3'>
  71.       <master startport='4'/>
  72.       <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
  73.     </controller>
  74.     <controller type='pci' index='0' model='pci-root'/>
  75.     <controller type='scsi' index='0' model='virtio-scsi'>
  76.       <address type='pci' domain='0x0000' bus='0x00' slot='0x0c' function='0x0'/>
  77.     </controller>
  78.     <controller type='virtio-serial' index='0'>
  79.       <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
  80.     </controller>
  81.     <interface type='network'>
  82.       <mac address='52:54:00:00:05:0f'/>
  83.       <source network='default'/>
  84.       <model type='e1000'/>
  85.       <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
  86.     </interface>
  87.     <serial type='pty'>
  88.       <target type='isa-serial' port='0'>
  89.         <model name='isa-serial'/>
  90.       </target>
  91.     </serial>
  92.     <console type='pty'>
  93.       <target type='serial' port='0'/>
  94.     </console>
  95.     <channel type='spicevmc'>
  96.       <target type='virtio' name='com.redhat.spice.0'/>
  97.       <address type='virtio-serial' controller='0' bus='0' port='1'/>
  98.     </channel>
  99.     <input type='tablet' bus='usb'>
  100.       <address type='usb' bus='0' port='1'/>
  101.     </input>
  102.     <input type='mouse' bus='ps2'/>
  103.     <input type='keyboard' bus='ps2'/>
  104.     <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
  105.       <listen type='address' address='0.0.0.0'/>
  106.     </graphics>
  107.     <sound model='ich6'>
  108.       <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
  109.     </sound>
  110.     <video>
  111.       <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/>
  112.       <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
  113.     </video>
  114.     <hostdev mode='subsystem' type='pci' managed='yes'>
  115.       <source>
  116.         <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
  117.       </source>
  118.       <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
  119.     </hostdev>
  120.     <hostdev mode='subsystem' type='pci' managed='yes'>
  121.       <source>
  122.         <address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
  123.       </source>
  124.       <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/>
  125.     </hostdev>
  126.     <hostdev mode='subsystem' type='pci' managed='yes'>
  127.       <source>
  128.         <address domain='0x0000' bus='0x00' slot='0x1d' function='0x0'/>
  129.       </source>
  130.       <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/>
  131.     </hostdev>
  132.     <redirdev bus='usb' type='spicevmc'>
  133.       <address type='usb' bus='0' port='2'/>
  134.     </redirdev>
  135.     <redirdev bus='usb' type='spicevmc'>
  136.       <address type='usb' bus='0' port='3'/>
  137.     </redirdev>
  138.     <memballoon model='virtio'>
  139.       <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
  140.     </memballoon>
  141.   </devices>
  142. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement