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
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
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
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.
> >>
> >>
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
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
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