mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +00:00
87195c9ccc
The vector control offset is at the 4th byte of each MSI-X table entry. For that reason, it is located at 0xc, and not 0x10 as implemented. This commit fixes the current MSI-X code, allowing proper reading and writing of each vector control register in the MSI-X table. Fixes #156 Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>