[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [V2 PATCH 11/12] linux-user: Support target-to-host tra
From: |
David Gibson |
Subject: |
Re: [Qemu-devel] [V2 PATCH 11/12] linux-user: Support target-to-host translation of mlockall argument |
Date: |
Tue, 26 Aug 2014 10:49:45 +1000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Tue, Aug 12, 2014 at 01:53:42PM -0500, Tom Musta wrote:
> The argument to the mlockall system call is not necessarily the same on
> all platforms and thus may require translation prior to passing to the
> host.
>
> For example, PowerPC 64 bit platforms define values for MCL_CURRENT
> (0x2000) and MCL_FUTURE (0x4000) which are different from Intel platforms
> (0x1 and 0x2, respectively)
>
> Signed-off-by: Tom Musta <address@hidden>
Reviewed-by: David Gibson <address@hidden>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
pgpHRR3lR18XX.pgp
Description: PGP signature
- [Qemu-devel] [V2 PATCH 07/12] linux-user: Handle NULL sched_param argument to sched_*, (continued)
- [Qemu-devel] [V2 PATCH 07/12] linux-user: Handle NULL sched_param argument to sched_*, Tom Musta, 2014/08/12
- [Qemu-devel] [V2 PATCH 10/12] linux-user: clock_nanosleep errno Handling on PPC, Tom Musta, 2014/08/12
- [Qemu-devel] [V2 PATCH 09/12] linux-user: Minimum Sig Handler Stack Size for PPC64 ELF V2, Tom Musta, 2014/08/12
- [Qemu-devel] [V2 PATCH 12/12] linux-user: writev Partial Writes, Tom Musta, 2014/08/12
- [Qemu-devel] [V2 PATCH 11/12] linux-user: Support target-to-host translation of mlockall argument, Tom Musta, 2014/08/12
- Re: [Qemu-devel] [V2 PATCH 11/12] linux-user: Support target-to-host translation of mlockall argument,
David Gibson <=