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

2019-01-30 Thread David Gibson
On Mon, Jan 28, 2019 at 07:55:52AM +0100, Cédric Le Goater wrote: > These fields have now been replaced by equivalents under the machine > data. > > Signed-off-by: Cédric Le Goater Applied to ppc-for-4.0, thanks. > --- > target/ppc/cpu.h | 5 - > 1 file changed, 5 deletions(-) > > diff --

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

2019-01-27 Thread Cédric Le Goater
These fields have now been replaced by equivalents under the machine data. Signed-off-by: Cédric Le Goater --- target/ppc/cpu.h | 5 - 1 file changed, 5 deletions(-) diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index a62ff60414f4..2c22292e7f41 100644 --- a/target/ppc/cpu.h +++ b/target/