acrn-hypervisor/hypervisor/dm/vpci
Yonghua Huang 82a0d39e84 hv:fix reference to uninitialized variable in vmsi_remap()
'info.pmsi_addr' may be written to physicall device's
  PCI configuration field without initialization when
  'enable' is false in 'vmsi_remap()'.
  this patch is to fix above issues, 'PCIR_MSI_ADDR'
  and 'PCIR_MSI_ADDR_HIGH' only be programmed when
  'enable' is true.

Tracked-On: #3903
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2019-10-24 11:42:59 +08:00
..
pci_pt.c hv:remove some unnecessary includes 2019-10-15 14:40:39 +08:00
vdev.c hv: pci: update function "bdf_is_equal" 2019-09-25 13:45:39 +08:00
vhostbridge.c hv:remove some unnecessary includes 2019-10-15 14:40:39 +08:00
vmsi.c hv:fix reference to uninitialized variable in vmsi_remap() 2019-10-24 11:42:59 +08:00
vmsix.c hv: vpci: a minor fix about handling vmsix table mmio access for post-launched VM 2019-09-16 15:32:26 +08:00
vpci_priv.h hv: vpci: split vPCI device from SOS for post-launched VM 2019-08-12 10:00:44 +08:00
vpci.c hv:remove some unnecessary includes 2019-10-15 14:40:39 +08:00