qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH 0/5] nbd: error path refactoring


From: Vladimir Sementsov-Ogievskiy
Subject: [Qemu-block] [PATCH 0/5] nbd: error path refactoring
Date: Tue, 16 May 2017 12:45:28 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]