Advertisement
Guest User

Win10-HVM

a guest
Dec 1st, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.20 KB | None | 0 0
  1. <!--
  2. WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
  3. OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
  4.  virsh edit gpu-gaming-win10
  5. or other application using the libvirt API.
  6. -->
  7.  
  8. <domain type='xen'>
  9.   <name>gpu-gaming-win10</name>
  10.   <uuid>84cf8e69-d338-4a99-92af-1c64ee1696fa</uuid>
  11.   <memory unit='KiB'>33161216</memory>
  12.   <currentMemory unit='KiB'>33161216</currentMemory>
  13.   <vcpu placement='static'>8</vcpu>
  14.   <os>
  15.     <type arch='x86_64' machine='xenfv'>hvm</type>
  16.     <loader type='rom'>hvmloader</loader>
  17.     <boot dev='cdrom'/>
  18.     <boot dev='hd'/>
  19.   </os>
  20.   <features>
  21.     <acpi/>
  22.     <apic/>
  23.     <pae/>
  24.     <viridian/>
  25.     <xen>
  26.       <e820_host state='on'/>
  27.     </xen>
  28.   </features>
  29.   <cpu mode='host-passthrough'>
  30.     <feature policy='disable' name='vmx'/>
  31.     <feature policy='disable' name='svm'/>
  32.   </cpu>
  33.   <clock offset='variable' adjustment='0' basis='localtime'/>
  34.   <on_poweroff>destroy</on_poweroff>
  35.   <on_reboot>destroy</on_reboot>
  36.   <on_crash>destroy</on_crash>
  37.   <devices>
  38.     <emulator type='stubdom-linux' kernel='/usr/libexec/xen/boot/qemu-stubdom-linux-full-kernel' ramdisk='/usr/libexec/xen/boot/qemu-stubdom-linux-full-rootfs'/>
  39.     <disk type='block' device='disk'>
  40.       <driver name='phy' type='raw'/>
  41.       <source dev='/dev/qubes_dom0/vm-gpu-gaming-win10-root-snap'/>
  42.       <target dev='xvda' bus='xen'/>
  43.     </disk>
  44.     <disk type='block' device='disk'>
  45.       <driver name='phy' type='raw'/>
  46.       <source dev='/dev/qubes_dom0/vm-gpu-gaming-win10-private-snap'/>
  47.       <target dev='xvdb' bus='xen'/>
  48.     </disk>
  49.     <disk type='block' device='disk'>
  50.       <driver name='phy' type='raw'/>
  51.       <source dev='/dev/qubes_dom0/vm-gpu-gaming-win10-volatile'/>
  52.       <target dev='xvdc' bus='xen'/>
  53.     </disk>
  54.     <controller type='xenbus' index='0'/>
  55.     <console type='pty'>
  56.       <target type='xen' port='0'/>
  57.     </console>
  58.     <input type='tablet' bus='usb'/>
  59.     <input type='mouse' bus='ps2'/>
  60.     <input type='keyboard' bus='ps2'/>
  61.     <sound model='ich6'/>
  62.     <hostdev mode='subsystem' type='pci' managed='yes'>
  63.       <driver name='xen'/>
  64.       <source>
  65.         <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
  66.       </source>
  67.     </hostdev>
  68.     <hostdev mode='subsystem' type='pci' managed='yes' nostrictreset='yes' permissive='yes'>
  69.       <driver name='xen'/>
  70.       <source>
  71.         <address domain='0x0000' bus='0x0c' slot='0x00' function='0x1'/>
  72.       </source>
  73.     </hostdev>
  74.     <hostdev mode='subsystem' type='pci' managed='yes'>
  75.       <driver name='xen'/>
  76.       <source>
  77.         <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
  78.       </source>
  79.     </hostdev>
  80.     <hostdev mode='subsystem' type='pci' managed='yes'>
  81.       <driver name='xen'/>
  82.       <source>
  83.         <address domain='0x0000' bus='0x0e' slot='0x00' function='0x3'/>
  84.       </source>
  85.     </hostdev>
  86.     <hostdev mode='subsystem' type='pci' managed='yes' nostrictreset='yes' permissive='yes'>
  87.       <driver name='xen'/>
  88.       <source>
  89.         <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/>
  90.       </source>
  91.     </hostdev>
  92.     <memballoon model='xen'/>
  93.   </devices>
  94. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement