qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] nbd: iotest fixes and error message improvement
@ 2015-01-27  2:02 Max Reitz
  2015-01-27  2:02 ` [Qemu-devel] [PATCH 1/4] iotests: Fix 083 Max Reitz
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Max Reitz @ 2015-01-27  2:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Paolo Bonzini, Peter Lieven, Stefan Hajnoczi,
	Max Reitz

This series is a follow-up to my previous patch "iotests: Specify format
for qemu-nbd" and as such relies on it.

The first three patches of this series fix the qemu-iotests so they once
again pass when using NBD.

The fourth patch of this series improves NBD's error message for
establishing connections, especially if the server's and the client's
NBD version differs (which, until now, was simply "Bad magic received").


Max Reitz (4):
  iotests: Fix 083
  iotests: Fix 100 for nbd
  iotests: Fix 104 for NBD
  nbd: Improve error messages

 block/nbd-client.c               |  4 +-
 block/nbd-client.h               |  2 +-
 block/nbd.c                      |  2 +-
 include/block/nbd.h              |  2 +-
 nbd.c                            | 42 ++++++++++++---------
 qemu-nbd.c                       |  7 +++-
 tests/qemu-iotests/083           |  3 +-
 tests/qemu-iotests/083.out       | 81 ++++++++++++++--------------------------
 tests/qemu-iotests/100           | 12 ++++++
 tests/qemu-iotests/104           |  9 ++---
 tests/qemu-iotests/common.filter |  1 +
 11 files changed, 82 insertions(+), 83 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-03 11:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-27  2:02 [Qemu-devel] [PATCH 0/4] nbd: iotest fixes and error message improvement Max Reitz
2015-01-27  2:02 ` [Qemu-devel] [PATCH 1/4] iotests: Fix 083 Max Reitz
2015-01-27  2:02 ` [Qemu-devel] [PATCH 2/4] iotests: Fix 100 for nbd Max Reitz
2015-01-27  2:02 ` [Qemu-devel] [PATCH 3/4] iotests: Fix 104 for NBD Max Reitz
2015-01-27  2:02 ` [Qemu-devel] [PATCH 4/4] nbd: Improve error messages Max Reitz
2015-01-27  9:05 ` [Qemu-devel] [PATCH 0/4] nbd: iotest fixes and error message improvement Paolo Bonzini
2015-02-03 11:14 ` Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).