From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHaGM-0002bj-MN for qemu-devel@nongnu.org; Thu, 05 Sep 2013 10:10:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHaGH-0000Cn-Bq for qemu-devel@nongnu.org; Thu, 05 Sep 2013 10:10:22 -0400 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:35989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHaGH-0000CW-5Y for qemu-devel@nongnu.org; Thu, 05 Sep 2013 10:10:17 -0400 Received: by mail-ea0-f178.google.com with SMTP id a15so933639eae.37 for ; Thu, 05 Sep 2013 07:10:16 -0700 (PDT) Date: Thu, 5 Sep 2013 16:10:14 +0200 From: Stefan Hajnoczi Message-ID: <20130905141014.GB5190@stefanha-thinkpad.redhat.com> References: <1378293365-16687-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378293365-16687-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] qemu-iotests: Fixed test case 026 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Wed, Sep 04, 2013 at 01:16:03PM +0200, Kevin Wolf wrote: > Kevin Wolf (2): > qemu-iotests: Whitespace cleanup > qemu-iotests: Fixed test case 026 > > tests/qemu-iotests/026.out | 28 +- > tests/qemu-iotests/026.out.nocache | 626 +++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/check | 240 +++++++------- > tests/qemu-iotests/common | 422 ++++++++++++------------- > tests/qemu-iotests/common.config | 6 +- > tests/qemu-iotests/common.filter | 42 +-- > tests/qemu-iotests/common.pattern | 4 +- > tests/qemu-iotests/common.rc | 92 +++--- > 8 files changed, 1046 insertions(+), 414 deletions(-) > create mode 100644 tests/qemu-iotests/026.out.nocache > > -- > 1.8.1.4 > > Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan