We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0e17c commit a75af48Copy full SHA for a75af48
hw/arm/apple-silicon/dart.c
@@ -516,6 +516,10 @@ static IOMMUTLBEntry apple_dart_mapper_translate(IOMMUMemoryRegion *mr,
516
.perm = IOMMU_NONE,
517
};
518
519
+ if (FIELD_EX32(qatomic_read(&mapper->regs.tlb_op), DART_TLB_OP, BUSY)) {
520
+ return entry;
521
+ }
522
+
523
QEMU_LOCK_GUARD(&mapper->common.mutex);
524
525
sid = mapper->regs.sid_remap[sid];
0 commit comments