qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: qemu-devel <qemu-devel@nongnu.org>,
	"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] Add KVM CFLAGS to vhost build
Date: Mon, 03 May 2010 13:05:22 -0500	[thread overview]
Message-ID: <4BDF1062.90106@codemonkey.ws> (raw)
In-Reply-To: <4BBB1B91.90805@siemens.com>

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<jan.kiszka@siemens.com>
>    

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
>
>
>
>    

      parent reply	other threads:[~2010-05-03 18:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-06 11:31 [Qemu-devel] [PATCH] Add KVM CFLAGS to vhost build Jan Kiszka
2010-05-03 17:03 ` [Qemu-devel] " Jan Kiszka
2010-05-03 17:21 ` Michael S. Tsirkin
2010-05-03 18:05 ` Anthony Liguori [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BDF1062.90106@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=jan.kiszka@siemens.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).