[libvirt] [PATCH] Fix a logic error for setting block I/O

2011-12-01 Thread Lei Li
Fix a logic error, the initial value of ret = -1, if just set --config, it will goto endjob directly without doing its really job here. Signed-off-by: Lei Li li...@linux.vnet.ibm.com --- src/qemu/qemu_driver.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

Re: [libvirt] [PATCH] Fix a logic error for setting block I/O

2011-12-01 Thread Eric Blake
On 12/01/2011 12:55 AM, Lei Li wrote: Fix a logic error, the initial value of ret = -1, if just set --config, it will goto endjob directly without doing its really job here. Signed-off-by: Lei Li li...@linux.vnet.ibm.com --- src/qemu/qemu_driver.c |2 -- 1 files changed, 0