From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Reinstate cpuid vendor override when kvm is enabled Date: Mon, 28 Dec 2009 18:47:01 -0200 Message-ID: <20091228204701.GA21422@amt.cnet> References: <1261990080-15330-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:52232 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752001AbZL1VbY (ORCPT ); Mon, 28 Dec 2009 16:31:24 -0500 Content-Disposition: inline In-Reply-To: <1261990080-15330-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Dec 28, 2009 at 10:48:00AM +0200, 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. Applied and queued for stable-0.12, thanks.