mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
hv: ptdev: remove vector index from structure ptdev_msi_info
Since it's stored in source id already. Signed-off-by: Li, Fei1 <fei1.li@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -44,7 +44,6 @@ struct ptdev_msi_info {
|
||||
uint32_t pmsi_addr; /* phys msi_addr */
|
||||
uint32_t pmsi_data; /* phys msi_data */
|
||||
int msix; /* 0-MSI, 1-MSIX */
|
||||
uint32_t msix_entry_index; /* MSI: 0, MSIX: index of vector table*/
|
||||
uint32_t virt_vector;
|
||||
uint32_t phys_vector;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user