From: Bernhard Held <bheld@mgpi.de>
To: kvm@vger.kernel.org
Subject: [PATCH] Re: [ANNOUNCE] qemu-kvm-0.12.0-rc2 released
Date: Tue, 15 Dec 2009 10:51:11 +0100 [thread overview]
Message-ID: <hg7m6d$83i$1@ger.gmane.org> (raw)
In-Reply-To: <4B2684EC.2040504@redhat.com>
Fix compile without eventfd.
Signed-off-by: Bernhard Held <bheld@mgpi.de>
---
compatfd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- qemu-kvm-0.12.0-rc2/compatfd.c
+++ qemu-kvm-0.12.0-rc2/compatfd.c
@@ -118,9 +118,9 @@
int qemu_eventfd(int *fds)
{
-#if defined(CONFIG_EVENTFD)
int ret;
+#if defined(CONFIG_EVENTFD)
ret = syscall(SYS_eventfd, 0);
if (ret >= 0) {
fds[0] = ret;
next prev parent reply other threads:[~2009-12-15 9:51 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 18:33 [ANNOUNCE] qemu-kvm-0.12.0-rc2 released Avi Kivity
2009-12-14 21:58 ` Dustin Kirkland
2009-12-14 21:58 ` [Qemu-devel] " Dustin Kirkland
2009-12-15 9:10 ` Avi Kivity
2009-12-15 9:10 ` [Qemu-devel] " Avi Kivity
2009-12-15 14:23 ` Lennart Sorensen
2009-12-15 14:23 ` Lennart Sorensen
2009-12-15 14:29 ` Anthony Liguori
2009-12-15 14:29 ` [Qemu-devel] " Anthony Liguori
2009-12-15 15:21 ` Dustin Kirkland
2009-12-15 15:21 ` [Qemu-devel] " Dustin Kirkland
2009-12-18 4:51 ` Dustin Kirkland
2009-12-18 4:51 ` [Qemu-devel] " Dustin Kirkland
2009-12-20 16:25 ` Avi Kivity
2009-12-20 16:25 ` [Qemu-devel] " Avi Kivity
2009-12-21 3:39 ` Dustin Kirkland
2009-12-21 3:39 ` [Qemu-devel] " Dustin Kirkland
2009-12-21 9:30 ` Avi Kivity
2009-12-21 9:30 ` [Qemu-devel] " Avi Kivity
2009-12-15 8:28 ` Ingmar Schraub
2009-12-15 9:07 ` Avi Kivity
2009-12-15 9:07 ` [Qemu-devel] " Avi Kivity
2009-12-15 9:47 ` Daniel Bareiro
2009-12-15 14:31 ` Anthony Liguori
2009-12-15 14:31 ` [Qemu-devel] " Anthony Liguori
2009-12-15 14:41 ` Gerd Hoffmann
2009-12-15 14:41 ` [Qemu-devel] " Gerd Hoffmann
2009-12-15 18:22 ` Luiz Capitulino
2009-12-15 18:22 ` Luiz Capitulino
2009-12-15 9:51 ` Bernhard Held [this message]
2009-12-15 10:18 ` [PATCH] " Avi Kivity
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='hg7m6d$83i$1@ger.gmane.org' \
--to=bheld@mgpi.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.