From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRM6e-00059f-Gw for qemu-devel@nongnu.org; Thu, 16 Jul 2009 04:14:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRM6Z-00057m-Nr for qemu-devel@nongnu.org; Thu, 16 Jul 2009 04:14:19 -0400 Received: from [199.232.76.173] (port=45790 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRM6Z-00057j-L9 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 04:14:15 -0400 Received: from mx2.redhat.com ([66.187.237.31]:39529) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRM6P-0001Ax-HF for qemu-devel@nongnu.org; Thu, 16 Jul 2009 04:14:15 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6G8Dv1i030321 for ; Thu, 16 Jul 2009 04:13:57 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6G8DuFR016567 for ; Thu, 16 Jul 2009 04:13:57 -0400 Message-ID: <4A5EE0F4.3000108@redhat.com> Date: Thu, 16 Jul 2009 10:12:36 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: test I/O after EOF for growable files References: <20090715211335.GA18960@lst.de> In-Reply-To: <20090715211335.GA18960@lst.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Christoph Hellwig schrieb: > Signed-off-by: Christoph Hellwig Maybe include a test for reads/writes that start before EOF, so the EOF is somewhere in the middle of the request? Looks good to me otherwise (and shows that qemu-io is buggy now that raw doesn't have a protocol name any more). Kevin