mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
In order to support PCI BAR reprogramming, the PciDevice trait defines a new method move_bar() dedicated for taking appropriate action when a BAR is moved to a different guest address. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>