162 is potentially racy and makes some invalid assumptions about what should happen when connecting to a non-existing domain name. This series fixes both issues.
v4: - Added documentation for the new --fork option [Kevin] git-backport-diff against v3: Key: [----] : patches are identical [####] : number of functional differences between upstream/downstream patch [down] : patch is downstream-only The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively 001/3:[0004] [FC] 'qemu-nbd: Add --fork option' 002/3:[----] [--] 'iotests: Remove raciness from 162' 003/3:[----] [--] 'iotests: Do not rely on unavailable domains in 162' Max Reitz (3): qemu-nbd: Add --fork option iotests: Remove raciness from 162 iotests: Do not rely on unavailable domains in 162 qemu-nbd.c | 17 ++++++++++++++++- qemu-nbd.texi | 2 ++ tests/qemu-iotests/162 | 22 ++++++++++++++++------ tests/qemu-iotests/162.out | 2 +- 4 files changed, 35 insertions(+), 8 deletions(-) -- 2.10.0