From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O90JP-0004He-OU for qemu-devel@nongnu.org; Mon, 03 May 2010 14:24:12 -0400 Received: from [140.186.70.92] (port=60442 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O90JH-00021n-TB for qemu-devel@nongnu.org; Mon, 03 May 2010 14:24:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9038-0000jI-Ab for qemu-devel@nongnu.org; Mon, 03 May 2010 14:07:23 -0400 Received: from mail-qy0-f188.google.com ([209.85.221.188]:43648) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9036-0000Sd-OO for qemu-devel@nongnu.org; Mon, 03 May 2010 14:07:22 -0400 Received: by qyk26 with SMTP id 26so4214965qyk.19 for ; Mon, 03 May 2010 11:05:26 -0700 (PDT) Message-ID: <4BDF1062.90106@codemonkey.ws> Date: Mon, 03 May 2010 13:05:22 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Add KVM CFLAGS to vhost build References: <4BBB1B91.90805@siemens.com> In-Reply-To: <4BBB1B91.90805@siemens.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel , "Michael S. Tsirkin" On 04/06/2010 06:31 AM, 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 > Applied. Thanks. Regards, Anthony Liguori > --- > 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 > > > >