Created
June 13, 2018 12:01
-
-
Save ssube/b77cbaa2b52ddb417b36c6d76c2b76c8 to your computer and use it in GitHub Desktop.
win10 gaming vm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<domain type='kvm' id='1'> | |
<name>win10</name> | |
<uuid>43b01c03-ad17-43e8-9361-405b8cfa8b55</uuid> | |
<memory unit='KiB'>16777216</memory> | |
<currentMemory unit='KiB'>16777216</currentMemory> | |
<memoryBacking> | |
<hugepages/> | |
</memoryBacking> | |
<vcpu placement='static'>4</vcpu> | |
<vcpus> | |
<vcpu id='0' enabled='yes' hotpluggable='no' order='1'/> | |
<vcpu id='1' enabled='yes' hotpluggable='yes' order='2'/> | |
<vcpu id='2' enabled='yes' hotpluggable='yes' order='3'/> | |
<vcpu id='3' enabled='yes' hotpluggable='yes' order='4'/> | |
</vcpus> | |
<cputune> | |
<quota>-1</quota> | |
<vcpupin vcpu='0' cpuset='2'/> | |
<vcpupin vcpu='1' cpuset='3'/> | |
<vcpupin vcpu='2' cpuset='4'/> | |
<vcpupin vcpu='3' cpuset='5'/> | |
<emulatorpin cpuset='6-11'/> | |
</cputune> | |
<resource> | |
<partition>/machine</partition> | |
</resource> | |
<os> | |
<type arch='x86_64' machine='pc-i440fx-2.11'>hvm</type> | |
<loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader> | |
<nvram>/var/lib/libvirt/qemu/nvram/win10_VARS.fd</nvram> | |
</os> | |
<features> | |
<acpi/> | |
<apic/> | |
<hyperv> | |
<relaxed state='on'/> | |
<vapic state='on'/> | |
<spinlocks state='on' retries='8191'/> | |
</hyperv> | |
<vmport state='off'/> | |
</features> | |
<cpu mode='host-passthrough' check='none'> | |
<topology sockets='1' cores='4' threads='1'/> | |
</cpu> | |
<clock offset='localtime'> | |
<timer name='rtc' tickpolicy='catchup'/> | |
<timer name='pit' tickpolicy='delay'/> | |
<timer name='hpet' present='no'/> | |
<timer name='hypervclock' present='yes'/> | |
</clock> | |
<on_poweroff>destroy</on_poweroff> | |
<on_reboot>restart</on_reboot> | |
<on_crash>restart</on_crash> | |
<pm> | |
<suspend-to-mem enabled='no'/> | |
<suspend-to-disk enabled='no'/> | |
</pm> | |
<devices> | |
<emulator>/usr/bin/kvm-spice</emulator> | |
<disk type='block' device='disk'> | |
<driver name='qemu' type='raw' cache='none' io='threads'/> | |
<source dev='/dev/sda4'/> | |
<backingStore/> | |
<target dev='vdd' bus='virtio'/> | |
<boot order='2'/> | |
<alias name='virtio-disk3'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x0d' function='0x0'/> | |
</disk> | |
<disk type='file' device='disk'> | |
<driver name='qemu' type='raw' cache='none' io='threads'/> | |
<source file='/data/win10-data.img'/> | |
<backingStore/> | |
<target dev='vde' bus='virtio'/> | |
<alias name='virtio-disk4'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> | |
</disk> | |
<disk type='file' device='cdrom'> | |
<target dev='hda' bus='ide'/> | |
<readonly/> | |
<boot order='1'/> | |
<alias name='ide0-0-0'/> | |
<address type='drive' controller='0' bus='0' target='0' unit='0'/> | |
</disk> | |
<disk type='file' device='cdrom'> | |
<target dev='hdb' bus='ide'/> | |
<readonly/> | |
<alias name='ide0-0-1'/> | |
<address type='drive' controller='0' bus='0' target='0' unit='1'/> | |
</disk> | |
<controller type='usb' index='0' model='nec-xhci'> | |
<alias name='usb'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> | |
</controller> | |
<controller type='pci' index='0' model='pci-root'> | |
<alias name='pci.0'/> | |
</controller> | |
<controller type='ide' index='0'> | |
<alias name='ide'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> | |
</controller> | |
<controller type='virtio-serial' index='0'> | |
<alias name='virtio-serial0'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> | |
</controller> | |
<interface type='network'> | |
<mac address='52:54:00:27:c9:b4'/> | |
<source network='default' bridge='virbr0'/> | |
<target dev='vnet0'/> | |
<model type='virtio'/> | |
<alias name='net0'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> | |
</interface> | |
<serial type='pty'> | |
<source path='/dev/pts/0'/> | |
<target type='isa-serial' port='0'> | |
<model name='isa-serial'/> | |
</target> | |
<alias name='serial0'/> | |
</serial> | |
<console type='pty' tty='/dev/pts/0'> | |
<source path='/dev/pts/0'/> | |
<target type='serial' port='0'/> | |
<alias name='serial0'/> | |
</console> | |
<channel type='spicevmc'> | |
<target type='virtio' name='com.redhat.spice.0' state='disconnected'/> | |
<alias name='channel0'/> | |
<address type='virtio-serial' controller='0' bus='0' port='1'/> | |
</channel> | |
<input type='mouse' bus='ps2'> | |
<alias name='input0'/> | |
</input> | |
<input type='keyboard' bus='ps2'> | |
<alias name='input1'/> | |
</input> | |
<graphics type='spice' port='5900' autoport='yes' listen='127.0.0.1' keymap='en-us'> | |
<listen type='address' address='127.0.0.1'/> | |
</graphics> | |
<video> | |
<model type='qxl' ram='131072' vram='131072' vgamem='65536' heads='1' primary='yes'/> | |
<alias name='video0'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> | |
</video> | |
<hostdev mode='subsystem' type='pci' managed='yes'> | |
<driver name='vfio'/> | |
<source> | |
<address domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> | |
</source> | |
<alias name='hostdev0'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> | |
</hostdev> | |
<hostdev mode='subsystem' type='pci' managed='yes'> | |
<driver name='vfio'/> | |
<source> | |
<address domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> | |
</source> | |
<alias name='hostdev1'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> | |
</hostdev> | |
<hostdev mode='subsystem' type='pci' managed='yes'> | |
<driver name='vfio'/> | |
<source> | |
<address domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> | |
</source> | |
<alias name='hostdev2'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x0f' function='0x0'/> | |
</hostdev> | |
<redirdev bus='usb' type='spicevmc'> | |
<alias name='redir0'/> | |
<address type='usb' bus='0' port='2'/> | |
</redirdev> | |
<redirdev bus='usb' type='spicevmc'> | |
<alias name='redir1'/> | |
<address type='usb' bus='0' port='4'/> | |
</redirdev> | |
<redirdev bus='usb' type='spicevmc'> | |
<alias name='redir2'/> | |
<address type='usb' bus='0' port='1'/> | |
</redirdev> | |
<redirdev bus='usb' type='spicevmc'> | |
<alias name='redir3'/> | |
<address type='usb' bus='0' port='3'/> | |
</redirdev> | |
<memballoon model='virtio'> | |
<stats period='5'/> | |
<alias name='balloon0'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> | |
</memballoon> | |
<rng model='virtio'> | |
<backend model='random'>/dev/random</backend> | |
<alias name='rng0'/> | |
<address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> | |
</rng> | |
</devices> | |
<seclabel type='dynamic' model='dac' relabel='yes'> | |
<label>+64055:+129</label> | |
<imagelabel>+64055:+129</imagelabel> | |
</seclabel> | |
</domain> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment