|
@@ -58,11 +58,6 @@ struct RISCVIOMMUState {
|
|
/* interrupt notifier */
|
|
/* interrupt notifier */
|
|
void (*notify)(RISCVIOMMUState *iommu, unsigned vector);
|
|
void (*notify)(RISCVIOMMUState *iommu, unsigned vector);
|
|
|
|
|
|
- /* IOMMU State Machine */
|
|
|
|
- QemuThread core_proc; /* Background processing thread */
|
|
|
|
- QemuCond core_cond; /* Background processing wake up signal */
|
|
|
|
- unsigned core_exec; /* Processing thread execution actions */
|
|
|
|
-
|
|
|
|
/* IOMMU target address space */
|
|
/* IOMMU target address space */
|
|
AddressSpace *target_as;
|
|
AddressSpace *target_as;
|
|
MemoryRegion *target_mr;
|
|
MemoryRegion *target_mr;
|