Re: [Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend

2012-11-02 Thread Kevin Wolf
Am 01.11.2012 12:30, schrieb Nicholas Thomas: > On Wed, 2012-10-31 at 17:44 +0100, Kevin Wolf wrote: >> Am 31.10.2012 15:33, schrieb Paolo Bonzini: >>> Il 31/10/2012 15:01, n...@bytemark.co.uk ha scritto: From: Nick Thomas To do this, we start a qemu-nbd process at _make_test_img an

Re: [Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend

2012-11-01 Thread Nicholas Thomas
On Wed, 2012-10-31 at 17:44 +0100, Kevin Wolf wrote: > Am 31.10.2012 15:33, schrieb Paolo Bonzini: > > Il 31/10/2012 15:01, n...@bytemark.co.uk ha scritto: > >> 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

Re: [Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend

2012-10-31 Thread Kevin Wolf
Am 31.10.2012 15:33, schrieb Paolo Bonzini: > Il 31/10/2012 15:01, n...@bytemark.co.uk ha scritto: >> 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. >> >> Signed-off-by: Nick

Re: [Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend

2012-10-31 Thread Paolo Bonzini
Il 31/10/2012 15:01, n...@bytemark.co.uk ha scritto: > 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. > > Signed-off-by: Nick Thomas > --- > tests/qemu-iotests/common

[Qemu-devel] [PATCH] tests: allow qemu-iotests to be run against nbd backend

2012-10-31 Thread nick
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. Signed-off-by: Nick Thomas --- tests/qemu-iotests/common|7 +-- tests/qemu-iotests/common.config |8 +++- tests