Paolo Bonzini writes:
> On 09/01/20 12:23, Philippe Mathieu-Daudé wrote:
>>
>>
>> current_machine =
>> MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
>> object_property_add_child(object_get_root(), "machine",
>> OBJECT(current_machine), &error
On 1/9/20 4:24 PM, Like Xu wrote:
On 2020/1/9 20:01, Paolo Bonzini wrote:
On 09/01/20 12:23, Philippe Mathieu-Daudé wrote:
current_machine =
MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
object_property_add_child(object_get_root(), "machine",
On 2020/1/9 20:01, Paolo Bonzini wrote:
On 09/01/20 12:23, Philippe Mathieu-Daudé wrote:
current_machine =
MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
object_property_add_child(object_get_root(), "machine",
OBJECT(current_machine), &err
On 09/01/20 12:23, Philippe Mathieu-Daudé wrote:
>
>
> current_machine =
> MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
> object_property_add_child(object_get_root(), "machine",
> OBJECT(current_machine), &error_abort);
>
> The bigger user of
Hi,
"hw/boards.h" declare current_machine, and vl.c defines it:
current_machine =
MACHINE(object_new_with_class(OBJECT_CLASS(machine_class)));
object_property_add_child(object_get_root(), "machine",
OBJECT(current_machine), &error_abort);
The bigger user