From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf6Go-0006OG-S0 for qemu-devel@nongnu.org; Thu, 14 Jun 2012 05:23:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sf6Gi-0004ta-Ma for qemu-devel@nongnu.org; Thu, 14 Jun 2012 05:23:14 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:54452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sf6Gi-0004tH-Dx for qemu-devel@nongnu.org; Thu, 14 Jun 2012 05:23:08 -0400 Received: by wgbfm10 with SMTP id fm10so1368316wgb.10 for ; Thu, 14 Jun 2012 02:23:06 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FD9AD78.7020007@redhat.com> Date: Thu, 14 Jun 2012 11:23:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1339601644-25683-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1339601644-25683-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] qemu-iotests: Test COW from backing file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Il 13/06/2012 17:34, Kevin Wolf ha scritto: > Thanks to Paolo who caught a bug that qemu-iotest would have let passed (well, > almost, the zero cluster test case did accidentally catch it). I was surprised > to find that there's no specific test for COW from backing files. Fixing this > now... > > Kevin Wolf (2): > qemu-iotests: Some backing file COW tests > qemu-iotests: COW with many AIO requests on the same cluster > > tests/qemu-iotests/037 | 119 ++++++ > tests/qemu-iotests/037.out | 645 +++++++++++++++++++++++++++++++ > tests/qemu-iotests/038 | 133 +++++++ > tests/qemu-iotests/038.out | 909 ++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/group | 2 + > 5 files changed, 1808 insertions(+), 0 deletions(-) > create mode 100755 tests/qemu-iotests/037 > create mode 100644 tests/qemu-iotests/037.out > create mode 100755 tests/qemu-iotests/038 > create mode 100644 tests/qemu-iotests/038.out > Reviewed-by: Paolo Bonzini (not the .out files :)) Paolo