From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8zOo-0003HC-EJ for qemu-devel@nongnu.org; Mon, 03 May 2010 13:25:42 -0400 Received: from [140.186.70.92] (port=57191 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8zOk-00032I-D7 for qemu-devel@nongnu.org; Mon, 03 May 2010 13:25:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8zO3-0002pS-HZ for qemu-devel@nongnu.org; Mon, 03 May 2010 13:24:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1026) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8zO1-0002o6-NX for qemu-devel@nongnu.org; Mon, 03 May 2010 13:24:53 -0400 Date: Mon, 3 May 2010 20:21:10 +0300 From: "Michael S. Tsirkin" Message-ID: <20100503172109.GA13452@redhat.com> References: <4BBB1B91.90805@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BBB1B91.90805@siemens.com> Subject: [Qemu-devel] Re: [PATCH] Add KVM CFLAGS to vhost build List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , qemu-devel On Tue, Apr 06, 2010 at 01:31:29PM +0200, Jan Kiszka wrote: > The configure test of vhost uses KVM CFLAGS, so the build must use them > as well. Otherwise we specifically miss what --kerneldir provides. > > Signed-off-by: Jan Kiszka Acked-by: Michael S. Tsirkin > --- > Makefile.target | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/Makefile.target b/Makefile.target > index 45cbe56..6fc3034 100644 > --- a/Makefile.target > +++ b/Makefile.target > @@ -32,7 +32,7 @@ PROGS=$(QEMU_PROG) > > LIBS+=-lm > > -kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS) > +kvm.o kvm-all.o vhost.o vhost_net.o: QEMU_CFLAGS+=$(KVM_CFLAGS) > > config-target.h: config-target.h-timestamp > config-target.h-timestamp: config-target.mak