Re: [Qemu-devel] [PATCH] Make -kernel command line option optional

2013-10-19 Thread Peter Maydell
On 18 October 2013 19:42, Roy Franz wrote: > From: Grant Likely > > The kernel parameter is not used when booting using firmware > such as UEFI. The firmware image is supplied with the -pflash > parameter, and the -kernel parameter should not be required since > the kernel will be loaded by the

[Qemu-devel] [PATCH] Make -kernel command line option optional

2013-10-18 Thread Roy Franz
From: Grant Likely The kernel parameter is not used when booting using firmware such as UEFI. The firmware image is supplied with the -pflash parameter, and the -kernel parameter should not be required since the kernel will be loaded by the firmware. Signed-off-by: Roy Franz Signed-off-by: Gra