Re: [Qemu-devel] [PATCH 07/16] linux-user: fix struct target_epoll_event layout for MIPS

2014-06-21 Thread Riku Voipio
On Sun, Jun 15, 2014 at 05:18:24PM +0100, Paul Burton wrote: MIPS requires the pad field to 64b-align the data field just as ARM does. Is this true for the 64bit mips also? Signed-off-by: Paul Burton p...@archlinuxmips.org --- linux-user/syscall_defs.h | 2 +- 1 file changed, 1

Re: [Qemu-devel] [PATCH 07/16] linux-user: fix struct target_epoll_event layout for MIPS

2014-06-21 Thread Paul Burton
On Sat, Jun 21, 2014 at 02:02:55PM +0300, Riku Voipio wrote: On Sun, Jun 15, 2014 at 05:18:24PM +0100, Paul Burton wrote: MIPS requires the pad field to 64b-align the data field just as ARM does. Is this true for the 64bit mips also? It appears so, good catch :) Paul Signed-off-by:

[Qemu-devel] [PATCH 07/16] linux-user: fix struct target_epoll_event layout for MIPS

2014-06-15 Thread Paul Burton
MIPS requires the pad field to 64b-align the data field just as ARM does. Signed-off-by: Paul Burton p...@archlinuxmips.org --- linux-user/syscall_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index