]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commit
jailhouse: Use spinlock to allow only one CPU to execute memory phase
authorMichal Sojka <michal.sojka@cvut.cz>
Sat, 26 May 2018 22:10:25 +0000 (00:10 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Sat, 26 May 2018 22:18:55 +0000 (00:18 +0200)
commit6589c5071e6287b730985b920c6eccca45b75758
tree33856891382326f7f9220361053aa92ab2ebe8d9
parente4006f660e5288bf66946ea2b045856c9ea9ab97
jailhouse: Use spinlock to allow only one CPU to execute memory phase

So far, we do not disable interrupts so care must be taken that the
calling thread does not migrate to another CPU.
jailhouse