mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +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>