24 Sep
2022
24 Sep
'22
2:47 p.m.
On Fri, 23 Sep 2022 11:56:30 +0200
Dario Faggioli
From: Vasiliy Ulyanov
Define the target machine architecture in lowercase.
The name of the executable qemu-system-* is defined from the build flags and should be in lowercase:
( "qemu-system-" ARCH ),
I.e. qemu-system-x86_64 instead of qemu-system-X86_64. Otherwise, the exec call will fail.
Signed-off-by: Vasiliy Ulyanov
Signed-off-by: Dario Faggioli
Applied, thanks, and welcome to the git log! -- Stefano