Re: [PATCH v2 4/9] linux-user: Split loader-related prototypes into loader.h

2021-09-12 Thread Richard Henderson
On 9/8/21 8:44 AM, Peter Maydell wrote: Split guest-binary loader prototypes out into a new header loader.h which we include only where required. Signed-off-by: Peter Maydell --- linux-user/loader.h| 59 ++ linux-user/qemu.h | 40

Re: [PATCH v2 4/9] linux-user: Split loader-related prototypes into loader.h

2021-09-08 Thread Philippe Mathieu-Daudé
On 9/8/21 5:44 PM, Peter Maydell wrote: > Split guest-binary loader prototypes out into a new header > loader.h which we include only where required. > > Signed-off-by: Peter Maydell > --- > linux-user/loader.h| 59 ++ > linux-user/qemu.h | 40

[PATCH v2 4/9] linux-user: Split loader-related prototypes into loader.h

2021-09-08 Thread Peter Maydell
Split guest-binary loader prototypes out into a new header loader.h which we include only where required. Signed-off-by: Peter Maydell --- linux-user/loader.h| 59 ++ linux-user/qemu.h | 40 linux-user/elfload.c |