qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [FreeBSD] Host build i386 failing to build aarch64 targ


From: Peter Maydell
Subject: Re: [Qemu-devel] [FreeBSD] Host build i386 failing to build aarch64 targets
Date: Mon, 21 Mar 2016 09:35:47 +0000

On 21 March 2016 at 09:06, Paolo Bonzini <address@hidden> wrote:
> x86 can actually do 64-bit atomic loads and stores through the FPU, but
> I'm not sure about other 32-bit targets?

As I say, ppc32 linux is one that can't -- see commit 8a5956ad6392f1155
for last time this came up.

Ideally we should put a compile-time assert in the atomic ops that
the data being operated on isn't larger than sizeof(void*) so that
this is a compile time error on all 32-bit hosts rather than just
a small subset of them.

thanks
-- PMM



reply via email to

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