用tcg的qemu,在某个vcpu访问一个mmio的时候,其他vcpu线程会暂时被限制吗 #16
Unanswered
zevorn
asked this question in
QEMU | Q&A
Replies: 1 comment
-
一次只允许一个vcpu线程访问,会有线程锁(Big QEMU Lock, BQL)干这个事。锁的不是vCPU本身,而是vCPU访问mmio的能力,这里也包含中断状态的更新能力。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
各位大佬请教一个问题。用tcg的qemu,在某个vcpu访问一个mmio的时候,其他vcpu线程会暂时被限制吗,直到mmio完成?
Beta Was this translation helpful? Give feedback.
All reactions