On 23/2/24 09:56, Zhao Liu wrote:
From: Zhao Liu <[email protected]>
IOAPICCommonClass implements its own private realize(), and this private
realize() allows error.
Since IOAPICCommonClass.realize() returns void, to check the error,
dereference @errp with ERRP_GUARD().
Signed-off-by: Zhao Liu <[email protected]>
---
v2:
* Add the missing ERRP_GUARD(). (Markus)
* Move this single patch into @errp fixing series. (Micheal)
---
hw/intc/ioapic_common.c | 4 ++++
1 file changed, 4 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>