Re: [Qemu-devel] [PATCH] Reinstate cpuid vendor override when kvm is enabled

2009-12-29 Thread Jamie Lokier
Avi Kivity wrote: > Due to upstream qemu changes we no longer expose the host cpu vendor id > to the guest. This leads to failures when the syscall/sysenter instructions > are used in compatibility mode. > > Change the default to override when kvm is enabled. This is a good change, although it a

[Qemu-devel] [PATCH] Reinstate cpuid vendor override when kvm is enabled

2009-12-28 Thread Avi Kivity
Due to upstream qemu changes we no longer expose the host cpu vendor id to the guest. This leads to failures when the syscall/sysenter instructions are used in compatibility mode. Change the default to override when kvm is enabled. Signed-off-by: Avi Kivity --- target-i386/helper.c |2 +-