qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] hw/nvme: namespace parameter for EUI-64
@ 2021-06-11 23:46 Heinrich Schuchardt
  2021-06-11 23:46 ` [PATCH v2 1/3] hw: virt: consider hw_compat_6_0 Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Heinrich Schuchardt @ 2021-06-11 23:46 UTC (permalink / raw)
  To: Keith Busch, Klaus Jensen, Peter Maydell
  Cc: Eduardo Habkost, qemu-block, Heinrich Schuchardt, Cornelia Huck,
	qemu-devel, qemu-arm

The EUI-64 field is the only identifier for NVMe namespaces in UEFI device
paths. Add a new namespace property "eui64", that provides the user the
option to specify the EUI-64.

v2:
	include patch for hw_compat_6_0
	add a patch to implement default values for the EUI-64

Heinrich Schuchardt (3):
  hw: virt: consider hw_compat_6_0
  hw/nvme: namespace parameter for EUI-64
  hw/nvme: default for namespace EUI-64

 docs/system/nvme.rst |  6 +++++
 hw/arm/virt.c        |  2 ++
 hw/core/machine.c    |  1 +
 hw/nvme/ctrl.c       | 58 ++++++++++++++++++++++++++------------------
 hw/nvme/ns.c         | 11 +++++++++
 hw/nvme/nvme.h       |  3 +++
 6 files changed, 58 insertions(+), 23 deletions(-)

--
2.30.2



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

end of thread, other threads:[~2021-06-14 19:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 23:46 [PATCH v2 0/3] hw/nvme: namespace parameter for EUI-64 Heinrich Schuchardt
2021-06-11 23:46 ` [PATCH v2 1/3] hw: virt: consider hw_compat_6_0 Heinrich Schuchardt
2021-06-14 16:51   ` Heinrich Schuchardt
2021-06-11 23:46 ` [PATCH v2 2/3] hw/nvme: namespace parameter for EUI-64 Heinrich Schuchardt
2021-06-14 18:48   ` Keith Busch
2021-06-14 18:55     ` Klaus Jensen
2021-06-11 23:46 ` [PATCH v2 3/3] hw/nvme: default for namespace EUI-64 Heinrich Schuchardt
2021-06-14 18:31   ` Klaus Jensen
2021-06-14 19:23     ` Heinrich Schuchardt
2021-06-14 19:27       ` Heinrich Schuchardt

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