mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 03:40:27 +00:00
fix assign.c interger violations
fix all assign.c integer violations except related "Implicit conversion: actual to formal param". Signed-off-by: Huihuang Shi <huihuang.shi@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -285,7 +285,7 @@ struct acrn_vm_pci_msix_remap {
|
||||
/** if the pass-through PCI device is MSI-X, this field contains
|
||||
* the MSI-X entry table index
|
||||
*/
|
||||
int32_t msix_entry_index;
|
||||
uint32_t msix_entry_index;
|
||||
|
||||
/** if the pass-through PCI device is MSI-X, this field contains
|
||||
* Vector Control for MSI-X Entry, field defined in MSI-X spec
|
||||
|
Reference in New Issue
Block a user