[PULL for-6.1 0/1] Block patches

Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210726085306.729309-1-stefanha@redhat.com
There is a newer version of this series
block/nvme.c | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
[PULL for-6.1 0/1] Block patches
Posted by Stefan Hajnoczi 3 years, 8 months ago
The following changes since commit a2376507f615495b1d16685449ce0ea78c2caf9d:

  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-07-24 11:04:57 +0100)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 15a730e7a3aaac180df72cd5730e0617bcf44a5a:

  block/nvme: Fix VFIO_MAP_DMA failed: No space left on device (2021-07-26 09:38:12 +0100)

----------------------------------------------------------------
Pull request

Phil's block/nvme.c ENOSPC fix for newer Linux kernels that return this errno.

----------------------------------------------------------------

Philippe Mathieu-Daudé (1):
  block/nvme: Fix VFIO_MAP_DMA failed: No space left on device

 block/nvme.c | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

-- 
2.31.1

Re: [PULL for-6.1 0/1] Block patches
Posted by Peter Maydell 3 years, 8 months ago
On Mon, 26 Jul 2021 at 09:53, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit a2376507f615495b1d16685449ce0ea78c2caf9d:
>
>   Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-07-24 11:04:57 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 15a730e7a3aaac180df72cd5730e0617bcf44a5a:
>
>   block/nvme: Fix VFIO_MAP_DMA failed: No space left on device (2021-07-26 09:38:12 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> Phil's block/nvme.c ENOSPC fix for newer Linux kernels that return this errno.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM