Re: [Qemu-devel] memory ordering emulation in qemu

2012-03-29 Thread 陳韋任
On Thu, Mar 29, 2012 at 04:49:02PM -0400, Xin Tong wrote: > I am wondering what the solution in qemu is if the guest architecture > has a stronger memory ordering requirement than the host archiecture ? > memory fences ? There was a thread has a similar discussion. See http://lists.gnu.org/arc

Re: [Qemu-devel] memory ordering emulation in qemu

2012-03-29 Thread Peter Maydell
On 29 March 2012 21:49, Xin Tong wrote: > I am wondering what the solution in qemu is if the guest architecture > has a stronger memory ordering requirement than the host archiecture ? > memory fences ? In system mode all guest CPUs run in a single host thread so there aren't any ordering issues

[Qemu-devel] memory ordering emulation in qemu

2012-03-29 Thread Xin Tong
I am wondering what the solution in qemu is if the guest architecture has a stronger memory ordering requirement than the host archiecture ? memory fences ? Thanks Xin