On 25/4/25 00:30, Pierrick Bouvier wrote:
On 4/24/25 15:20, Philippe Mathieu-Daudé wrote:
While DEFINE_MACHINE() is a succinct macro, it doesn't
allow registering QOM interfaces to the defined machine.
Convert to the generic DEFINE_TYPES() in preparation to
register interfaces.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
hw/core/null-machine.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
Maybe you can integrate your other series changing existing arm machines
also, so it's easy to apply this series without the other dependency.
I discarded the other series due to Zoltan comments, and only
salvaged this single patch (the others aren't needed since this
series introduces and uses DEFINE_MACHINE_WITH_INTERFACES).