qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/8] NBD patches through 2020-10-08
@ 2020-10-08 18:59 Eric Blake
  2020-10-08 18:59 ` [PULL 1/8] nbd: silence maybe-uninitialized warnings Eric Blake
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Eric Blake @ 2020-10-08 18:59 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit e64cf4d569f6461d6b9072e00d6e78d0ab8bd4a7:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20201008' into staging (2020-10-08 17:18:46 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2020-10-08

for you to fetch changes up to 82cd3c26889adbd41756de121d38a3aa7c9351c7:

  nbd: Simplify meta-context parsing (2020-10-08 13:35:07 -0500)

----------------------------------------------------------------
nbd patches for 2020-10-08

- silence compilation warnings
- more fixes to prevent reconnect hangs
- improve 'qemu-nbd' termination behavior
- cleaner NBD protocol compliance on string handling

----------------------------------------------------------------
Christian Borntraeger (1):
      nbd: silence maybe-uninitialized warnings

Eric Blake (3):
      qemu-nbd: Honor SIGINT and SIGHUP
      nbd/server: Reject embedded NUL in NBD strings
      nbd: Simplify meta-context parsing

Vladimir Sementsov-Ogievskiy (4):
      block/nbd: fix drain dead-lock because of nbd reconnect-delay
      block/nbd: correctly use qio_channel_detach_aio_context when needed
      block/nbd: fix reconnect-delay
      block/nbd: nbd_co_reconnect_loop(): don't connect if drained

 block/nbd.c  |  71 ++++++++++++++++---
 nbd/server.c | 221 ++++++++++++++++++++++++-----------------------------------
 qemu-nbd.c   |  11 +--
 3 files changed, 155 insertions(+), 148 deletions(-)

-- 
2.28.0



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

end of thread, other threads:[~2020-10-09 12:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-08 18:59 [PULL 0/8] NBD patches through 2020-10-08 Eric Blake
2020-10-08 18:59 ` [PULL 1/8] nbd: silence maybe-uninitialized warnings Eric Blake
2020-10-08 18:59 ` [PULL 2/8] block/nbd: fix drain dead-lock because of nbd reconnect-delay Eric Blake
2020-10-08 18:59 ` [PULL 3/8] block/nbd: correctly use qio_channel_detach_aio_context when needed Eric Blake
2020-10-08 18:59 ` [PULL 4/8] block/nbd: fix reconnect-delay Eric Blake
2020-10-08 18:59 ` [PULL 5/8] block/nbd: nbd_co_reconnect_loop(): don't connect if drained Eric Blake
2020-10-08 18:59 ` [PULL 6/8] qemu-nbd: Honor SIGINT and SIGHUP Eric Blake
2020-10-08 18:59 ` [PULL 7/8] nbd/server: Reject embedded NUL in NBD strings Eric Blake
2020-10-08 18:59 ` [PULL 8/8] nbd: Simplify meta-context parsing Eric Blake
2020-10-09 12:16 ` [PULL 0/8] NBD patches through 2020-10-08 Peter Maydell
2020-10-09 12:25   ` 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).