qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] KVM call minutes for 2013-10-01


From: Peter Maydell
Subject: Re: [Qemu-devel] KVM call minutes for 2013-10-01
Date: Wed, 2 Oct 2013 00:17:35 +0900

On 1 October 2013 23:54, Juan Quintela <address@hidden> wrote:
> - Multicore on Multicore:
>   TCG has no locking,  no people really working there (Alex Graf?)

Apart from the TCG locking issues (which are conceptually
tractable if anybody cares to try to fix them), the real complication
of multicore-on-multicore is how you handle discrepancies between
the memory models of host and guest, and in particular what
you do if your guest has a stronger memory model than your host:
do you insert barrier insns after every guest load/store? fall back
to not doing mp-on-mp? something else?

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]