qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/5] hw/nvme updates
@ 2023-03-06 14:34 Klaus Jensen
  2023-03-06 14:34 ` [PULL 1/5] hw/nvme: move adjustment of data_units{read,written} Klaus Jensen
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Klaus Jensen @ 2023-03-06 14:34 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell
  Cc: Klaus Jensen, Keith Busch, Kevin Wolf, Hanna Reitz,
	Stefan Hajnoczi, Philippe Mathieu-Daudé, qemu-block,
	Fam Zheng, Klaus Jensen

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(-)

-- 
2.39.2



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-11 19:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-06 14:34 [PULL 0/5] hw/nvme updates Klaus Jensen
2023-03-06 14:34 ` [PULL 1/5] hw/nvme: move adjustment of data_units{read,written} Klaus Jensen
2023-03-07 14:36   ` Joel Granados
2023-03-06 14:34 ` [PULL 2/5] hw/nvme: store a pointer to the NvmeSubsystem in the NvmeNamespace Klaus Jensen
2023-03-06 14:34 ` [PULL 3/5] hw/nvme: add basic endurance group support Klaus Jensen
2023-03-06 14:34 ` [PULL 4/5] hw/nvme: basic directives support Klaus Jensen
2023-03-06 14:34 ` [PULL 5/5] hw/nvme: flexible data placement emulation Klaus Jensen
2023-04-11 18:16   ` Peter Maydell
2023-04-11 19:06     ` Klaus Jensen
2023-03-07 12:41 ` [PULL 0/5] hw/nvme updates Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).