On Mon, Jul 07, 2025 at 07:20:04PM +0200, Philippe Mathieu-Daudé wrote: > Date: Mon, 7 Jul 2025 19:20:04 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH-for-10.1 v6 10/14] hw/core/null-machine: Define machine as > generic QOM type > X-Mailer: git-send-email 2.49.0 > > 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é <phi...@linaro.org> > Reviewed-by: Pierrick Bouvier <pierrick.bouv...@linaro.org> > --- > hw/core/null-machine.c | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>