Hi, > I know recent Intel chips (eg, baytrail) have a builtin sdhci > controller (eg, 8086:0f16). However, that has quirks defined in the > Linux driver. Basic functionality still does seem to work though when > I use those ids in qemu. The same basic functionality also seems to > work when I use 1b36:0005 as well. > > Is there a preference then to use the redhat ids?
Yes, for pci class devices (so the guest driver do not match specific pci vendor/device ids, except for quirks) we started using the redhat ids. > Gerd, you seem to > be in charge of the redhat pci ids - are you okay if I us one (should > it be the existing 0005 or add 0006)? Just grab the first free (which seems to be 0005) and add a line to docs/specs/pci-ids.txt with your patch. cheers, Gerd