[PULL 0/1] NBD patches for 8.0-tc3

Eric Blake posted 1 patch 1 year, 1 month ago
Failed in applying to current master (apply log)
Maintainers: Eric Blake <eblake@redhat.com>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
nbd/server.c | 1 +
1 file changed, 1 insertion(+)
[PULL 0/1] NBD patches for 8.0-tc3
Posted by Eric Blake 1 year, 1 month ago
The following changes since commit 51a6dc9d394098e8f4141fad869a1ee9585f54f8:

  Merge tag 'pull-target-arm-20230403' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-04-03 17:01:47 +0100)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-04-04

for you to fetch changes up to f1426881a827a6d3f31b65616c4a8db1e9e7c45e:

  nbd/server: Request TCP_NODELAY (2023-04-04 08:13:15 -0500)

----------------------------------------------------------------
nbd patches for 2023-04-04

- Eric Blake: use TCP_NODELAY in nbd server, as followup to corking

----------------------------------------------------------------
Eric Blake (1):
      nbd/server: Request TCP_NODELAY

 nbd/server.c | 1 +
 1 file changed, 1 insertion(+)

base-commit: 51a6dc9d394098e8f4141fad869a1ee9585f54f8
-- 
2.39.2
Re: [PULL 0/1] NBD patches for 8.0-tc3
Posted by Peter Maydell 1 year, 1 month ago
On Tue, 4 Apr 2023 at 15:43, Eric Blake <eblake@redhat.com> wrote:
>
> The following changes since commit 51a6dc9d394098e8f4141fad869a1ee9585f54f8:
>
>   Merge tag 'pull-target-arm-20230403' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-04-03 17:01:47 +0100)
>
> are available in the Git repository at:
>
>   https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2023-04-04
>
> for you to fetch changes up to f1426881a827a6d3f31b65616c4a8db1e9e7c45e:
>
>   nbd/server: Request TCP_NODELAY (2023-04-04 08:13:15 -0500)
>
> ----------------------------------------------------------------
> nbd patches for 2023-04-04
>
> - Eric Blake: use TCP_NODELAY in nbd server, as followup to corking
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM