Re: [Qemu-devel] [PATCH] qemu-iotests: add test case for dmg

2019-01-08 Thread Stefan Hajnoczi
On Sat, Jan 05, 2019 at 04:42:43PM +0800, yuchenlin wrote: > Recently, some bugs in dmg file have been fixed. To prevent reading dmg > is broken someday in the future, add a simple test which ensures the > conversion from dmg to raw should not hang or face any I/O error. > > Signed-off-by: yuchenl

Re: [Qemu-devel] [PATCH] qemu-iotests: add test case for dmg

2019-01-08 Thread Kevin Wolf
Am 05.01.2019 um 09:42 hat yuchenlin geschrieben: > Recently, some bugs in dmg file have been fixed. To prevent reading dmg > is broken someday in the future, add a simple test which ensures the > conversion from dmg to raw should not hang or face any I/O error. > > Signed-off-by: yuchenlin Than

[Qemu-devel] [PATCH] qemu-iotests: add test case for dmg

2019-01-05 Thread yuchenlin
Recently, some bugs in dmg file have been fixed. To prevent reading dmg is broken someday in the future, add a simple test which ensures the conversion from dmg to raw should not hang or face any I/O error. Signed-off-by: yuchenlin --- tests/qemu-iotests/236| 53