Re: [Qemu-devel] [PATCH for 4.1 v2] linux-user: Fix structure target_ucontext for MIPS

2019-07-12 Thread Laurent Vivier
Le 12/07/2019 à 13:37, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > Structure ucontext for MIPS is defined in the following way in > Linux kernel: > > (arch/mips/include/uapi/asm/ucontext.h, lines 54-64) > > struct ucontext { > /* Historic fields matching asm-generic */ >

[Qemu-devel] [PATCH for 4.1 v2] linux-user: Fix structure target_ucontext for MIPS

2019-07-12 Thread Aleksandar Markovic
From: Aleksandar Markovic Structure ucontext for MIPS is defined in the following way in Linux kernel: (arch/mips/include/uapi/asm/ucontext.h, lines 54-64) struct ucontext { /* Historic fields matching asm-generic */ unsigned long uc_flags; struct ucontext *uc_link; st

[Qemu-devel] [PATCH for 4.1 v2] linux-user: Fix structure target_ucontext for MIPS

2019-07-04 Thread Aleksandar Markovic
From: Aleksandar Markovic Structure ucontext for MIPS is defined in the following way in Linux kernel: (arch/mips/include/uapi/asm/ucontext.h, lines 54-64) struct ucontext { /* Historic fields matching asm-generic */ unsigned long uc_flags; struct ucontext *uc_link; st