Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2023
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.79 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.     <hyperv>
  26.       <relaxed state='on'/>
  27.       <vapic state='on'/>
  28.       <spinlocks state='on' retries='8191'/>
  29.       <vpindex state='on'/>
  30.       <synic state='on'/>
  31.       <stimer state='on'/>
  32.       <reset state='on'/>
  33.       <vendor_id state='on' value='AuthenticAMD'/>
  34.       <frequencies state='on'/>
  35.     </hyperv>
  36.     <xen>
  37.       <e820_host state='on'/>
  38.     </xen>
  39.   </features>
  40.   <cpu mode='host-passthrough'>
  41.     <cache mode='passthrough'/>
  42.     <feature policy='require' name='invtsc'/>
  43.     <feature policy='require' name='apic'/>
  44.     <feature policy='require' name='topoext'/>
  45.     <feature policy='disable' name='hypervisor'/>
  46.     <feature policy='disable' name='vmx'/>
  47.     <feature policy='disable' name='svm'/>
  48.   </cpu>
  49.   <clock offset='variable' adjustment='0' basis='localtime'>
  50.     <timer name='hpet' present='no'/>
  51.   </clock>
  52.   <on_poweroff>destroy</on_poweroff>
  53.   <on_reboot>destroy</on_reboot>
  54.   <on_crash>destroy</on_crash>
  55.   <devices>
  56.     <emulator type='stubdom-linux' kernel='/usr/libexec/xen/boot/qemu-stubdom-linux-full-kernel' ramdisk='/usr/libexec/xen/boot/qemu-stubdom-linux-full-rootfs'/>
  57.     <disk type='block' device='disk'>
  58.       <driver name='phy' type='raw'/>
  59.       <source dev='/dev/qubes_dom0/vm-gpu-gaming-win10-root-snap'/>
  60.       <target dev='xvda' bus='xen'/>
  61.     </disk>
  62.     <disk type='block' device='disk'>
  63.       <driver name='phy' type='raw'/>
  64.       <source dev='/dev/qubes_dom0/vm-gpu-gaming-win10-private-snap'/>
  65.       <target dev='xvdb' bus='xen'/>
  66.     </disk>
  67.     <disk type='block' device='disk'>
  68.       <driver name='phy' type='raw'/>
  69.       <source dev='/dev/qubes_dom0/vm-gpu-gaming-win10-volatile'/>
  70.       <target dev='xvdc' bus='xen'/>
  71.     </disk>
  72.     <controller type='xenbus' index='0'/>
  73.     <console type='pty'>
  74.       <target type='xen' port='0'/>
  75.     </console>
  76.     <input type='tablet' bus='usb'/>
  77.     <input type='mouse' bus='ps2'/>
  78.     <input type='keyboard' bus='ps2'/>
  79.     <sound model='ich6'/>
  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'>
  87.       <driver name='xen'/>
  88.       <source>
  89.         <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
  90.       </source>
  91.     </hostdev>
  92.     <hostdev mode='subsystem' type='pci' managed='yes' nostrictreset='yes' permissive='yes'>
  93.       <driver name='xen'/>
  94.       <source>
  95.         <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/>
  96.       </source>
  97.     </hostdev>
  98.     <hostdev mode='subsystem' type='pci' managed='yes'>
  99.       <driver name='xen'/>
  100.       <source>
  101.         <address domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
  102.       </source>
  103.     </hostdev>
  104.     <hostdev mode='subsystem' type='pci' managed='yes' nostrictreset='yes' permissive='yes'>
  105.       <driver name='xen'/>
  106.       <source>
  107.         <address domain='0x0000' bus='0x0c' slot='0x00' function='0x1'/>
  108.       </source>
  109.     </hostdev>
  110.     <memballoon model='xen'/>
  111.   </devices>
  112. </domain>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement