Re: [PATCH v2] scsi: ufs: ufs-pci: Add support for QEMU

From: Bart Van Assche
Date: Mon Aug 07 2023 - 17:04:28 EST


On 8/6/23 18:37, Jeuk Kim wrote:
static const struct pci_device_id ufshcd_pci_tbl[] = {
+ { PCI_VENDOR_ID_REDHAT, 0x0013, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
{ PCI_VENDOR_ID_SAMSUNG, 0xC00C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },

Does Red Hat agree with using device ID 0x0013 for this purpose? Is it guaranteed that this device ID won't be used for any other purpose?

Thanks,

Bart.