On 24/10/25 11:26, Vishal Chourasia wrote:
Replace open() with qemu_open() which provides better error handling via the Error object, automatically sets O_CLOEXEC, and supports FD passing with /dev/fdset.Currently pass errp argument as NULL. Suggested-by: Daniel P. Berrangé <[email protected]> Signed-off-by: Vishal Chourasia <[email protected]> --- hw/core/loader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
