[PULL 0/3] hw/nvme updates

Klaus Jensen posted 3 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210924064701.283182-1-its@irrelevant.dk
Maintainers: Klaus Jensen <its@irrelevant.dk>, Kevin Wolf <kwolf@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Keith Busch <kbusch@kernel.org>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
hw/nvme/ctrl.c       | 31 ++++++++++++++++++++-----------
hw/nvme/trace-events |  2 --
include/block/nvme.h |  5 +++++
3 files changed, 25 insertions(+), 13 deletions(-)
[PULL 0/3] hw/nvme updates
Posted by Klaus Jensen 2 years, 7 months ago
From: Klaus Jensen <k.jensen@samsung.com>

Hi Peter,

The following changes since commit 2c3e83f92d93fbab071b8a96b8ab769b01902475:

  Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20210921' into staging (2021-09-21 10:57:48 -0700)

are available in the Git repository at:

  git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request

for you to fetch changes up to c53a9a91021c2f57de9ab18393d0048bd0fe90c2:

  hw/nvme: Return error for fused operations (2021-09-24 08:43:58 +0200)

----------------------------------------------------------------
hw/nvme updates

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

Klaus Jensen (1):
  hw/nvme: fix validation of ASQ and ACQ

Naveen Nagar (1):
  hw/nvme: fix verification of select field in namespace attachment

Pankaj Raghav (1):
  hw/nvme: Return error for fused operations

 hw/nvme/ctrl.c       | 31 ++++++++++++++++++++-----------
 hw/nvme/trace-events |  2 --
 include/block/nvme.h |  5 +++++
 3 files changed, 25 insertions(+), 13 deletions(-)

-- 
2.33.0


Re: [PULL 0/3] hw/nvme updates
Posted by Peter Maydell 2 years, 7 months ago
On Fri, 24 Sept 2021 at 07:47, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Hi Peter,
>
> The following changes since commit 2c3e83f92d93fbab071b8a96b8ab769b01902475:
>
>   Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-20210921' into staging (2021-09-21 10:57:48 -0700)
>
> are available in the Git repository at:
>
>   git://git.infradead.org/qemu-nvme.git tags/nvme-next-pull-request
>
> for you to fetch changes up to c53a9a91021c2f57de9ab18393d0048bd0fe90c2:
>
>   hw/nvme: Return error for fused operations (2021-09-24 08:43:58 +0200)
>
> ----------------------------------------------------------------
> hw/nvme updates
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM