mbox

[PULL,0/5] hw/nvme updates

Message ID 20230306143433.10351-1-its@irrelevant.dk
State New
Headers show

Pull-request

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

Message

Klaus Jensen March 6, 2023, 2:34 p.m. UTC
From: Klaus Jensen <k.jensen@samsung.com>

Hi,

The following changes since commit f003dd8d81f7d88f4b1f8802309eaa76f6eb223a:

  Merge tag 'pull-tcg-20230305' of https://gitlab.com/rth7680/qemu into staging (2023-03-06 10:20:04 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 73064edfb864743cde2c08f319609344af02aeb3:

  hw/nvme: flexible data placement emulation (2023-03-06 15:28:02 +0100)

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

* basic support for directives
* simple support for endurance groups
* emulation of flexible data placement (tp4146)

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

Gollu Appalanaidu (1):
  hw/nvme: basic directives support

Jesper Devantier (1):
  hw/nvme: flexible data placement emulation

Joel Granados (1):
  hw/nvme: move adjustment of data_units{read,written}

Klaus Jensen (1):
  hw/nvme: add basic endurance group support

Niklas Cassel (1):
  hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace

 hw/nvme/ctrl.c       | 802 ++++++++++++++++++++++++++++++++++++++++++-
 hw/nvme/ns.c         | 147 ++++++++
 hw/nvme/nvme.h       |  92 ++++-
 hw/nvme/subsys.c     |  94 ++++-
 hw/nvme/trace-events |   1 +
 include/block/nvme.h | 236 ++++++++++++-
 6 files changed, 1345 insertions(+), 27 deletions(-)

Comments

Peter Maydell March 7, 2023, 12:41 p.m. UTC | #1
On Mon, 6 Mar 2023 at 14:34, Klaus Jensen <its@irrelevant.dk> wrote:
>
> From: Klaus Jensen <k.jensen@samsung.com>
>
> Hi,
>
> The following changes since commit f003dd8d81f7d88f4b1f8802309eaa76f6eb223a:
>
>   Merge tag 'pull-tcg-20230305' of https://gitlab.com/rth7680/qemu into staging (2023-03-06 10:20:04 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/birkelund/qemu.git tags/nvme-next-pull-request
>
> for you to fetch changes up to 73064edfb864743cde2c08f319609344af02aeb3:
>
>   hw/nvme: flexible data placement emulation (2023-03-06 15:28:02 +0100)
>
> ----------------------------------------------------------------
> hw/nvme updates
>
> * basic support for directives
> * simple support for endurance groups
> * emulation of flexible data placement (tp4146)
>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM