acrn-hypervisor/hypervisor/dm
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
..
vpci hv: vPCI: fix large bar base update 2022-10-28 05:55:20 +08:00
io_req.c hv: dispatch asyncio request 2022-09-27 10:26:42 +08:00
mmio_dev.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vgpio.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vioapic.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vpic.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vrtc.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00
vuart.c Update copyright year range in code headers 2022-07-15 11:48:35 +08:00