summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKlaus Jensen2022-04-19 13:24:23 +0200
committerKlaus Jensen2022-06-03 21:48:24 +0200
commit8b1e59a6873662a01379cf052384e5dedefe7447 (patch)
tree14b316956f11be68c425adee4f5f29ef79749eaa /docs
parenthw/nvme: bump firmware revision (diff)
downloadqemu-8b1e59a6873662a01379cf052384e5dedefe7447.tar.gz
qemu-8b1e59a6873662a01379cf052384e5dedefe7447.tar.xz
qemu-8b1e59a6873662a01379cf052384e5dedefe7447.zip
hw/nvme: deprecate the use-intel-id compatibility parameter
Since version 5.2 commit 6eb7a071292a ("hw/block/nvme: change controller pci id"), the emulated NVMe controller has defaulted to a non-Intel PCI identifier. Deprecate the compatibility parameter so we can get rid of it once and for all. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/about/deprecated.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 47a8628b56..aa2e320207 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -303,6 +303,14 @@ In QEMU versions 6.1, 6.2 and 7.0, the ``nvme-ns`` generates an EUI-64
identifer that is not globally unique. If an EUI-64 identifer is required, the
user must set it explicitly using the ``nvme-ns`` device parameter ``eui64``.
+``-device nvme,use-intel-id=on|off`` (since 7.1)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The ``nvme`` device originally used a PCI Vendor/Device Identifier combination
+from Intel that was not properly allocated. Since version 5.2, the controller
+has used a properly allocated identifier. Deprecate the ``use-intel-id``
+machine compatibility parameter.
+
Block device options
''''''''''''''''''''