From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScHUq-0005Qz-NM for qemu-devel@nongnu.org; Wed, 06 Jun 2012 10:46:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScHUk-0000ZH-K3 for qemu-devel@nongnu.org; Wed, 06 Jun 2012 10:46:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScHUk-0000Z6-BZ for qemu-devel@nongnu.org; Wed, 06 Jun 2012 10:45:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q56EjuJO002804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Jun 2012 10:45:56 -0400 Message-ID: <4FCF6D22.4010604@redhat.com> Date: Wed, 06 Jun 2012 16:45:54 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1338992607-12388-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1338992607-12388-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/2] Two small fixes to the streaming test case. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 06.06.2012 16:23, schrieb Paolo Bonzini: > Modified the commit messages according to the discussion thread. > > Paolo Bonzini (2): > qemu-iotests: fill streaming test image with data > qemu-iotests: start vms in qtest mode > > tests/qemu-iotests/030 | 15 +++++++++++++-- > tests/qemu-iotests/iotests.py | 4 +++- > 2 files changed, 16 insertions(+), 3 deletions(-) > Thanks, applied both patches to the block branch. Kevin