Advertisement
shchuko

Untitled

May 15th, 2022 (edited)
1,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.85 KB | None | 0 0
  1.   <os>
  2.     <type arch='x86_64' machine='q35'>hvm</type>
  3.     <loader readonly='yes' type='pflash'>%UEFI_CODE%</loader>
  4.     <nvram template='%UEFI_VARS_TEMPLATE%'>%UEFI_VARS%</nvram>
  5.     <smbios mode='sysinfo'/>
  6.   </os>
  7.   <qemu:commandline>
  8.     <!--    Override '-cpu' with 'host' value  -->
  9.     <qemu:arg value='-cpu'/>
  10.     <qemu:arg value='host,vmware-cpuid-freq=on,acpi=on'/>
  11.     <!--    Enable Hypervisor.Framework acceleration    -->
  12.     <qemu:arg value='-machine'/>
  13.     <qemu:arg value='type=q35,accel=hvf'/>
  14.  
  15.     <qemu:arg value='-device'/>
  16.     <qemu:arg value='isa-applesmc,hostosk=on'/>
  17.  
  18.     <!--    Enable networking via vmnet.framework    -->
  19.     <qemu:arg value='-netdev'/>
  20.     <qemu:arg value='vmnet-shared,id=vmnet0'/>
  21.     <qemu:arg value='-device'/>
  22.     <qemu:arg value='vmxnet3,netdev=vmnet0,bus=pcie.0,addr=0x1e'/>
  23.   </qemu:commandline>
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement