Home
last modified time | relevance | path

Searched hist:"0459 c141" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dapic_common.c0459c141 Tue Oct 03 02:58:14 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()

APICCommonClass::realize() is a DeviceRealize() handler which
take an Error** parameter and can fail. Do not proceed further
on failure.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-Id: <20231003082728.83496-2-philmd@linaro.org>