Re: [Qemu-devel] [PATCH 1/2] linux-user: cleanup msync output in strace

2018-08-10 Thread Laurent Vivier
Le 10/08/2018 à 21:28, Richard Henderson a écrit : > On 08/10/2018 11:53 AM, Laurent Vivier wrote: >> -{ TARGET_NR_msync, "msync" , NULL, NULL, NULL }, >> +{ TARGET_NR_msync, "msync" , "%s(%#x,%d,%x)", NULL, NULL }, > > Would you mind having a look at my linux-user reorg proposal? > It would make

Re: [Qemu-devel] [PATCH 1/2] linux-user: cleanup msync output in strace

2018-08-10 Thread Richard Henderson
On 08/10/2018 11:53 AM, Laurent Vivier wrote: > -{ TARGET_NR_msync, "msync" , NULL, NULL, NULL }, > +{ TARGET_NR_msync, "msync" , "%s(%#x,%d,%x)", NULL, NULL }, Would you mind having a look at my linux-user reorg proposal? It would make this change redundant. https://lists.gnu.org/archive/html/qe