On Tue, May 06, 2025 at 04:39:05PM +0200, Philippe Mathieu-Daudé wrote: > Date: Tue, 6 May 2025 16:39:05 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [PATCH v3 19/19] hw/net/vmxnet3: Merge DeviceRealize in > InstanceInit > X-Mailer: git-send-email 2.47.1 > > Simplify merging vmxnet3_realize() within vmxnet3_instance_init(), > removing the need for device_class_set_parent_realize(). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> > --- > hw/net/vmxnet3.c | 15 +-------------- > 1 file changed, 1 insertion(+), 14 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>