[PULL 0/5] nvme queue

Klaus Jensen posted 5 patches 1 month, 3 weeks ago
There is a newer version of this series
hw/nvme/ctrl.c       | 194 ++++++++++++++++++++++++++++++++++++++++++++++++---
hw/nvme/nvme.h       |  16 +++++
include/block/nvme.h |   3 +
3 files changed, 205 insertions(+), 8 deletions(-)
[PULL 0/5] nvme queue
Posted by Klaus Jensen 1 month, 3 weeks ago
From: Klaus Jensen <k.jensen@samsung.com>

The following changes since commit 3b14a767eaca3df5534a162851f04787b363670e:

  Merge tag 'qemu-openbios-20240924' of https://github.com/mcayland/qemu into staging (2024-09-28 12:34:44 +0100)

are available in the Git repository at:

  https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20241001

for you to fetch changes up to ebd1568fc73209bbc1339a449f3df0b6c9a12358:

  hw/nvme: add atomic write support (2024-10-01 09:02:05 +0200)

----------------------------------------------------------------
nvme queue

----------------------------------------------------------------
Alan Adamson (1):
      hw/nvme: add atomic write support

Arun Kumar (2):
      hw/nvme: clear masked events from the aer queue
      hw/nvme: support CTRATT.MEM

Keith Busch (1):
      hw/nvme: report id controller metadata sgl support

Klaus Jensen (1):
      hw/nvme: add knob for CTRATT.MEM

 hw/nvme/ctrl.c       | 194 ++++++++++++++++++++++++++++++++++++++++++++++++---
 hw/nvme/nvme.h       |  16 +++++
 include/block/nvme.h |   3 +
 3 files changed, 205 insertions(+), 8 deletions(-)
Re: [PULL 0/5] nvme queue
Posted by Peter Maydell 1 month, 3 weeks ago
On Tue, 1 Oct 2024 at 08:04, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> The following changes since commit 3b14a767eaca3df5534a162851f04787b363670e:
>
>   Merge tag 'qemu-openbios-20240924' of https://github.com/mcayland/qemu into staging (2024-09-28 12:34:44 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/birkelund/qemu.git tags/pull-nvme-20241001
>
> for you to fetch changes up to ebd1568fc73209bbc1339a449f3df0b6c9a12358:
>
>   hw/nvme: add atomic write support (2024-10-01 09:02:05 +0200)
>
> ----------------------------------------------------------------
> nvme queue
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM