All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>
Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>,
	qemu-block@nongnu.org, Eduardo Habkost <ehabkost@redhat.com>,
	qemu-devel@nongnu.org
Subject: [PATCH v3 0/2] hw/nvme: namespace parameter for EUI-64
Date: Mon, 14 Jun 2021 22:18:59 +0200	[thread overview]
Message-ID: <20210614201901.17871-1-xypron.glpk@gmx.de> (raw)

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.

v3:
	use 52-54-00-00-00-00-00-00 as starting values for generating
	EUI-64s

Heinrich Schuchardt (2):
  hw/nvme: namespace parameter for EUI-64
  hw/nvme: default for namespace EUI-64

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

--
2.30.2



             reply	other threads:[~2021-06-14 20:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14 20:18 Heinrich Schuchardt [this message]
2021-06-14 20:19 ` [PATCH v3 1/2] hw/nvme: namespace parameter for EUI-64 Heinrich Schuchardt
2021-06-14 20:19 ` [PATCH v3 2/2] hw/nvme: default for namespace EUI-64 Heinrich Schuchardt
2021-06-16 10:22 ` [PATCH v3 0/2] hw/nvme: namespace parameter for EUI-64 Klaus Jensen
2021-06-28 17:06 ` Klaus Jensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210614201901.17871-1-xypron.glpk@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=ehabkost@redhat.com \
    --cc=its@irrelevant.dk \
    --cc=kbusch@kernel.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.