]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/block/nvme: use locally assigned QEMU IEEE OUI
authorGollu Appalanaidu <anaidu.gollu@samsung.com>
Mon, 8 Feb 2021 13:10:31 +0000 (18:40 +0530)
committerKlaus Jensen <k.jensen@samsung.com>
Tue, 9 Mar 2021 10:00:57 +0000 (11:00 +0100)
commit594a2b742b15a81e3bb41938c25ad6520c38e3cc
treeaee7934baf58a8916c60c1008505fa02f495f3af
parent2c7e2ad243b92f02555498392fb4ce761db8ceb3
hw/block/nvme: use locally assigned QEMU IEEE OUI

Commit 6eb7a071292a ("hw/block/nvme: change controller pci id") changed
the controller to use a Red Hat assigned PCI Device and Vendor ID, but
did not change the IEEE OUI away from the Intel IEEE OUI.

Fix that and use the locally assigned QEMU IEEE OUI instead if the
`use-intel-id` parameter is not explicitly set. Also reverse the Intel
IEEE OUI bytes.

Signed-off-by: Gollu Appalanaidu <anaidu.gollu@samsung.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/block/nvme.c