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
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
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
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
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