On 17 Nov 2014, at 14:35, Peter Maydell <peter.mayd...@linaro.org> wrote:

> Compare the handling of 'rtc' and similar options: you get
> to have an "implied option name" so "-foo" is treated like
> "-foo enable=true",

I already considered this in a previous tentative version, but the 
implementation doesn't work like this, it always consumes the next option, for 
example calling with '... -rtc -semihosting ...' triggers:

qemu-system-arm: -rtc -semihosting: Invalid parameter '-semihosting'


if you can point to an option with optional parameters that works properly 
without them, I guess I can replicate the implementation.

regards,

Liviu


Reply via email to