Re: [PATCH for-9.1 v5 12/14] migration: Add Error** argument to ram_state_init()
Cédric Le Goater writes: > Since the return value 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 12/14] migration: Add Error** argument to ram_state_init()
Since the return value 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 | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index bade3e928