From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRj4-0003eb-Cf for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:44:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKRix-00058M-Nu for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:44:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRix-00058I-HY for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:44:15 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7LCiEuU025591 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 21 Aug 2014 08:44:14 -0400 From: Stefan Hajnoczi Date: Thu, 21 Aug 2014 13:44:06 +0100 Message-Id: <1408625048-21994-1-git-send-email-stefanha@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , Stefan Hajnoczi 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 block/raw-posix.c | 9 +++++++ tests/qemu-iotests/101 | 58 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/101.out | 10 ++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 78 insertions(+) create mode 100755 tests/qemu-iotests/101 create mode 100644 tests/qemu-iotests/101.out -- 1.9.3