ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()
commit2c82e8df4d6a99c024f3955fe6a6bf94ca59ab63
authorGreg Kurz <groug@kaod.org>
Mon, 14 Sep 2020 12:34:52 +0000 (14 14:34 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Thu, 8 Oct 2020 23:15:06 +0000 (9 10:15 +1100)
treea97127110d9153e3d327d3392f61511cfddbf4a1
parent9c4d1497e8d44a0045d04533bb822d453639c944
ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()

As recommended in "qapi/error.h", indicate success / failure with a
return value. Since ppc_set_compat() is called from a VMState handler,
let's make it an int so that it propagates any negative errno returned
by kvmppc_set_compat(). Do the same for ppc_set_compat_all() for
consistency, even if it isn't called in a context where a negative errno
is required on failure.

This will allow to simplify error handling in the callers.

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <20200914123505.612812-3-groug@kaod.org>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/compat.c
target/ppc/cpu.h