commit | f6c12eaca52ca014ae1ec57ecee51c57187c2ef6 | [log] [tgz] |
---|---|---|
author | Zhenzhong Duan <zhenzhong.duan@intel.com> | Tue May 07 14:42:47 2024 +0800 |
committer | Cédric Le Goater <clg@redhat.com> | Thu May 16 16:59:20 2024 +0200 |
tree | 48874bfc1c8de4c30bdb00b06422da3c9d37459d | |
parent | 33e4c22fd1dd2aa1e1e6f45e8e89c9b961fb72d1 [diff] |
vfio/container: Make vfio_connect_container() return bool This is to follow the coding standand to return bool if 'Error **' is used to pass error. Suggested-by: Cédric Le Goater <clg@redhat.com> 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>