From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWYPB-0005Ub-Qs for qemu-devel@nongnu.org; Mon, 09 Feb 2009 10:50:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWYP9-0005Sk-Sp for qemu-devel@nongnu.org; Mon, 09 Feb 2009 10:50:40 -0500 Received: from [199.232.76.173] (port=56406 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWYP9-0005SC-DI for qemu-devel@nongnu.org; Mon, 09 Feb 2009 10:50:39 -0500 Received: from e2.ny.us.ibm.com ([32.97.182.142]:40049) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LWYP8-00056B-NZ for qemu-devel@nongnu.org; Mon, 09 Feb 2009 10:50:38 -0500 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n19Fmb9Y010515 for ; Mon, 9 Feb 2009 10:48:37 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n19FoYIk192276 for ; Mon, 9 Feb 2009 10:50:34 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n19FoXv0019546 for ; Mon, 9 Feb 2009 10:50:34 -0500 Message-ID: <499050B1.3090305@us.ibm.com> Date: Mon, 09 Feb 2009 09:50:09 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1233765300-21850-1-git-send-email-amit.shah@redhat.com> <1233765300-21850-2-git-send-email-amit.shah@redhat.com> In-Reply-To: <1233765300-21850-2-git-send-email-amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] KVM: CPUID takes ecx as input value for some functions Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu-devel@nongnu.org Amit Shah wrote: > The CPUID instruction takes the value of ECX as an input parameter > in addition to the value of EAX as the count for functions 4, 0xb > and 0xd. Make sure we pass the value to the instruction. > > Also convert to the qemu-style whitespace for the surrounding code. > > Signed-off-by: Amit Shah > Applied all, thanks. Regards, Anthony Liguori