Am 23.01.2013 13:07, schrieb Andreas Färber:
> Andreas Färber (14):
> target-openrisc: Don't use type_register_static()
> target-unicore32: Don't use type_register_static()
Applied these two plus the equally trivial m68k equivalent to qom-cpu
(with a more elaborate commit message like on the m
Am 26.01.2013 18:16, schrieb Andreas Färber:
> Am 23.01.2013 13:07, schrieb Andreas Färber:
>> Hello,
>>
>> This series fixes a number of bugs surrounding QOM CPU instantiation.
>> Please ack.
>
> Ping.
>
>> First, two remaining users of type_register_static() for iterative CPU type
>> registrati
Am 23.01.2013 13:07, schrieb Andreas Färber:
> Hello,
>
> This series fixes a number of bugs surrounding QOM CPU instantiation.
> Please ack.
Ping.
> First, two remaining users of type_register_static() for iterative CPU type
> registration are moved over to type_register(). TBD: better commit m
Hello,
This series fixes a number of bugs surrounding QOM CPU instantiation.
Please ack.
First, two remaining users of type_register_static() for iterative CPU type
registration are moved over to type_register(). TBD: better commit message
Second, error checking for -cpu some-random-type is adde