[libvirt] [PATCH V3 0/8] virsh: rework command parsing

2010-10-12 Thread Lai Jiangshan
Old virsh command parsing mashes all the args back into a string and miss the quotes, this patches fix it. It is also needed for introducing qemu-monitor-command which is very useful. This patches add vrshCommandParser abstraction to parser the args. For command string, we use

Re: [libvirt] [PATCH V3 0/8] virsh: rework command parsing

2010-10-12 Thread Eric Blake
On 10/12/2010 01:13 AM, Lai Jiangshan wrote: Old virsh command parsing mashes all the args back into a string and miss the quotes, this patches fix it. It is also needed for introducing qemu-monitor-command which is very useful. This patches add vrshCommandParser abstraction to parser the

Re: [libvirt] [PATCH V3 0/8] virsh: rework command parsing

2010-10-12 Thread Eric Blake
On 10/12/2010 09:50 AM, Eric Blake wrote: On 10/12/2010 01:13 AM, Lai Jiangshan wrote: Old virsh command parsing mashes all the args back into a string and miss the quotes, this patches fix it. It is also needed for introducing qemu-monitor-command which is very useful. This patches add

Re: [libvirt] [PATCH V3 0/8] virsh: rework command parsing

2010-10-12 Thread Laine Stump
On 10/12/2010 12:26 PM, Eric Blake wrote: Now that I've done a bit more research; here's the results, to make it easier for others to do: git config sendemail.chainreplyto false git config sendemail.thread false git config format.thread shallow Then: git send-email -8 --cover-letter will