|
From: | Richard Henderson |
Subject: | Re: [PATCH v4 1/4] hw/i386/pc: Pass Error** argument to pc_basic_device_init() |
Date: | Sun, 22 Oct 2023 09:59:22 -0700 |
User-agent: | Mozilla Thunderbird |
On 10/20/23 10:15, Philippe Mathieu-Daudé wrote:
pc_basic_device_init() creates devices which can fail, allow to propagate error to caller. Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- include/hw/i386/pc.h | 5 +++-- hw/i386/pc.c | 7 +++++-- hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |