Re: [Qemu-devel] [PATCH] kvm: Enable -cpu option to hide KVM

2014-06-03 Thread Paolo Bonzini
Il 02/06/2014 19:28, Alex Williamson ha scritto: The latest Nvidia driver (337.88) specifically checks for KVM as the hypervisor and reports Code 43 for the driver in a Windows guest when found. Removing or changing the KVM signature is sufficient for the driver to load and work. This patch add

Re: [Qemu-devel] [PATCH] kvm: Enable -cpu option to hide KVM

2014-06-02 Thread Alex Williamson
On Mon, 2014-06-02 at 15:09 -0400, Bandan Das wrote: > Alex Williamson writes: > > > The latest Nvidia driver (337.88) specifically checks for KVM as the > > hypervisor and reports Code 43 for the driver in a Windows guest when > > found. Removing or changing the KVM signature is sufficient for

Re: [Qemu-devel] [PATCH] kvm: Enable -cpu option to hide KVM

2014-06-02 Thread Bandan Das
Alex Williamson writes: > The latest Nvidia driver (337.88) specifically checks for KVM as the > hypervisor and reports Code 43 for the driver in a Windows guest when > found. Removing or changing the KVM signature is sufficient for the > driver to load and work. This patch adds an option to ea