[PULL for-6.0 0/2] emulated nvme fixes

Klaus Jensen posted 2 patches 4 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210329170449.125958-1-its@irrelevant.dk
Maintainers: Max Reitz <mreitz@redhat.com>, Keith Busch <kbusch@kernel.org>, Kevin Wolf <kwolf@redhat.com>, Klaus Jensen <its@irrelevant.dk>
There is a newer version of this series
hw/block/nvme-dif.c |  2 +-
hw/block/nvme.c     | 10 ++++++++--
2 files changed, 9 insertions(+), 3 deletions(-)
[PULL for-6.0 0/2] emulated nvme fixes
Posted by Klaus Jensen 4 years, 7 months ago
From: Klaus Jensen <k.jensen@samsung.com>

Hi Peter,

The following changes since commit ec2e6e016d24bd429792d08cf607e4c5350dcdaa:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging (2021-03-28 19:49:57 +0100)

are available in the Git repository at:

  git://git.infradead.org/qemu-nvme.git tags/nvme-fixes-for-6.0-pull-request

for you to fetch changes up to 3a69cadbef7af23a566dbe2400043c247c3d50ca:

  hw/block/nvme: fix ref counting in nvme_format_ns (2021-03-29 18:46:57 +0200)

----------------------------------------------------------------
emulated nvme fixes

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

Klaus Jensen (2):
  hw/block/nvme: fix resource leak in nvme_dif_rw
  hw/block/nvme: fix ref counting in nvme_format_ns

 hw/block/nvme-dif.c |  2 +-
 hw/block/nvme.c     | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

-- 
2.31.0


Re: [PULL for-6.0 0/2] emulated nvme fixes
Posted by Peter Maydell 4 years, 7 months ago
On Mon, 29 Mar 2021 at 18:04, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Hi Peter,
>
> The following changes since commit ec2e6e016d24bd429792d08cf607e4c5350dcdaa:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging (2021-03-28 19:49:57 +0100)
>
> are available in the Git repository at:
>
>   git://git.infradead.org/qemu-nvme.git tags/nvme-fixes-for-6.0-pull-request
>
> for you to fetch changes up to 3a69cadbef7af23a566dbe2400043c247c3d50ca:
>
>   hw/block/nvme: fix ref counting in nvme_format_ns (2021-03-29 18:46:57 +0200)
>
> ----------------------------------------------------------------
> emulated nvme fixes
>


Applied, thanks.

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

-- PMM