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

* Re: [Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Färber @ 2013-09-02  7:56 UTC (permalink / raw)
  To: Richard Henderson; +Cc: qemu-ppc, qemu-devel, agraf

Am 01.09.2013 18:00, schrieb Richard Henderson:
> 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.

Déjà vu, Alex already sent a fix on ~Friday.

Andreas
> 
> 
> 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"
> 


-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* Re: [Qemu-devel] [PATCH] target-ppc: Fix include for qemu_notify_event
  2013-09-02  7:56 ` Andreas Färber
@ 2013-09-02  8:07   ` Alexander Graf
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2013-09-02  8:07 UTC (permalink / raw)
  To: Andreas Färber; +Cc: qemu-ppc, qemu-devel, Richard Henderson


On 02.09.2013, at 09:56, Andreas Färber wrote:

> Am 01.09.2013 18:00, schrieb Richard Henderson:
>> 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.
> 
> Déjà vu, Alex already sent a fix on ~Friday.

Sending out pull request :). I just wanted to do another autotest run last night.


Alex

^ permalink raw reply	[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).