From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXr2W-0007vH-12 for qemu-devel@nongnu.org; Mon, 12 Nov 2012 05:14:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXr2S-0003FP-Sh for qemu-devel@nongnu.org; Mon, 12 Nov 2012 05:14:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXr2S-0003FG-Kt for qemu-devel@nongnu.org; Mon, 12 Nov 2012 05:14:44 -0500 Message-ID: <50A0CC07.9000106@redhat.com> Date: Mon, 12 Nov 2012 11:14:31 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1351861283.16343.410.camel@eboracum.office.bytemark.co.uk> In-Reply-To: <1351861283.16343.410.camel@eboracum.office.bytemark.co.uk> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] tests: allow qemu-iotests to be run against nbd backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nicholas Thomas Cc: pbonzini@redhat.com, qemu-devel@nongnu.org Am 02.11.2012 14:01, schrieb Nicholas Thomas: > > From: nick@bytemark.co.uk > To: qemu-devel@nongnu.org > Cc: pbonzini@redhat.com, kwolf@redhat.com, Nick Thomas > > Subject: [PATCH v3] tests: allow qemu-iotests to be run against nbd > backend > Date: Fri, 2 Nov 2012 10:28:06 +0000 Something went wrong here, this shouldn't be in the body. I've fixed it up manually. > From: Nick Thomas > > To do this, we start a qemu-nbd process at _make_test_img and kill > it in _cleanup_test_img. $TEST_IMG is changed to point at the TCP > server. We also remove the checks for existence of binaries from > common.config - they're duplicated in common, and we can make the > qemu-nbd check conditional on $IMGPROTO being "nbd" if we do it there. > > Signed-off-by: Nick Thomas Thanks, applied to the block branch. Kevin