From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH]: Fixes the qemu-kvm compilation failure when configured with disable-kvm Date: Wed, 2 Mar 2011 14:48:41 -0300 Message-ID: <20110302174841.GA19668@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Prasad Joshi Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38943 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752168Ab1CBSxL (ORCPT ); Wed, 2 Mar 2011 13:53:11 -0500 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Feb 26, 2011 at 04:38:58PM +0000, Prasad Joshi wrote: > I pulled the latest qemu-kvm code and configured it with disabled-kvm > and related options. Configuration finishes well, but the compilation > fails. >=20 > prasad@prasad-kvm:~/KVM/qemu-kvm$ ./configure --disable-kvm > --disable-kvm-device-assignment --disable-kvm-pit > ... > ... >=20 > prasad@prasad-kvm:~/KVM/qemu-kvm$ make > .... > .... > CC x86_64-softmmu/kvm-stub.o > /home/prasad/KVM/qemu-kvm/kvm-stub.c:140: error: expected identifier > or =E2=80=98(=E2=80=99 before =E2=80=98<<=E2=80=99 token > make[1]: *** [kvm-stub.o] Error 1 > make: *** [subdir-x86_64-softmmu] Error 2 >=20 >=20 > A Small fix would be >=20 > Signed-off-by: Prasad Joshi Applied, thanks.