qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] functional ARM semihosting under GDB


From: Liviu Ionescu
Subject: Re: [Qemu-devel] [PATCH] functional ARM semihosting under GDB
Date: Mon, 17 Nov 2014 21:29:44 +0200

On 17 Nov 2014, at 14:35, Peter Maydell <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]