Am 22.02.2013 17:32, schrieb Alexander Graf:
>
> On 22.02.2013, at 17:31, Andreas Färber wrote:
>
>> Am 22.02.2013 15:23, schrieb Alexander Graf:
>>>
>>> On 18.02.2013, at 10:16, Andreas Färber wrote:
>>>
diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c
index 2c64c63..e601059 100644
>>>
On 22.02.2013, at 17:31, Andreas Färber wrote:
> Am 22.02.2013 15:23, schrieb Alexander Graf:
>>
>> On 18.02.2013, at 10:16, Andreas Färber wrote:
>>
>>> diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c
>>> index 2c64c63..e601059 100644
>>> --- a/target-ppc/kvm.c
>>> +++ b/target-ppc/kvm.c
>>>
Am 22.02.2013 15:23, schrieb Alexander Graf:
>
> On 18.02.2013, at 10:16, Andreas Färber wrote:
>
>> diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c
>> index 2c64c63..e601059 100644
>> --- a/target-ppc/kvm.c
>> +++ b/target-ppc/kvm.c
>> @@ -1263,7 +1263,7 @@ static void kvmppc_host_cpu_initfn(Ob
On 18.02.2013, at 10:16, Andreas Färber wrote:
> Turn the array of model definitions into a set of self-registering QOM
> types with their own class_init. Unique identifiers are obtained from
> the combination of PVR, SVR and family identifiers; this requires all
> alias #defines to be removed fr
Turn the array of model definitions into a set of self-registering QOM
types with their own class_init. Unique identifiers are obtained from
the combination of PVR, SVR and family identifiers; this requires all
alias #defines to be removed from the list. Possibly there are some more
left after this