qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/6] NBD reconnect: prep. refactoring
@ 2019-02-01 13:01 Vladimir Sementsov-Ogievskiy
  2019-02-01 13:01 ` [Qemu-devel] [PATCH v5 1/6] block/nbd-client: split channel errors from export errors Vladimir Sementsov-Ogievskiy
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2019-02-01 13:01 UTC (permalink / raw)
  To: qemu-devel, qemu-block; +Cc: mreitz, kwolf, eblake, vsementsov

Hi all.

Here is most of preparatory refactoring for NBD reconnect, rebased
on master. Let's push it.

Sorry for a long delay in answering on v4 review and for v4 which
I pinged a lot can't be applied on master directly :(

v5:
02: rebased on master, object_unref() moved to fail: block
05: tiny fixes in commit message [Eric]

Vladimir Sementsov-Ogievskiy (6):
  block/nbd-client: split channel errors from export errors
  block/nbd: move connection code from block/nbd to block/nbd-client
  block/nbd-client: split connection from initialization
  block/nbd-client: fix nbd_reply_chunk_iter_receive
  block/nbd-client: don't check ioc
  block/nbd-client: rename read_reply_co to connection_co

 block/nbd-client.h |   6 +-
 block/nbd-client.c | 196 +++++++++++++++++++++++++++++----------------
 block/nbd.c        |  40 +--------
 3 files changed, 131 insertions(+), 111 deletions(-)

-- 
2.18.0

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

end of thread, other threads:[~2019-02-01 21:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-01 13:01 [Qemu-devel] [PATCH v5 0/6] NBD reconnect: prep. refactoring Vladimir Sementsov-Ogievskiy
2019-02-01 13:01 ` [Qemu-devel] [PATCH v5 1/6] block/nbd-client: split channel errors from export errors Vladimir Sementsov-Ogievskiy
2019-02-01 13:01 ` [Qemu-devel] [PATCH v5 2/6] block/nbd: move connection code from block/nbd to block/nbd-client Vladimir Sementsov-Ogievskiy
2019-02-01 21:14   ` Eric Blake
2019-02-01 13:01 ` [Qemu-devel] [PATCH v5 3/6] block/nbd-client: split connection from initialization Vladimir Sementsov-Ogievskiy
2019-02-01 13:01 ` [Qemu-devel] [PATCH v5 4/6] block/nbd-client: fix nbd_reply_chunk_iter_receive Vladimir Sementsov-Ogievskiy
2019-02-01 13:01 ` [Qemu-devel] [PATCH v5 5/6] block/nbd-client: don't check ioc Vladimir Sementsov-Ogievskiy
2019-02-01 13:01 ` [Qemu-devel] [PATCH v5 6/6] block/nbd-client: rename read_reply_co to connection_co Vladimir Sementsov-Ogievskiy
2019-02-01 21:08   ` Eric Blake
2019-02-01 21:27 ` [Qemu-devel] [PATCH v5 0/6] NBD reconnect: prep. refactoring Eric Blake

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