Am 02.11.2012 14:01, schrieb Nicholas Thomas: > > From: n...@bytemark.co.uk > To: qemu-devel@nongnu.org > Cc: pbonz...@redhat.com, kw...@redhat.com, Nick Thomas > <n...@bytemark.co.uk> > 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 <n...@bytemark.co.uk> > > 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 <n...@bytemark.co.uk> Thanks, applied to the block branch. Kevin