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

Paolo Bonzini posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230412162927.112101-1-pbonzini@redhat.com
Maintainers: Peter Lieven <pl@kamp.de>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
block/nfs.c | 24 +++++++++++++-----------
1 file changed, 13 insertions(+), 11 deletions(-)
[PULL for-8.0 0/1] NFS changes for 2023-04-12
Posted by Paolo Bonzini 1 year ago
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(-)
-- 
2.39.2
Re: [PULL for-8.0 0/1] NFS changes for 2023-04-12
Posted by Peter Maydell 1 year ago
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