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.ben...@linaro.org>
---
system/vl.c | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
Yay, simpler.
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>