Re: [Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077

2014-02-10 Thread Fam Zheng
On Mon, 02/10 11:16, Kevin Wolf wrote: > Am 10.02.2014 um 11:09 hat Fam Zheng geschrieben: > > The big lock implementation in block/vmdk.c causes dead lock with > > dependent breakpoints in test_io(), so the test hangs. Disable it for > > now. > > > > Signed-off-by: Fam Zheng > > This is already

Re: [Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077

2014-02-10 Thread Kevin Wolf
Am 10.02.2014 um 11:09 hat Fam Zheng geschrieben: > The big lock implementation in block/vmdk.c causes dead lock with > dependent breakpoints in test_io(), so the test hangs. Disable it for > now. > > Signed-off-by: Fam Zheng This is already solved by "qemu-iotest: Make 077 raw-only" (pull reque

[Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077

2014-02-10 Thread Fam Zheng
The big lock implementation in block/vmdk.c causes dead lock with dependent breakpoints in test_io(), so the test hangs. Disable it for now. Signed-off-by: Fam Zheng --- tests/qemu-iotests/077 | 4 1 file changed, 4 insertions(+) diff --git a/tests/qemu-iotests/077 b/tests/qemu-iotests/077