mbox

[PULL,0/3] NBD patches for -rc1

Message ID 20220321214134.597006-1-eblake@redhat.com
State New
Headers show

Pull-request

https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-03-21

Message

Eric Blake March 21, 2022, 9:41 p.m. UTC
The following changes since commit 2028ab513bf0232841a909e1368309858919dbcc:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-03-21 15:27:13 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-03-21

for you to fetch changes up to 6690302b848e5b55e3e3da34f0ee7fd9f8602e23:

  block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server (2022-03-21 15:21:09 -0500)

One bug fix, and two patches that don't impact the binary but might as
well be included.

----------------------------------------------------------------
nbd patches for 2022-03-21

- Rao Lei: fix nbd client hang on server death
- Vladimir Sementsov-Ogievskiy: email address update
- Eric Blake: qemu-nbd documentation tweak

----------------------------------------------------------------
Eric Blake (1):
      docs: Consistent typography for options of qemu-nbd

Rao Lei (1):
      block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server

Vladimir Sementsov-Ogievskiy (1):
      MAINTAINERS: change Vladimir's email address

 docs/tools/qemu-nbd.rst | 12 ++++++------
 block/nbd.c             |  2 +-
 MAINTAINERS             | 12 ++++++------
 3 files changed, 13 insertions(+), 13 deletions(-)

Comments

Peter Maydell March 22, 2022, 12:43 p.m. UTC | #1
On Mon, 21 Mar 2022 at 21:46, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 2028ab513bf0232841a909e1368309858919dbcc:
>
>   Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2022-03-21 15:27:13 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2022-03-21
>
> for you to fetch changes up to 6690302b848e5b55e3e3da34f0ee7fd9f8602e23:
>
>   block/nbd.c: Fixed IO request coroutine not being wakeup when kill NBD server (2022-03-21 15:21:09 -0500)
>
> One bug fix, and two patches that don't impact the binary but might as
> well be included.
>
> ----------------------------------------------------------------
> nbd patches for 2022-03-21
>
> - Rao Lei: fix nbd client hang on server death
> - Vladimir Sementsov-Ogievskiy: email address update
> - Eric Blake: qemu-nbd documentation tweak
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.0
for any user-visible changes.

-- PMM