mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The DeviceManager already has a hold onto the MSI interrupt manager, therefore there's no need to pass it through every function. Instead, let's simplify the code by using the attribute from DeviceManager's instance. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>