From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0i13-0005oh-TJ for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:38:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0i12-0005mx-KA for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:38:09 -0500 Received: from [199.232.76.173] (port=49210 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0i12-0005mV-Db for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:38:08 -0500 Received: from yw-out-1718.google.com ([74.125.46.153]:63579) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0i12-00073o-9G for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:38:08 -0500 Received: by yw-out-1718.google.com with SMTP id 6so449069ywa.82 for ; Thu, 13 Nov 2008 11:38:07 -0800 (PST) Message-ID: <491C821A.7040400@codemonkey.ws> Date: Thu, 13 Nov 2008 13:38:02 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <> <1226594526-1855-1-git-send-email-markmc@redhat.com> In-Reply-To: <1226594526-1855-1-git-send-email-markmc@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/3] x86: fix warning without CONFIG_KVM Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org Mark McLoughlin wrote: > Warning is: > > target-i386/helper.c: In function `cpu_x86_cpuid': > target-i386/helper.c:1373: warning: implicit declaration of function `host_cpuid' > > Signed-off-by: Mark McLoughlin > Applied. Thanks. Regards, Anthony Liguori