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

2013-08-30 Thread Peter Maydell
On 30 August 2013 14:12, Andreas Färber wrote: > Hi, > > Am 30.08.2013 12:58, schrieb Grant Likely: >> Hi Peter, >> >> What's the status on this patch? Is it able to be merged? I had a variant on it I'd already written, plus a second patch that cleans up some places that no longer need to make ca

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

2013-08-30 Thread Grant Likely
On Fri, Aug 30, 2013 at 2:12 PM, Andreas Färber wrote: > Hi, > > Am 30.08.2013 12:58, schrieb Grant Likely: >> Hi Peter, >> >> What's the status on this patch? Is it able to be merged? > > I had posted a slightly different patch earlier that just returned > immediately when qtest_enabled(). If we

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

2013-08-30 Thread Andreas Färber
Hi, Am 30.08.2013 12:58, schrieb Grant Likely: > Hi Peter, > > What's the status on this patch? Is it able to be merged? I had posted a slightly different patch earlier that just returned immediately when qtest_enabled(). If we go with yours, we might be able to drop mine, have you checked on th

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

2013-08-30 Thread Grant Likely
Hi Peter, What's the status on this patch? Is it able to be merged? g. On Wed, Jul 10, 2013 at 9:16 AM, 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

[Qemu-devel] [PATCH v2] 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