From: "Michael S. Tsirkin" <mst@redhat.com>
To: Avi Kivity <avi@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH] qemu-kvm: add compat eventfd
Date: Mon, 17 Aug 2009 11:13:41 +0300 [thread overview]
Message-ID: <20090817081341.GC7794@redhat.com> (raw)
In-Reply-To: <4A890F6D.40308@redhat.com>
On Mon, Aug 17, 2009 at 11:06:05AM +0300, Avi Kivity wrote:
>> diff --git a/configure b/configure
>> index 84af8bd..bb2680f 100755
>> --- a/configure
>> +++ b/configure
>> @@ -866,6 +866,7 @@ if test "$kvm" = "yes" ; then
>>
>> kvm_cflags="-I$source_path/kvm/include"
>> kvm_cflags="$kvm_cflags -I$source_path/kvm/include/$kvm_arch"
>> +kvm_cflags="$kvm_cflags -I$source_path/compat"
>>
>>
> er, that will override sys/eventfd.h even if it does exist. We need to prefer the system eventfd.h to ours.
OK, -idirafter does this.
>
> --
> error compiling committee.c: too many arguments to function
prev parent reply other threads:[~2009-08-17 8:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-16 14:24 [PATCH] qemu-kvm: add compat eventfd Michael S. Tsirkin
2009-08-17 8:06 ` Avi Kivity
2009-08-17 8:13 ` Michael S. Tsirkin [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=20090817081341.GC7794@redhat.com \
--to=mst@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.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).