mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
Both sharing mode and partition mode should follow the same coding logic/style for similar functions: vdev cfgread/cfgwrite: should all return -ENODEV if the pci reg access is not handled by it, but previously the partition mode code is not following this logic vpci cfgread/cfgwrite: if the vdev cfgread/cfgwrite does not handle this reg, pass on to next vdev cfgread/cfgwrite, if no vdev handles that req, passthru to physical pci device Tracked-On: #2534 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>