Re: [Qemu-devel] [PATCH 04/28] sparc: convert cpu models to SPARC cpu subclasses

2017-08-17 Thread Igor Mammedov
On Thu, 17 Aug 2017 00:50:50 -0300 Philippe Mathieu-Daudé wrote: > On 07/14/2017 10:51 AM, Igor Mammedov wrote: > > QOMfy cpu models handling introducing propper cpu types > > for each cpu model. > > > > Signed-off-by: Igor Mammedov > > --- > > with this and conversion of features to properties

Re: [Qemu-devel] [PATCH 04/28] sparc: convert cpu models to SPARC cpu subclasses

2017-08-16 Thread Philippe Mathieu-Daudé
On 07/14/2017 10:51 AM, Igor Mammedov wrote: QOMfy cpu models handling introducing propper cpu types for each cpu model. Signed-off-by: Igor Mammedov --- with this and conversion of features to properties, it would be possible to replace cpu_sparc_init() with cpu_generic_init() and reuse common

Re: [Qemu-devel] [PATCH 04/28] sparc: convert cpu models to SPARC cpu subclasses

2017-08-15 Thread Mark Cave-Ayland
On 14/08/17 08:56, Igor Mammedov wrote: > On Fri, 14 Jul 2017 15:51:55 +0200 > Igor Mammedov wrote: > >> QOMfy cpu models handling introducing propper cpu types >> for each cpu model. >> >> Signed-off-by: Igor Mammedov >> --- >> with this and conversion of features to properties, >> it would be

Re: [Qemu-devel] [PATCH 04/28] sparc: convert cpu models to SPARC cpu subclasses

2017-08-15 Thread Igor Mammedov
On Mon, 14 Aug 2017 18:24:31 +0200 Artyom Tarasenko wrote: > Hi Igor, > > On Mon, Aug 14, 2017 at 9:56 AM, Igor Mammedov wrote: > > On Fri, 14 Jul 2017 15:51:55 +0200 > > Igor Mammedov wrote: > > > >> QOMfy cpu models handling introducing propper cpu types > >> for each cpu model. > >> > >>

Re: [Qemu-devel] [PATCH 04/28] sparc: convert cpu models to SPARC cpu subclasses

2017-08-14 Thread Artyom Tarasenko
Hi Igor, On Mon, Aug 14, 2017 at 9:56 AM, Igor Mammedov wrote: > On Fri, 14 Jul 2017 15:51:55 +0200 > Igor Mammedov wrote: > >> QOMfy cpu models handling introducing propper cpu types >> for each cpu model. >> >> Signed-off-by: Igor Mammedov >> --- >> with this and conversion of features to pro

Re: [Qemu-devel] [PATCH 04/28] sparc: convert cpu models to SPARC cpu subclasses

2017-08-14 Thread Igor Mammedov
On Fri, 14 Jul 2017 15:51:55 +0200 Igor Mammedov wrote: > QOMfy cpu models handling introducing propper cpu types > for each cpu model. > > Signed-off-by: Igor Mammedov > --- > with this and conversion of features to properties, > it would be possible to replace cpu_sparc_init() with > cpu_gene

[Qemu-devel] [PATCH 04/28] sparc: convert cpu models to SPARC cpu subclasses

2017-07-14 Thread Igor Mammedov
QOMfy cpu models handling introducing propper cpu types for each cpu model. Signed-off-by: Igor Mammedov --- with this and conversion of features to properties, it would be possible to replace cpu_sparc_init() with cpu_generic_init() and reuse common -cpu handling infrastructure. CC: Mark Cave-A