> On 16 Apr 2015, at 12:27, Leon Alrae <leon.al...@imgtec.com> wrote:
> 
> ... I believe it would be much easier if you sent the patches first

I just did this.

> On 16 Apr 2015, at 17:22, Peter Maydell <peter.mayd...@linaro.org> wrote:

> it is nothing like
> the way QEMU's system-emulator mode handles other command line
> arguments.

generally passing an entire command line has little to do with passing singular 
command line arguments.

there are many unix programs that use this mechanism (for example the well 
known xargs) and most shells have special support for this with $@.

> This has the comma-escaping ugliness, of course, but if you're
> providing a GUI for users anyway it's trivial for the GUI to
> comma-escape things.

the Eclipse plug-in might do this, but try to do the same in multi-platform 
shell scripts used to run unit tests and you'll see how complicated things 
become.

this solution was the only one which met my requirements, and I currently do 
not see any disadvantages of using it in the system-emulator mode.


regards,

Liviu




Reply via email to