[Libvir] [PATCH] parsing virsh options is wrong

2007-02-27 Thread Saori Fukuta
Hi, When I specified -t (or -q) option with virsh command, the result is something wrong. It is likely to be caused by the way to parse the virsh options. (example) I would like to know the node information with timing information. So, I try some cases. 1) virsh with -t nodeinfo

Re: [Libvir] [PATCH] parsing virsh options is wrong

2007-02-27 Thread Daniel P. Berrange
On Tue, Feb 27, 2007 at 07:45:45PM +0900, Saori Fukuta wrote: When I specified -t (or -q) option with virsh command, the result is something wrong. I think the cause is missing a conditional before getopt_long at vshParseArgv and add to check whether o-has_arg is 1 or not. Yes, your patch