Re: [PATCH v2 06/11] vfio/container: Make vfio_connect_container() return bool

2024-05-14 Thread Cédric Le Goater
On 5/7/24 08:42, Zhenzhong Duan wrote: This is to follow the coding standand to return bool if 'Error **' is used to pass error. Suggested-by: Cédric Le Goater Signed-off-by: Zhenzhong Duan Reviewed-by: Cédric Le Goater Thanks, C. --- hw/vfio/container.c | 18 +++--- 1

[PATCH v2 06/11] vfio/container: Make vfio_connect_container() return bool

2024-05-07 Thread Zhenzhong Duan
This is to follow the coding standand to return bool if 'Error **' is used to pass error. Suggested-by: Cédric Le Goater Signed-off-by: Zhenzhong Duan --- hw/vfio/container.c | 18 +++--- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/hw/vfio/container.c