[PULL for -rc1 0/1] NBD patches for 2024-11-18

Eric Blake posted 1 patch 4 days, 19 hours ago
nbd/server.c | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 deletions(-)
[PULL for -rc1 0/1] NBD patches for 2024-11-18
Posted by Eric Blake 4 days, 19 hours ago
The following changes since commit abb1565d3d863cf210f18f70c4a42b0f39b8ccdb:

  Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into staging (2024-11-16 18:16:46 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2024-11-18

for you to fetch changes up to efd3dda312129b91986f85976afbda58d40f757f:

  nbd-server: Silence server warnings on port probes (2024-11-18 09:06:17 -0600)

----------------------------------------------------------------
NBD patches for 2024-11-18

- Eric Blake: Silence qemu-nbd on harmless client port probes

----------------------------------------------------------------
Eric Blake (1):
      nbd-server: Silence server warnings on port probes

 nbd/server.c | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)
-- 
2.47.0
Re: [PULL for -rc1 0/1] NBD patches for 2024-11-18
Posted by Peter Maydell 4 days, 4 hours ago
On Mon, 18 Nov 2024 at 19:38, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit abb1565d3d863cf210f18f70c4a42b0f39b8ccdb:
>
>   Merge tag 'pull-tcg-20241116' of https://gitlab.com/rth7680/qemu into staging (2024-11-16 18:16:46 +0000)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2024-11-18
>
> for you to fetch changes up to efd3dda312129b91986f85976afbda58d40f757f:
>
>   nbd-server: Silence server warnings on port probes (2024-11-18 09:06:17 -0600)
>
> ----------------------------------------------------------------
> NBD patches for 2024-11-18
>
> - Eric Blake: Silence qemu-nbd on harmless client port probes
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM