Re: [PATCH for-6.2 06/10] linux-user: Split safe-syscall macro into its own header
On 7/18/21 1:20 AM, Peter Maydell wrote: > Split the safe-syscall macro from qemu.h into a new safe-syscall.h. > > Signed-off-by: Peter Maydell > --- > linux-user/qemu.h | 135 - > linux-user/safe-syscall.h | 154 ++ > l
[PATCH for-6.2 06/10] linux-user: Split safe-syscall macro into its own header
Split the safe-syscall macro from qemu.h into a new safe-syscall.h. Signed-off-by: Peter Maydell --- linux-user/qemu.h | 135 - linux-user/safe-syscall.h | 154 ++ linux-user/syscall.c | 1 + 3 files changed, 155