K 10 svn:author V 4 neel K 8 svn:date V 27 2013-02-01T02:41:47.815004Z K 7 svn:log V 403 Fix a bug in the passthru implementation where it would assume that all devices are MSI-X capable. This in turn would lead it to treat bar 0 as the MSI-X table bar even if the underlying device did not support MSI-X. Fix this by providing an API to query the MSI-X table index of the emulated device. If the underlying device does not support MSI-X then this API will return -1. Obtained from: NetApp END