Re: [Qemu-devel] [PATCH 1/2] ppc: remove unused CPU definitions

2017-09-22 Thread David Gibson
On Wed, Sep 20, 2017 at 08:47:43PM +0200, Thomas Huth wrote: > On 19.09.2017 23:36, John Snow wrote: > > Following commit aef77960, remove now-unused definitions from > > cpu-models.h. > > > > Signed-off-by: John Snow > > --- > > target/ppc/cpu-models.h | 32 > >

Re: [Qemu-devel] [PATCH 1/2] ppc: remove unused CPU definitions

2017-09-20 Thread Thomas Huth
On 19.09.2017 23:36, John Snow wrote: > Following commit aef77960, remove now-unused definitions from > cpu-models.h. > > Signed-off-by: John Snow > --- > target/ppc/cpu-models.h | 32 > 1 file changed, 32 deletions(-) > > diff --git a/target/ppc/cpu-models.h b/

[Qemu-devel] [PATCH 1/2] ppc: remove unused CPU definitions

2017-09-19 Thread John Snow
Following commit aef77960, remove now-unused definitions from cpu-models.h. Signed-off-by: John Snow --- target/ppc/cpu-models.h | 32 1 file changed, 32 deletions(-) diff --git a/target/ppc/cpu-models.h b/target/ppc/cpu-models.h index df31d7f..b34b512 100644 --