qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] nbd: error path refactoring
@ 2017-05-16  9:45 Vladimir Sementsov-Ogievskiy
  2017-05-16  9:45 ` [Qemu-devel] [PATCH 1/5] nbd: strict nbd_wr_syncv Vladimir Sementsov-Ogievskiy
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2017-05-16  9:45 UTC (permalink / raw)
  To: qemu-devel, qemu-block; +Cc: mreitz, kwolf, pbonzini, den, vsementsov

Hi all. There are several patches, as preparation for v2 of my
NBD BLOCK_STATUS series.

patch 0001 was sent earlier and unchanged here.

Vladimir Sementsov-Ogievskiy (5):
  nbd: strict nbd_wr_syncv
  nbd: read_sync and friends: return 0 on success
  nbd: add errp parameter to nbd_wr_syncv()
  nbd: add errp to read_sync, write_sync and drop_sync
  nbd/client.c: use errp instead of LOG

 block/nbd-client.c  |  11 +++--
 include/block/nbd.h |   8 ++--
 nbd/client.c        | 121 ++++++++++++++++++++++++----------------------------
 nbd/common.c        |  23 +++++-----
 nbd/nbd-internal.h  |  40 ++++++++++++++---
 nbd/server.c        |  92 ++++++++++++++++-----------------------
 qemu-nbd.c          |   3 +-
 7 files changed, 153 insertions(+), 145 deletions(-)

-- 
2.11.1

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

end of thread, other threads:[~2017-05-16 11:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16  9:45 [Qemu-devel] [PATCH 0/5] nbd: error path refactoring Vladimir Sementsov-Ogievskiy
2017-05-16  9:45 ` [Qemu-devel] [PATCH 1/5] nbd: strict nbd_wr_syncv Vladimir Sementsov-Ogievskiy
2017-05-16  9:45 ` [Qemu-devel] [PATCH 2/5] nbd: read_sync and friends: return 0 on success Vladimir Sementsov-Ogievskiy
2017-05-16  9:45 ` [Qemu-devel] [PATCH 3/5] nbd: add errp parameter to nbd_wr_syncv() Vladimir Sementsov-Ogievskiy
2017-05-16  9:45 ` [Qemu-devel] [PATCH 4/5] nbd: add errp to read_sync, write_sync and drop_sync Vladimir Sementsov-Ogievskiy
2017-05-16  9:45 ` [Qemu-devel] [PATCH 5/5] nbd/client.c: use errp instead of LOG Vladimir Sementsov-Ogievskiy
2017-05-16 11:09   ` [Qemu-devel] [PATCH v2] " Vladimir Sementsov-Ogievskiy
2017-05-16 10:00 ` [Qemu-devel] [PATCH 0/5] nbd: error path refactoring Paolo Bonzini
2017-05-16 11:15   ` Vladimir Sementsov-Ogievskiy
2017-05-16 10:17 ` no-reply

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).