]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve nvme: Add NQN value
authorChuck Tuffli <chuck@FreeBSD.org>
Thu, 12 Oct 2023 22:04:17 +0000 (15:04 -0700)
committerChuck Tuffli <chuck@FreeBSD.org>
Mon, 29 Jan 2024 07:55:18 +0000 (23:55 -0800)
commit0d7fef9124c125f25e3c03740cc5d0a1f16391b7
tree1d5f1a27c9ec5134485577040a1009afdc828297
parent48214dfab80155c03b9b22aca9f9810774c151e9
bhyve nvme: Add NQN value

Add a NVMe Qualified Name (NQN) to the Controller Data structure using
the "first format" (i.e., "... used by any organization that owns a
domain name" Section 7.9 NVM-Express 1.4c 2021.06.28 Ratified).

This avoids a Linux kernel warning about a missing or invalid NQN.

(cherry picked from commit 32557d16e2c3c24c04eccfafd895e1514dc65b35)
usr.sbin/bhyve/pci_nvme.c