From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKHNS-0001kG-G6 for qemu-devel@nongnu.org; Mon, 14 Dec 2009 15:18:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKHNN-0001iD-89 for qemu-devel@nongnu.org; Mon, 14 Dec 2009 15:18:41 -0500 Received: from [199.232.76.173] (port=45045 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKHNN-0001i8-1T for qemu-devel@nongnu.org; Mon, 14 Dec 2009 15:18:37 -0500 Received: from mail-yx0-f188.google.com ([209.85.210.188]:48385) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKHNM-00077x-Pp for qemu-devel@nongnu.org; Mon, 14 Dec 2009 15:18:36 -0500 Received: by yxe26 with SMTP id 26so3293953yxe.4 for ; Mon, 14 Dec 2009 12:18:36 -0800 (PST) Message-ID: <4B269D99.8080404@codemonkey.ws> Date: Mon, 14 Dec 2009 14:18:33 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] cpuid problem in upstream qemu with kvm References: <20091214193541.GA6150@redhat.com> <4B269596.1050103@codemonkey.ws> <20091214194432.GC6150@redhat.com> <4B2698A9.9090107@codemonkey.ws> <20091214200002.GA27769@redhat.com> <4B2699BB.1090302@codemonkey.ws> <20091214201049.GD6150@redhat.com> In-Reply-To: <20091214201049.GD6150@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org, Gleb Natapov , avi@redhat.com Michael S. Tsirkin wrote: > This might help 32 bit guests, but not guests with 64 bit > kernel and 32 bit userspace (my case) because all 64 bit > CPUs advertise syscall bit in cpuid. Thus 64 bit guests > do not seem to even bother checking this bit: > AMD + 64 bit -> syscall. > Okay, I don't see a great option other than migrating the vendor_id string. Otherwise, cross vendor migration will not work by default. Maybe that's not a problem but if so, we really should change the default cpu model to be much more aggressive about exposing host features. Regards, Anthony Liguori