On Tue, Apr 16, 2019 at 11:59:44PM -0300, Eduardo Habkost wrote:
> The ppc implementation of parse_features() requires the machine
> object to be created before it gets called. This is far from
> obvious when reading the code at main().
>
> Instead of making it call qdev_get_machine(), require th
Eduardo Habkost writes:
> The ppc implementation of parse_features() requires the machine
> object to be created before it gets called. This is far from
> obvious when reading the code at main().
>
> Instead of making it call qdev_get_machine(), require the caller
> of parse_cpu_option() to prov
The ppc implementation of parse_features() requires the machine
object to be created before it gets called. This is far from
obvious when reading the code at main().
Instead of making it call qdev_get_machine(), require the caller
of parse_cpu_option() to provide the machine object.
This makes t