[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event
From: |
Richard Henderson |
Subject: |
[Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event |
Date: |
Sun, 1 Sep 2013 09:00:43 -0700 |
Signed-off-by: Richard Henderson <address@hidden>
---
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
- [Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event,
Richard Henderson <=