Re: [Qemu-devel] [PATCH V5 4/6] block: Check infinite loop in bdrv_img_create()

2013-08-02 Thread Eric Blake
On 08/02/2013 03:02 AM, Xu Wang wrote: > From: Xu Wang > > Backing file loop should be checked before qemu-img create command > execution. If loop was found, qemu-img create should be stopped and s/was/is/ - commit messages should generally be in present tense (what the code is doing now that th

[Qemu-devel] [PATCH V5 4/6] block: Check infinite loop in bdrv_img_create()

2013-08-02 Thread Xu Wang
From: Xu Wang Backing file loop should be checked before qemu-img create command execution. If loop was found, qemu-img create should be stopped and an error was printed. Signed-off-by: Xu Wang --- block.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/block.c b