]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARD
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 10 May 2021 19:08:42 +0000 (20:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:43 +0000 (16:01 +0100)
commit32962103523838faf15c070bff0fc75dfd2f42c8
tree4958dfb21e979b2577d1510b3f9629a12548621a
parent4eb1770988397354ed95dec2bd63c09348ebf707
hw/arm/armsse: Convert armsse_realize() to use ERRP_GUARD

Convert armsse_realize() to use ERRP_GUARD(), following
the rules in include/qapi/error.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210510190844.17799-5-peter.maydell@linaro.org
hw/arm/armsse.c