]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 12 May 2025 08:39:45 +0000 (10:39 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 30 May 2025 07:52:08 +0000 (09:52 +0200)
commit3763d16370f1505faada6909bd92ebe3a242b1bd
tree0a2317f7207752c9fca2d4f3e3139eb11f60316d
parent404b27b739aa6f2c53fbed58101719564f614aac
hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit

Simplify replacing pvscsi_realize() by pvscsi_instance_init(),
removing the need for device_class_set_parent_realize().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Message-ID: <20250512083948.39294-17-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/scsi/vmw_pvscsi.c