From: Jan Kiszka <jan.kiszka@siemens.com>
To: Nigel Horne <njh@bandsman.co.uk>
Cc: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] Fix io-thread build breakage of a88790a14f
Date: Tue, 06 Jul 2010 10:49:57 +0200 [thread overview]
Message-ID: <4C32EE35.2040607@siemens.com> (raw)
In-Reply-To: <4C32EBEC.9010204@bandsman.co.uk>
Nigel Horne wrote:
> ./configure --enable-linux-aio --enable-io-thread --enable-kvm
> make
> ...
> /home/njh/src/qemu/cpus.c:532: error: ‘exit_request’ undeclared (first
> use in this function)
> /home/njh/src/qemu/cpus.c:532: error: (Each undeclared identifier is
> reported only once
> /home/njh/src/qemu/cpus.c:532: error: for each function it appears in.)
>
> Perhaps cpus.c needs to have:
>
> extern volatile sig_atomic_t exit_request;
Better include the header:
---------->
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
cpus.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cpus.c b/cpus.c
index fcd0f09..eef0bb8 100644
--- a/cpus.c
+++ b/cpus.c
@@ -30,6 +30,7 @@
#include "gdbstub.h"
#include "dma.h"
#include "kvm.h"
+#include "exec-all.h"
#include "cpus.h"
--
1.7.1
next prev parent reply other threads:[~2010-07-06 8:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-06 8:40 [Qemu-devel] Latest "git" version fails to compile on Linux host Nigel Horne
2010-07-06 8:49 ` Jan Kiszka [this message]
2010-07-06 15:46 ` [Qemu-devel] [PATCH] Fix io-thread build breakage of a88790a14f Anthony Liguori
2010-07-06 15:54 ` Jan Kiszka
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=4C32EE35.2040607@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=njh@bandsman.co.uk \
--cc=pbonzini@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 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.