qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event
@ 2013-09-01 16:00 Richard Henderson
  2013-09-02  7:56 ` Andreas Färber
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Henderson @ 2013-09-01 16:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, agraf

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-02  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-01 16:00 [Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event Richard Henderson
2013-09-02  7:56 ` Andreas Färber
2013-09-02  8:07   ` Alexander Graf

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