From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPD1C-0002OV-5k for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:26:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPD11-0000zt-TJ for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:25:58 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:35561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPD11-0000zf-L6 for qemu-devel@nongnu.org; Mon, 08 Apr 2013 10:25:47 -0400 Received: by mail-wi0-f179.google.com with SMTP id hn17so2615627wib.6 for ; Mon, 08 Apr 2013 07:25:46 -0700 (PDT) Date: Mon, 8 Apr 2013 16:25:44 +0200 From: Stefan Hajnoczi Message-ID: <20130408142544.GH4429@stefanha-thinkpad.redhat.com> References: <1365002706-1354-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365002706-1354-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Add test for -drive options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Wed, Apr 03, 2013 at 05:25:06PM +0200, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/051 | 143 +++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/051.out | 162 +++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 306 insertions(+) > create mode 100755 tests/qemu-iotests/051 > create mode 100644 tests/qemu-iotests/051.out Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan