mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
The logic wasn't quite right, as it wasn't detecting BAR reprogramming when the upper part of the address was identical. For instance, a BAR moved from 0x7fc0000000 to 0x7fd0000000 wasn't detected properly. The logic has been updated and cleaned up to fix this issue, which was observed when running Windows guests. This fixes the network hotplug support as well. Fixes #1797 Fixes #1798 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>