Re: [Qemu-devel] [Qemu-ppc] (no subject)

2016-10-20 Thread Nicholas Piggin
On Thu, 20 Oct 2016 13:49:25 +0200 Greg Kurz wrote: > On Thu, 20 Oct 2016 17:59:09 +1100 > Nicholas Piggin wrote: > > > Date: Thu, 20 Oct 2016 17:38:24 +1100 > > Subject: [PATCH 0/3] ppc: system reset interrupt fixes and new hcall IPI > > > > Hi, > > > > We are implementing this new unmaskabl

Re: [Qemu-devel] [Qemu-ppc] (no subject)

2016-10-20 Thread Cédric Le Goater
On 10/20/2016 08:59 AM, Nicholas Piggin wrote: > Date: Thu, 20 Oct 2016 17:38:24 +1100 > Subject: [PATCH 0/3] ppc: system reset interrupt fixes and new hcall IPI > > Hi, > > We are implementing this new unmaskable IPI hcall for crash dumping > and debugging. I had some issues with QEMU delivering

Re: [Qemu-devel] [Qemu-ppc] (no subject)

2016-10-20 Thread Greg Kurz
On Thu, 20 Oct 2016 17:59:09 +1100 Nicholas Piggin wrote: > Date: Thu, 20 Oct 2016 17:38:24 +1100 > Subject: [PATCH 0/3] ppc: system reset interrupt fixes and new hcall IPI > > Hi, > > We are implementing this new unmaskable IPI hcall for crash dumping > and debugging. I had some issues with QE