commit | 958609cfeb0502d3e0a59921b5d039c5c77d57ff | [log] [tgz] |
---|---|---|
author | Zhenzhong Duan <zhenzhong.duan@intel.com> | Wed May 22 12:40:01 2024 +0800 |
committer | Cédric Le Goater <clg@redhat.com> | Wed May 22 10:04:21 2024 +0200 |
tree | 984a2a425c34629ab6918303aec2f9e9bc062850 | |
parent | c6c6cf91c0ad2a98d2566de162c3e089b75c2fc4 [diff] |
vfio/platform: Make vfio_populate_device() and vfio_base_device_init() return bool This is to follow the coding standand in qapi/error.h to return bool for bool-valued functions. 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>