vfio/helpers: Make vfio_set_irq_signaling() return bool
commit84e37d02969ca1c7a6a8670e7d1da8e4ca5d56b9
authorZhenzhong Duan <zhenzhong.duan@intel.com>
Wed, 22 May 2024 04:39:59 +0000 (22 12:39 +0800)
committerCédric Le Goater <clg@redhat.com>
Wed, 22 May 2024 08:04:21 +0000 (22 10:04 +0200)
treec36aeef25f3884d92bf7cf5ccf0a05299948c30e
parent50b632b64ce460844089ddd5061460d8b119df5d
vfio/helpers: Make vfio_set_irq_signaling() 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>
hw/vfio/ap.c
hw/vfio/ccw.c
hw/vfio/helpers.c
hw/vfio/pci.c
hw/vfio/platform.c
include/hw/vfio/vfio-common.h