mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-28 20:16:09 +00:00
Vectors are unsigned integers now. This patch converts the vectors in struct ptdev_msi_info to uint32_t so that all variables representing interrupt vectors are aligned. No other changes needed except the type declarators since the other functions manipulating vectors already takes/returns uint32_t. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>