mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-04 18:30:18 +00:00
HV: Remove snoopy_mem from iommu
Removed the remaining reference of acrn vm from inside of vtd.c. Removed usage of snoopy_mem, and added code to achieve the same using iommu_snoop. Initialize iommu_snoop to true in create deault iommu. Tracked-On: #2496 Signed-off-by: Arindam Roy <arindam.roy@intel.com>
This commit is contained in:
@@ -156,7 +156,6 @@ struct acrn_vm {
|
||||
spinlock_t softirq_dev_lock;
|
||||
struct list_head softirq_dev_entry_list;
|
||||
uint64_t intr_inject_delay_delta; /* delay of intr injection */
|
||||
bool snoopy_mem;
|
||||
} __aligned(PAGE_SIZE);
|
||||
|
||||
#define MAX_BOOTARGS_SIZE 1024U
|
||||
|
Reference in New Issue
Block a user