From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSPJN-0002L6-4o for qemu-devel@nongnu.org; Thu, 10 May 2012 05:05:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSPJF-0000dK-Pd for qemu-devel@nongnu.org; Thu, 10 May 2012 05:05:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSPJF-0000cu-HZ for qemu-devel@nongnu.org; Thu, 10 May 2012 05:05:17 -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 q4A95Fvt031399 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 May 2012 05:05:15 -0400 Message-ID: <4FAB84C9.50006@redhat.com> Date: Thu, 10 May 2012 11:05:13 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1336640369-13698-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1336640369-13698-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] block: fix qemu-iotests 030 failure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 10.05.2012 10:59, schrieb Paolo Bonzini: > Signed-off-by: Paolo Bonzini > --- > These hunks were left out of "stream: add testcase for partial > streaming" v2 due a bad rebase on my side (I added the os.remove > on top of an old branch rather than the latest). Please squash > them in, sorry for the problem. Thanks, squashed them in. Kevin