Re: [Qemu-devel] qemu and configuration file?

2006-01-08 Thread Giuseppe Della Bianca
> Giuseppe Della Bianca wrote: > > Please, who is that decides if to insert patch or modifications in qemu > > code? > > Fabrice Thanks for the confirmation. Therefore the alternatives are: - create several script that they use the command line of qemu - modify and main

Re: [Qemu-devel] qemu and configuration file?

2006-01-07 Thread Giuseppe Della Bianca
Hi. Please, who is that decides if to insert patch or modifications in qemu code? Gdb ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > I'd prefer to have 5 config files and just specify one of them on the > command-line, than having 5 scripts, which run qemu with the parameters I > want. I would prefer to go also beyond, one unique configuration file for every image of S.O., and use the command line for overwrite the set

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > What do you want (specifically)? Please, read this: Re: [Qemu-devel] qemu and configuration file? (Giuseppe Della Bianca, Tue Jan  3 22:49:41 2006) ]zac[ > about config files, I fail to see the necessity of config files, let alone > XML config files. ]zac[ Ok.

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > > Please, you can make an detailed example? ]zac[ > uuid.action = "create" > usb.autoConnect.device0 = "" ]zac[ Thanks. Gdb ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu and configuration file?

2006-01-05 Thread Giuseppe Della Bianca
]zac[ > Unless you mean like a GUI config file editor? But that would likely be > a separate program anyways (and not a script). I thing that would be useful to insert in the configuration file the options for set up the mac address, for assing at one key the combinations of keys for execute cha

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Giuseppe Della Bianca
]zac[ > I'd go for the shell script. If enough people like it I'm sure it could be > included with qemu. Ok. > Config file support without a decent GUI seem rather pointless. ]zac[ I understand and I agree yours (and of the others that prefer the scripts) motivations. To modify qemu allows t

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Giuseppe Della Bianca
> Yah. I like this the best. It is the most flexible. It even allows > you to put logic into your qemu startup. ]zac[ The script not are the solution that I would want. To make a good job with the script is much laborious, and demands to use one collection of additional programs (that I thi

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Giuseppe Della Bianca
]zac[ > I like VMWare style. Maybe it should be possible to share the same > config file between qemu and VMWare, also to favour user migration. Please, you can make an detailed example? Gdb ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://l

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Giuseppe Della Bianca
]zac[ > sry :) , you probably understood anyway what i meant ... ]zac[ Yes, :) . Gdb ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Giuseppe Della Bianca
]zac[ > > xml style or rc style, please no hack in betweeen :) > > INI? *SCNR* :) and kde, samba and other? ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Giuseppe Della Bianca
]zac[ > see no reasons why to choose anything else than xml for it. We have tons of > xml libs that can be used for gui's (think perl, tk, python etc...). ]zac[ The xml configuration file are too much hard to consult and to modify directly from a human. The idea to use additional library and the

Re: [Qemu-devel] qemu and configuration file?

2006-01-03 Thread Giuseppe Della Bianca
Hi. My idea is this: - qemu start - set up of the hardcode parameters - reading of the configuration file and set up of the parameters - set up of the parameters of command line Example of configuration file: [general] [vlan0] ip= x.y.x.w mac= l:m:n:o [/vlan0] [/

Re: [Qemu-devel] how to increase the image size

2006-01-01 Thread Giuseppe Della Bianca
]zac[ > Does anybody know how could I increase the size of a qcow image? ]zac[ Find this document: [Qemu-devel] Growing qcow images From:Ben Taylor Subject:[Qemu-devel] Growing qcow images Date:Thu, 23 Jun 2005 10:46:53 -0400 ___ Qemu-

[Qemu-devel] qemu and configuration file?

2005-12-31 Thread Giuseppe Della Bianca
Hi. The options of qemu are so many, that would be the case to use configuration file.   You are interested to this? If the answer is, I could also think to insert in qemu the code of management of the configuration file of my program gesconf ( http://savannah.nongnu.org/projects/gesconf ).