|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 08/22] system/vl: more error exit into config enumeration code |
Date: | Fri, 10 Jan 2025 08:34:12 +0100 |
User-agent: | Mozilla Thunderbird |
On 9/1/25 18: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(-)
Yay, simpler. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |