Re: [PATCH 08/22] system/vl: more error exit into config enumeration code

2025-01-10 Thread Richard Henderson
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 indicatio

Re: [PATCH 08/22] system/vl: more error exit into config enumeration code

2025-01-09 Thread Philippe Mathieu-Daudé
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 indicatio

Re: [PATCH 08/22] system/vl: more error exit into config enumeration code

2025-01-09 Thread Pierrick Bouvier
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 indicatio

[PATCH 08/22] system/vl: more error exit into config enumeration code

2025-01-09 Thread Alex Bennée
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 --- s