qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 01/13] linux-user: Use memcpy in get_user/put_us


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 01/13] linux-user: Use memcpy in get_user/put_user.
Date: Mon, 17 Sep 2012 16:35:16 +0100

On 17 September 2012 16:28, Richard Henderson <address@hidden> wrote:
> Not sure whether this is a gcc bug, but on sparc we wind up
> trying to use std to an unaligned address.  The patch does
> work around the problem.

Hmm. I guess this is guest and host having differing alignment
requirements for 64 bit types? What case does it fail on?

-- PMM



reply via email to

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