Advertisement
bartoszka1996

qemu win10 config

Oct 30th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.41 KB | None | 0 0
  1. <domain type="kvm">
  2.   <name>win10</name>
  3.   <uuid>8f11774f-cd16-427f-a301-3be93b5e4b60</uuid>
  4.   <metadata>
  5.     <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
  6.       <libosinfo:os id="http://microsoft.com/win/10"/>
  7.     </libosinfo:libosinfo>
  8.   </metadata>
  9.   <memory unit="KiB">6291456</memory>
  10.   <currentMemory unit="KiB">6291456</currentMemory>
  11.   <vcpu placement="static">3</vcpu>
  12.   <sysinfo type="smbios">
  13.     <bios>
  14.       <entry name="vendor">LENOVO</entry>
  15.     </bios>
  16.     <system>
  17.       <entry name="manufacturer">Fedora</entry>
  18.       <entry name="product">Virt-Manager</entry>
  19.       <entry name="version">0.9.4</entry>
  20.     </system>
  21.     <baseBoard>
  22.       <entry name="manufacturer">LENOVO</entry>
  23.       <entry name="product">20BE0061MC</entry>
  24.       <entry name="version">0B98401 Pro</entry>
  25.       <entry name="serial">W1KS427111E</entry>
  26.     </baseBoard>
  27.     <chassis>
  28.       <entry name="manufacturer">Dell Inc.</entry>
  29.       <entry name="version">2.12</entry>
  30.       <entry name="serial">65X0XF2</entry>
  31.       <entry name="asset">40000101</entry>
  32.       <entry name="sku">Type3Sku1</entry>
  33.     </chassis>
  34.   </sysinfo>
  35.   <os>
  36.     <type arch="x86_64" machine="pc-q35-4.1">hvm</type>
  37.     <bootmenu enable="yes"/>
  38.     <bios useserial="yes" rebootTimeout="0"/>
  39.   </os>
  40.   <features>
  41.     <acpi/>
  42.     <apic/>
  43.     <hyperv>
  44.       <relaxed state="on"/>
  45.       <vapic state="on"/>
  46.       <spinlocks state="on" retries="8191"/>
  47.     </hyperv>
  48.     <vmport state="off"/>
  49.   </features>
  50.   <cpu mode="host-model" check="partial">
  51.     <model fallback="allow"/>
  52.   </cpu>
  53.   <clock offset="localtime">
  54.     <timer name="rtc" tickpolicy="catchup"/>
  55.     <timer name="pit" tickpolicy="delay"/>
  56.     <timer name="hpet" present="no"/>
  57.     <timer name="hypervclock" present="yes"/>
  58.   </clock>
  59.   <on_poweroff>destroy</on_poweroff>
  60.   <on_reboot>restart</on_reboot>
  61.   <on_crash>destroy</on_crash>
  62.   <pm>
  63.     <suspend-to-mem enabled="no"/>
  64.     <suspend-to-disk enabled="no"/>
  65.   </pm>
  66.   <devices>
  67.     <emulator>/usr/bin/qemu-system-x86_64</emulator>
  68.     <controller type="usb" index="0" model="qemu-xhci" ports="15">
  69.       <address type="pci" domain="0x0000" bus="0x02" slot="0x00" function="0x0"/>
  70.     </controller>
  71.     <controller type="sata" index="0">
  72.       <address type="pci" domain="0x0000" bus="0x00" slot="0x1f" function="0x2"/>
  73.     </controller>
  74.     <controller type="pci" index="0" model="pcie-root"/>
  75.     <controller type="pci" index="1" model="pcie-root-port">
  76.       <model name="pcie-root-port"/>
  77.       <target chassis="1" port="0x10"/>
  78.       <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x0" multifunction="on"/>
  79.     </controller>
  80.     <controller type="pci" index="2" model="pcie-root-port">
  81.       <model name="pcie-root-port"/>
  82.       <target chassis="2" port="0x11"/>
  83.       <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x1"/>
  84.     </controller>
  85.     <controller type="pci" index="3" model="pcie-root-port">
  86.       <model name="pcie-root-port"/>
  87.       <target chassis="3" port="0x12"/>
  88.       <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x2"/>
  89.     </controller>
  90.     <controller type="pci" index="4" model="pcie-root-port">
  91.       <model name="pcie-root-port"/>
  92.       <target chassis="4" port="0x13"/>
  93.       <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x3"/>
  94.     </controller>
  95.     <controller type="pci" index="5" model="pcie-root-port">
  96.       <model name="pcie-root-port"/>
  97.       <target chassis="5" port="0x14"/>
  98.       <address type="pci" domain="0x0000" bus="0x00" slot="0x02" function="0x4"/>
  99.     </controller>
  100.     <controller type="virtio-serial" index="0">
  101.       <address type="pci" domain="0x0000" bus="0x03" slot="0x00" function="0x0"/>
  102.     </controller>
  103.     <interface type="direct">
  104.       <mac address="52:54:00:bc:39:3b"/>
  105.       <source dev="enp0s31f6" mode="bridge"/>
  106.       <model type="e1000e"/>
  107.       <boot order="1"/>
  108.       <address type="pci" domain="0x0000" bus="0x01" slot="0x00" function="0x0"/>
  109.     </interface>
  110.     <serial type="pty">
  111.       <target type="isa-serial" port="0">
  112.         <model name="isa-serial"/>
  113.       </target>
  114.     </serial>
  115.     <console type="pty">
  116.       <target type="serial" port="0"/>
  117.     </console>
  118.     <channel type="spicevmc">
  119.       <target type="virtio" name="com.redhat.spice.0"/>
  120.       <address type="virtio-serial" controller="0" bus="0" port="1"/>
  121.     </channel>
  122.     <input type="tablet" bus="usb">
  123.       <address type="usb" bus="0" port="1"/>
  124.     </input>
  125.     <input type="mouse" bus="ps2"/>
  126.     <input type="keyboard" bus="ps2"/>
  127.     <graphics type="spice" autoport="yes">
  128.       <listen type="address"/>
  129.       <image compression="off"/>
  130.     </graphics>
  131.     <sound model="ich9">
  132.       <address type="pci" domain="0x0000" bus="0x00" slot="0x1b" function="0x0"/>
  133.     </sound>
  134.     <video>
  135.       <model type="qxl" ram="65536" vram="65536" vgamem="16384" heads="1" primary="yes"/>
  136.       <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/>
  137.     </video>
  138.     <redirdev bus="usb" type="spicevmc">
  139.       <address type="usb" bus="0" port="2"/>
  140.     </redirdev>
  141.     <redirdev bus="usb" type="spicevmc">
  142.       <address type="usb" bus="0" port="3"/>
  143.     </redirdev>
  144.     <memballoon model="virtio">
  145.       <address type="pci" domain="0x0000" bus="0x04" slot="0x00" function="0x0"/>
  146.     </memballoon>
  147.   </devices>
  148. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement