On 11/25/2009 02:21 PM, Gerd Hoffmann wrote: > > You can happily mixup things as you like. Use pure command line. Use > pure config file (well, at least is that the plan, it doesn't fully work > yet). Mix cmd line switches and config file. Reading multiple config > files works just fine too, so you can split your vm config into multiple > parts and enable/disable parts by reading/not reading the file in > question ... >
Right, of course; I didn't mean to imply that your config file would make the command line be unavailable, nor did I mean to imply that it isn't useful (quite on the contrary.) What I meant was that the presence of config file does not avoid the user-hostility of options like "-chardev stdio,id=debug -device isa-debugcon,chardev=debug" ... for a command line user, the situation is still the same, and when using Qemu for debugging and testing, this is one case when you would be likely to run into the command line. As such, I think there is still a place for the simple command line options like "-hda", "-serial" and my proposed "-debugcon", in addition to the full-featured connect-anything options and configuration files. That's all. -hpa