Re: [PATCH for-9.1 v5 13/14] migration: Add Error** argument to xbzrle_init()

2024-03-20 Thread Fabiano Rosas
Cédric Le Goater writes: > Since the return value (-ENOMEM) is not exploited, follow the > recommendations of qapi/error.h and change it to a bool > > Signed-off-by: Cédric Le Goater Reviewed-by: Fabiano Rosas

[PATCH for-9.1 v5 13/14] migration: Add Error** argument to xbzrle_init()

2024-03-19 Thread Cédric Le Goater
Since the return value (-ENOMEM) is not exploited, follow the recommendations of qapi/error.h and change it to a bool Signed-off-by: Cédric Le Goater --- migration/ram.c | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/migration/ram.c b/migration/ram.c