]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 3 Oct 2023 07:58:14 +0000 (09:58 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 19 Oct 2023 21:13:28 +0000 (23:13 +0200)
commit0459c141f8d9dc99274ca3cffe632a37a0575c9e
tree53791a8a3f8d8b6037baf60fcc0bd68d0befbb56
parentb2b5b09045e61798d5454f6b32721172d736c828
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>
hw/intc/apic_common.c