From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKkjf-0001Hj-Hw for qemu-devel@nongnu.org; Fri, 22 Aug 2014 05:02:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKkja-0004sL-Gj for qemu-devel@nongnu.org; Fri, 22 Aug 2014 05:02:15 -0400 Date: Fri, 22 Aug 2014 11:02:06 +0200 From: Kevin Wolf Message-ID: <20140822090206.GC32377@noname.redhat.com> References: <1408625048-21994-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408625048-21994-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] raw-posix: fix O_DIRECT short reads List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-stable@nongnu.org, qemu-devel@nongnu.org, Markus Armbruster Am 21.08.2014 um 14:44 hat Stefan Hajnoczi geschrieben: > This series fixes qemu-iotests ./check -nocache -vmdk 059. It also adds a > dedicated test case for O_DIRECT short reads. > > Stefan Hajnoczi (2): > raw-posix: fix O_DIRECT short reads > qemu-iotests: add test case 101 for short file I/O Cc: qemu-stable@nongnu.org Thanks, applied to the block branch. Kevin