Re: [PATCH v2 1/4] linux-user: Make cpu_env accessible in strace.c

2020-07-21 Thread Laurent Vivier
Le 13/07/2020 à 11:50, Filip Bozuta a écrit : > Variable "cpu_env" is used in file "syscall.c" to store > the information about the cpu environment. This variable > is used because values of some syscalls can vary between > cpu architectures. This patch makes the "cpu_env" accessible > in "strace.c

[PATCH v2 1/4] linux-user: Make cpu_env accessible in strace.c

2020-07-13 Thread Filip Bozuta
Variable "cpu_env" is used in file "syscall.c" to store the information about the cpu environment. This variable is used because values of some syscalls can vary between cpu architectures. This patch makes the "cpu_env" accessible in "strace.c" so it can enable aproppriate "-strace" argument printi