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 <peter.mayd...@linaro.org> > --- > linux-user/qemu.h | 135 --------------------------------- > linux-user/safe-syscall.h | 154 ++++++++++++++++++++++++++++++++++++++ > linux-user/syscall.c | 1 + > 3 files changed, 155 insertions(+), 135 deletions(-) > create mode 100644 linux-user/safe-syscall.h
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>