UserVM Handbook/Windows: Difference between revisions

no edit summary
No edit summary
*Some games
*Some harmless malware (for the love of god no GDI rapists)
 
=== Windows Hypervisor Support ===
 
By default, QEMU uses the TCG software emulator, which is very slow. You can greatly increase the speed of your VM by enabling Windows Hypervisor.
 
First, enable the Windows Hypervisor:
 
{code|lang=batch|
dism /online /enable-feature /featurename:HypervisorPlatform
}}
 
'''Reboot your system''' to apply changes
 
Now, you can enable WHPX hypervision by using the <code>-accel whpx</code> argument somewhere in your QEMU command line. If you're copying your QEMU command from somewhere that expects KVM (which is the Linux equivalent to the Windows Hypervisor), make sure you REPLACE the <code>-accel kvm</code> with <code>-accel whpx</code> in the command or it will not run.
 
== Setting up a Virtual Network ==