Re: [PATCH] loader: remove load_image_gzipped function as its not used anywhere

2024-07-15 Thread Philippe Mathieu-Daudé
On 11/7/24 09:24, Ani Sinha wrote: load_image_gzipped() does not seem to be used anywhere. Remove it. Signed-off-by: Ani Sinha --- hw/core/loader.c| 13 - include/hw/loader.h | 4 +--- 2 files changed, 1 insertion(+), 16 deletions(-) Patch queued, thanks.

Re: [PATCH] loader: remove load_image_gzipped function as its not used anywhere

2024-07-11 Thread Philippe Mathieu-Daudé
On 11/7/24 09:24, Ani Sinha wrote: load_image_gzipped() does not seem to be used anywhere. Remove it. Signed-off-by: Ani Sinha --- hw/core/loader.c| 13 - include/hw/loader.h | 4 +--- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/hw/core/loader.c

Re: [PATCH] loader: remove load_image_gzipped function as its not used anywhere

2024-07-11 Thread Peter Maydell
On Thu, 11 Jul 2024 at 08:25, Ani Sinha wrote: > > load_image_gzipped() does not seem to be used anywhere. Remove it. > > Signed-off-by: Ani Sinha > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH] loader: remove load_image_gzipped function as its not used anywhere

2024-07-11 Thread Ani Sinha
load_image_gzipped() does not seem to be used anywhere. Remove it. Signed-off-by: Ani Sinha --- hw/core/loader.c| 13 - include/hw/loader.h | 4 +--- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/hw/core/loader.c b/hw/core/loader.c index a3bea1e718..c04fae55c0