mbox

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

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

Pull-request

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

Message

Eric Blake April 4, 2023, 2:42 p.m. UTC
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

Comments

Peter Maydell April 4, 2023, 6:48 p.m. UTC | #1
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