commit | 040f8d105057383b42c162424a99a468f67a97f4 | [log] [tgz] |
---|---|---|
author | Zhenzhong Duan <zhenzhong.duan@intel.com> | Wed May 22 12:40:02 2024 +0800 |
committer | Cédric Le Goater <clg@redhat.com> | Wed May 22 10:04:21 2024 +0200 |
tree | 1a51a8f950fa786f07c1b85852ee889b2191ce92 | |
parent | 958609cfeb0502d3e0a59921b5d039c5c77d57ff [diff] |
vfio/ccw: Make vfio_ccw_get_region() return a bool Since vfio_populate_device() takes an 'Error **' argument, best practices suggest to return a bool. See the qapi/error.h Rules section. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>