Re: [PATCH v5 02/20] linux-user: Introduce imgsrc_read, imgsrc_read_alloc

2023-09-04 Thread Alex Bennée
Richard Henderson writes: > Introduced and initialized, but not yet really used. > These will tidy the current tests vs BPRM_BUF_SIZE. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v5 02/20] linux-user: Introduce imgsrc_read, imgsrc_read_alloc

2023-08-29 Thread Richard Henderson
Introduced and initialized, but not yet really used. These will tidy the current tests vs BPRM_BUF_SIZE. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/loader.h| 61 +++- linux-user/linuxload.c | 90 +++