Re: [Qemu-devel] [PATCH] Make -kernel flag optional on ARM.

2013-07-10 Thread Grant Likely
On Wed, Jul 10, 2013 at 8:44 AM, Peter Maydell wrote: > On 10 July 2013 08:33, Grant Likely wrote: >> Sometimes we want to boot the system via firmware instead of loading a >> kernel into ram with the -kernel parameter. This patch makes the -kernel >> parameter optional so that a bios image provi

[Qemu-devel] [PATCH] Make -kernel flag optional on ARM.

2013-07-10 Thread Grant Likely
Sometimes we want to boot the system via firmware instead of loading a kernel into ram with the -kernel parameter. This patch makes the -kernel parameter optional so that a bios image provided by the -pflash flag will be executed. For example: qemu-system-arm -M vexpress-a15 -pflash Note: Curren

Re: [Qemu-devel] [PATCH] Make -kernel flag optional on ARM.

2013-07-10 Thread Peter Maydell
On 10 July 2013 08:33, Grant Likely wrote: > Sometimes we want to boot the system via firmware instead of loading a > kernel into ram with the -kernel parameter. This patch makes the -kernel > parameter optional so that a bios image provided by the -pflash flag > will be executed. > > For example: