Re: [PATCH] ppc/pegasos2: Add support for -initrd command line option

2023-07-05 Thread Cédric Le Goater
On 7/5/23 11:35, Cédric Le Goater wrote: Hello, On 7/4/23 20:19, BALATON Zoltan wrote: Signed-off-by: BALATON Zoltan The patch is not a oneliner, it deserves a minimal commit log. It was fixed later on. Forget my comment. Thanks, C.

Re: [PATCH] ppc/pegasos2: Add support for -initrd command line option

2023-07-05 Thread Cédric Le Goater
Hello, On 7/4/23 20:19, BALATON Zoltan wrote: Signed-off-by: BALATON Zoltan The patch is not a oneliner, it deserves a minimal commit log. Thanks, C. --- hw/ppc/pegasos2.c | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] ppc/pegasos2: Add support for -initrd command line option

2023-07-05 Thread Daniel Henrique Barboza
On 7/4/23 15:19, BALATON Zoltan wrote: Signed-off-by: BALATON Zoltan --- Reviewed-by: Daniel Henrique Barboza And pushed to ppc-next after amending the commit msg. Daniel hw/ppc/pegasos2.c | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff

Re: [PATCH] ppc/pegasos2: Add support for -initrd command line option

2023-07-04 Thread BALATON Zoltan
On Tue, 4 Jul 2023, BALATON Zoltan wrote: Forgot to add commit message here: This also changes type of sz local variable to ssize_t because it is used to store return value of load_elf() and load_image_targphys() that return ssize_t. Should I resend for this or you can ammend on commit?

[PATCH] ppc/pegasos2: Add support for -initrd command line option

2023-07-04 Thread BALATON Zoltan
Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/hw/ppc/pegasos2.c b/hw/ppc/pegasos2.c index af5489de26..9c9944188b 100644 --- a/hw/ppc/pegasos2.c +++ b/hw/ppc/pegasos2.c @@ -44,6 +44,8 @@