mbox

[PULL,for-8.0,0/1] NFS changes for 2023-04-12

Message ID 20230412162927.112101-1-pbonzini@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini April 12, 2023, 4:29 p.m. UTC
The following changes since commit abb02ce0e76a8e00026699a863ab2d11d88f56d4:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2023-04-11 16:19:06 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 3fe64abcde55cf6f4ea5883106301baad219a7cc:

  block/nfs: do not poll within a coroutine (2023-04-12 18:26:51 +0200)

----------------------------------------------------------------
Fix NFS driver issue.

----------------------------------------------------------------
Paolo Bonzini (1):
      block/nfs: do not poll within a coroutine

 block/nfs.c | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Comments

Peter Maydell April 12, 2023, 7:29 p.m. UTC | #1
On Wed, 12 Apr 2023 at 17:30, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit abb02ce0e76a8e00026699a863ab2d11d88f56d4:
>
>   Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2023-04-11 16:19:06 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 3fe64abcde55cf6f4ea5883106301baad219a7cc:
>
>   block/nfs: do not poll within a coroutine (2023-04-12 18:26:51 +0200)
>
> ----------------------------------------------------------------
> Fix NFS driver issue.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM