H. Peter Anvin wrote:
Avi Kivity wrote:
- qemu doesn't do smp.


It certainly claims to.


Sorry, not specific enough: it doesn't do real SMP. Atomic instructions are translated as multiple, non-atomic instructions, so you can't run tcg compiled code in parallel. If your host is different than your target, you have memory ordering issues as well.

What qemu does is to multiplex multiple guest cpus on one host thread. It's nice but it isn't how kvm works.

--
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to