acrn-hypervisor/hypervisor/dm/vpci
Fei Li ab4e19d0be hv: vPCI: fix large bar base update
The current code would write 'BAR address & size_maks' into PCIe virtual
BAR before updating the virtual BAR's base address when guest writing a
PCIe device's BAR. If the size of a PCIe device's BAR is larger than 4G,
the low 32 bits size_mask for this 64 bits BAR is zero. When ACRN updating
the virtual BAR's base address, the low 32 bits sizing information would
be lost.

This patch saves whether a BAR writing is sizing or not before updating the
virtual BAR's base address.

Tracked-On: #8267
Signed-off-by: Fei Li <fei1.li@intel.com>
2022-10-28 05:55:20 +08:00
..
ivshmem.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
pci_pt.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vdev.c hv: vPCI: fix large bar base update 2022-10-28 05:55:20 +08:00
vhostbridge.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vmcs9900.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vmsi.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vmsix.c hv: vpci: fix pass-thru pcie device may access MSI-X BAR 2022-10-26 01:02:20 +08:00
vmsix_on_msi.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vpci.c ACRN:HV:VPCI: Forward access of PCI ROM bar_reg to DM for passthru device 2022-09-23 18:12:01 +08:00
vpci_bridge.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vpci_priv.h Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vroot_port.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vsriov.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00