|
From: | Richard Henderson |
Subject: | Re: [PATCH 08/22] system/vl: more error exit into config enumeration code |
Date: | Fri, 10 Jan 2025 07:03:42 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/9/25 09:06, Alex Bennée wrote:
All of the failures to configure devices will result in QEMU exiting with an error code. In preparation for passing Error * down the chain re-name the iterator to foreach_device_config_or_exit and exit using &error_fatal instead of returning a failure indication. Signed-off-by: Alex Bennée<alex.bennee@linaro.org> --- system/vl.c | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |