Re: [Qemu-devel] [PATCH 0/2] Add infinite loop checking in img_create()

2013-07-04 Thread Stefan Hajnoczi
On Sat, Jun 29, 2013 at 04:32:34PM +0200, Andreas Färber wrote: > Am 27.06.2013 09:38, schrieb Xu Wang: > > From: Xu Wang > > > > If user creates a image with loop in backing file, qemu doesn't give any > > warning or error report and creation successful. If this image was opend > > by qemu, no r

Re: [Qemu-devel] [PATCH 0/2] Add infinite loop checking in img_create()

2013-06-29 Thread Andreas Färber
Am 27.06.2013 09:38, schrieb Xu Wang: > From: Xu Wang > > If user creates a image with loop in backing file, qemu doesn't give any > warning or error report and creation successful. If this image was opend > by qemu, no response would occure and segment fault would happend at last. > Hence these

[Qemu-devel] [PATCH 0/2] Add infinite loop checking in img_create()

2013-06-27 Thread Xu Wang
From: Xu Wang If user creates a image with loop in backing file, qemu doesn't give any warning or error report and creation successful. If this image was opend by qemu, no response would occure and segment fault would happend at last. Hence these patches refine and export infinite loop checking i