Hello.
I'm trying to start a VM (Windows10 x64) with the following parameters
args: -cpu 'kvm64,vendor=GenuineIntel'
The VM doesn't start.
But
args: -cpu 'host,vendor=GenuineIntel'
args: -cpu 'qemu64,vendor=GenuineIntel'
It starts. In "Vendor" I see intel.
But I need kvm64. When...