[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/6] alpha-linux-user: Fix sigaction
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 4/6] alpha-linux-user: Fix sigaction |
Date: |
Sun, 16 Sep 2012 14:21:23 +0100 |
On 16 September 2012 13:58, Andreas Färber <address@hidden> wrote:
> Am 15.09.2012 22:24, schrieb Richard Henderson:
>> Unconditional bswap replaced by __get_user/__put_user.
>>
>> Signed-off-by: Richard Henderson <address@hidden>
>
> Does that still take care of swapping with the correct size?
Yes; they do target-swapping based on the type of pointer you
pass them.
-- PMM
[Qemu-devel] [PATCH 1/6] linux-user: Perform more checks on iovec lists, Richard Henderson, 2012/09/15
[Qemu-devel] [PATCH 6/6] linux-user: Fix siginfo handling, Richard Henderson, 2012/09/15