Re: [Qemu-devel] [PATCH] linux-user: fix GPROF build failure

2019-05-09 Thread Laurent Vivier
On 02/05/2019 11:27, Alex Bennée wrote: When linux-user/exit was introduced we failed to move the gprof include at the same time. The CI didn't notice because it only builds system emulation. Fix it for those that still find gprof useful. Signed-off-by: Alex Bennée --- linux-user/exit.c|

Re: [Qemu-devel] [PATCH] linux-user: fix GPROF build failure

2019-05-02 Thread Alex Bennée
Laurent Desnogues writes: > Hello, > > On Thu, May 2, 2019 at 11:31 AM Alex Bennée wrote: >> >> When linux-user/exit was introduced we failed to move the gprof >> include at the same time. The CI didn't notice because it only builds >> system emulation. Fix it for those that still find gprof u

Re: [Qemu-devel] [PATCH] linux-user: fix GPROF build failure

2019-05-02 Thread Laurent Desnogues
Hello, On Thu, May 2, 2019 at 11:31 AM Alex Bennée wrote: > > When linux-user/exit was introduced we failed to move the gprof > include at the same time. The CI didn't notice because it only builds > system emulation. Fix it for those that still find gprof useful. > > Signed-off-by: Alex Bennée

[Qemu-devel] [PATCH] linux-user: fix GPROF build failure

2019-05-02 Thread Alex Bennée
When linux-user/exit was introduced we failed to move the gprof include at the same time. The CI didn't notice because it only builds system emulation. Fix it for those that still find gprof useful. Signed-off-by: Alex Bennée --- linux-user/exit.c| 3 +++ linux-user/syscall.c | 3 --- 2 file