Re: [PATCH 2/3] qfw: return failure when no kernel could be loaded

2022-10-24 Thread Tom Rini
On Mon, Oct 10, 2022 at 06:01:21PM +0100, Andre Przywara wrote: > When we try to load a kernel via the QEMU firmware device, we currently > "return -1;" if no kernel was specified on the QEMU command line. This > leads to the usage output, which is confusing (since nothing on the > command line

[PATCH 2/3] qfw: return failure when no kernel could be loaded

2022-10-10 Thread Andre Przywara
When we try to load a kernel via the QEMU firmware device, we currently "return -1;" if no kernel was specified on the QEMU command line. This leads to the usage output, which is confusing (since nothing on the command line was really wrong), but also somewhat hides the actual error message.