Re: [libvirt] [PATCH] qemu: fix -global argument usage

2011-03-14 Thread Osier Yang
于 2011年03月12日 01:14, Eric Blake 写道: > On 03/11/2011 10:10 AM, Daniel P. Berrange wrote: >> On Fri, Mar 11, 2011 at 10:05:02AM -0700, Eric Blake wrote: >>> * src/qemu/qemu_command.c (qemuBuildCommandLine): Pass two >>> separate arguments, and fix indentation. >>> --- >>> >>> I debated about pushing

Re: [libvirt] [PATCH] qemu: fix -global argument usage

2011-03-11 Thread Eric Blake
On 03/11/2011 10:10 AM, Daniel P. Berrange wrote: > On Fri, Mar 11, 2011 at 10:05:02AM -0700, Eric Blake wrote: >> * src/qemu/qemu_command.c (qemuBuildCommandLine): Pass two >> separate arguments, and fix indentation. >> --- >> >> I debated about pushing under the trivial rule, but restrained mysel

Re: [libvirt] [PATCH] qemu: fix -global argument usage

2011-03-11 Thread Daniel P. Berrange
On Fri, Mar 11, 2011 at 10:05:02AM -0700, Eric Blake wrote: > * src/qemu/qemu_command.c (qemuBuildCommandLine): Pass two > separate arguments, and fix indentation. > --- > > I debated about pushing under the trivial rule, but restrained myself. > > src/qemu/qemu_command.c | 13 +++-- >

[libvirt] [PATCH] qemu: fix -global argument usage

2011-03-11 Thread Eric Blake
* src/qemu/qemu_command.c (qemuBuildCommandLine): Pass two separate arguments, and fix indentation. --- I debated about pushing under the trivial rule, but restrained myself. src/qemu/qemu_command.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/qemu/qem