mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
Now that kvm-ioctls has been updated, the function unregister_ioevent() can be used to remove eventfd previously associated with some specific PIO or MMIO guest address. Particularly, it is useful for the PCI BAR reprogramming case, as we want to ensure the eventfd will only get triggered by the new BAR address, and not the old one. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>