Hi Alex,
Yes thats exactly what I was looking for. Thanks.
Qasim
On Fri, Mar 28, 2014 at 4:22 PM, Alex Bennée wrote:
>
> Qasim Maqbool writes:
>
> > Hi,
> >
> > I need to add a few command line options to QEMU. However, I am yet to
> > determine how QEMU takes input from the command line and
Qasim Maqbool writes:
> Hi,
>
> I need to add a few command line options to QEMU. However, I am yet to
> determine how QEMU takes input from the command line and parses the option
> values. I have tried looking at various files including vl.c and cmd.c but
> nothing seems to work right now.
>
>
hi, Qasim:
pls refer to 'qemu-options.hx' and the big switch in 'vl.c'.
Thanks,
Jules.
At 2014-03-28 14:25:43,"Qasim Maqbool" wrote:
Hi,
I need to add a few command line options to QEMU. However, I am yet to
determine how QEMU takes input from the command line and parses the optio
Hi,
I need to add a few command line options to QEMU. However, I am yet to
determine how QEMU takes input from the command line and parses the option
values. I have tried looking at various files including vl.c and cmd.c but
nothing seems to work right now.
Can anyone put me on the right path her