mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
hv: vtd: remove dynamic allocation for dmar_drhd_rt
Predefine a dmar_drhd_rt table for all possible dmar unit Tracked-On: #861 Signed-off-by: Tw <wei.tan@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -495,7 +495,7 @@ void suspend_iommu(void);
|
||||
void resume_iommu(void);
|
||||
|
||||
/* iommu initialization */
|
||||
void init_iommu(void);
|
||||
int init_iommu(void);
|
||||
void init_iommu_vm0_domain(struct vm *vm0);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user