vfio/ccw: Fix the missed unrealize() call in error path
commitfa8053841efebab7fcdc76252b953f8dafe7a343
authorZhenzhong Duan <zhenzhong.duan@intel.com>
Wed, 22 May 2024 17:01:06 +0000 (22 19:01 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 24 Jun 2024 06:03:34 +0000 (24 08:03 +0200)
tree6e47ec42e7a08d5aa06838bbc55e8846cf9ec3dc
parent1aeebbd6213af1aef09b4906c487f9079a5d8947
vfio/ccw: Fix the missed unrealize() call in error path

When get name failed, we should call unrealize() so that
vfio_ccw_realize() is self contained.

Fixes: 909a6254eda ("vfio/ccw: Make vfio cdev pre-openable by passing a file handle")
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240522170107.289532-7-clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/vfio/ccw.c