From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: qemu-ppc@nongnu.org, agraf@suse.de
Subject: [Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event
Date: Sun, 1 Sep 2013 09:00:43 -0700 [thread overview]
Message-ID: <1378051243-3196-1-git-send-email-rth@twiddle.net> (raw)
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
target-ppc/kvm_ppc.c | 1 +
1 file changed, 1 insertion(+)
The PowerPC target has been broken for more than a week.
r~
diff --git a/target-ppc/kvm_ppc.c b/target-ppc/kvm_ppc.c
index 9b83655..47e54a6 100644
--- a/target-ppc/kvm_ppc.c
+++ b/target-ppc/kvm_ppc.c
@@ -12,6 +12,7 @@
*/
#include "qemu-common.h"
+#include "qemu/main-loop.h"
#include "qemu/timer.h"
#include "kvm_ppc.h"
#include "sysemu/device_tree.h"
--
1.8.3.1
next reply other threads:[~2013-09-01 16:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-01 16:00 Richard Henderson [this message]
2013-09-02 7:56 ` [Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event Andreas Färber
2013-09-02 8:07 ` Alexander Graf
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=1378051243-3196-1-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=agraf@suse.de \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).