From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37848 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqrsL-0004io-3j for qemu-devel@nongnu.org; Sat, 19 Feb 2011 13:49:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqrsK-0005c4-1u for qemu-devel@nongnu.org; Sat, 19 Feb 2011 13:49:48 -0500 Received: from moutng.kundenserver.de ([212.227.126.171]:58415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqrsJ-0005bw-K8 for qemu-devel@nongnu.org; Sat, 19 Feb 2011 13:49:48 -0500 Message-ID: <4D6010C3.9010105@mail.berlios.de> Date: Sat, 19 Feb 2011 19:49:39 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Bugs in the VDI Block Device Driver References: <4D5BC467.4070804@redhat.com> <4D5E4271.80501@redhat.com> <4D5EAFA8.70909@mail.berlios.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Chunqiang Tang , qemu-devel@nongnu.org Am 19.02.2011 17:21, schrieb Stefan Hajnoczi: > On Sat, Feb 19, 2011 at 12:27 PM, Chunqiang Tang wrote: >> I applied FVD's fully automated testing tool to the VDI block device >> driver and found several bugs. Some bugs are easy to fix whereas others >> need some thoughts on design. Therefore, I thought you might be able to >> handle the bugs better than me. These bugs occur only if I/O errors or >> aio_cancel are injected, and hence are not that critical. If VDI is meant >> for read-only image format conversion, then these bugs are "ok". If write >> is enabled in VDI, these bugs may corrupt data. FVD's testing tool >> discovered these bugs because it automatically injects errors and race >> conditions, and performs exhaustive randomized tests. Below is a list of >> the bugs. > > Thanks for this detailed list. vdi is there for conversion and not a > high priority for me, but I have filed it as a bug so it is not > forgotten: > > https://bugs.launchpad.net/qemu/+bug/721825 > > Stefan Hi Stefan (H.), the bug report was for me, and I'm already looking after it. Regards, Stefan (W.)