Re: [Qemu-devel] [PATCH 4/4] ppc: remove the interrupt presenters from under PowerPCCPU

2019-01-17 Thread Cédric Le Goater
On 1/17/19 9:23 AM, Thomas Huth wrote: > On 2019-01-17 09:20, Greg Kurz wrote: >> On Thu, 17 Jan 2019 08:53:27 +0100 >> Cédric Le Goater wrote: >> >>> Signed-off-by: Cédric Le Goater >>> --- >> >> The patch looks good, but I think it would be even better to apply this >> before >> Thomas's -std=

Re: [Qemu-devel] [PATCH 4/4] ppc: remove the interrupt presenters from under PowerPCCPU

2019-01-17 Thread Thomas Huth
On 2019-01-17 09:20, Greg Kurz wrote: > On Thu, 17 Jan 2019 08:53:27 +0100 > Cédric Le Goater wrote: > >> Signed-off-by: Cédric Le Goater >> --- > > The patch looks good, but I think it would be even better to apply this before > Thomas's -std=c99 patchset. This would allow to get rid of the co

Re: [Qemu-devel] [PATCH 4/4] ppc: remove the interrupt presenters from under PowerPCCPU

2019-01-17 Thread Greg Kurz
On Thu, 17 Jan 2019 08:53:27 +0100 Cédric Le Goater wrote: > Signed-off-by: Cédric Le Goater > --- The patch looks good, but I think it would be even better to apply this before Thomas's -std=c99 patchset. This would allow to get rid of the controversial "ppc: Fix duplicated typedefs to be able

[Qemu-devel] [PATCH 4/4] ppc: remove the interrupt presenters from under PowerPCCPU

2019-01-16 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- target/ppc/cpu.h | 9 - 1 file changed, 9 deletions(-) diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index bde4dff1ba80..2c22292e7f41 100644 --- a/target/ppc/cpu.h +++ b/target/ppc/cpu.h @@ -23,11 +23,6 @@ #include "qemu-common.h" #include "qemu/i