Zhang Hua posted: 2015-12-22
Copyright notice: Can be reproduced arbitrarily, please be sure to use hyperlinks in the form of the original source of the article and the author's information and this copyright notice (http://blog.csdn.net/quqi99)
KVM does not support Windows 10 by default and requires some setup:
1, sudo usermod-g vboxusers hua
2, modify the following configuration to allow KVM to support the PAE, NX, SSE2 features required for Windows 10. PAE supports 32-bit processors with access to more than 4GB of physical memory feature versions of Windows, and it is a prerequisite for NX. NX allows the processor to help protect your PC from malicious software attacks. SSE2 (a long-used standard for processors) is a set of instructions that is used by a growing number of third-party applications and drivers.
CPU Model:core2duo
CPU Features:nx=require
nic:rtl8139 to e1000
Follow-up work is using SR-Iov with USB passthrough, to be continued.
Running Windows 10 virtual machines in KVM (by quqi99)