Re: [Qemu-devel] QEMU Command Line Options

2014-03-31 Thread Qasim Maqbool
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

Re: [Qemu-devel] QEMU Command Line Options

2014-03-28 Thread Alex Bennée
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. > >

Re: [Qemu-devel] QEMU Command Line Options

2014-03-28 Thread junqing . wang
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

[Qemu-devel] QEMU Command Line Options

2014-03-27 Thread Qasim Maqbool
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