On 5/10/21 12:08 PM, Peter Maydell wrote:
Convert armsse_realize() to use ERRP_GUARD(), following the rules in include/qapi/error.h.Signed-off-by: Peter Maydell<[email protected]> --- We'll be adding a new error check in the next patch, so do this first to avoid adding more uses of legacy error_propagate(). --- hw/arm/armsse.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
