[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/5] hw/intc/apic: Use ERRP_GUARD() in apic_common_realize
|
From: |
Peter Xu |
|
Subject: |
Re: [PATCH v2 1/5] hw/intc/apic: Use ERRP_GUARD() in apic_common_realize() |
|
Date: |
Tue, 3 Oct 2023 16:50:41 -0400 |
On Tue, Oct 03, 2023 at 10:27:24AM +0200, Philippe Mathieu-Daudé wrote:
> 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>
--
Peter Xu
- [PATCH v2 0/5] hw/intc/apic: QOM cleanup, Philippe Mathieu-Daudé, 2023/10/03
- [PATCH v2 3/5] hw/i386/apic: Simplify apic_get_class(), Philippe Mathieu-Daudé, 2023/10/03
- [PATCH v2 1/5] hw/intc/apic: Use ERRP_GUARD() in apic_common_realize(), Philippe Mathieu-Daudé, 2023/10/03
- Re: [PATCH v2 1/5] hw/intc/apic: Use ERRP_GUARD() in apic_common_realize(),
Peter Xu <=
- [PATCH v2 4/5] hw/intc/apic: Rename x86_cpu_apic_create() -> x86_cpu_apic_new(), Philippe Mathieu-Daudé, 2023/10/03
- [PATCH v2 5/5] hw/intc/apic: Pass CPU using QOM link property, Philippe Mathieu-Daudé, 2023/10/03