Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: Do not pre-initialize empty array

2019-08-28 Thread Cornelia Huck
On Wed, 28 Aug 2019 15:42:37 +0200 Thomas Huth wrote: > On 28/08/2019 15.27, Christian Borntraeger wrote: > > On 28.08.19 14:33, Thomas Huth wrote: > >> We're clearing the BSS in start.S now, so there is no need to > >> pre-initialize the loadparm_str array with zeroes anymore. > > > > Can

Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: Do not pre-initialize empty array

2019-08-28 Thread Thomas Huth
On 28/08/2019 15.27, Christian Borntraeger wrote: > On 28.08.19 14:33, Thomas Huth wrote: >> We're clearing the BSS in start.S now, so there is no need to >> pre-initialize the loadparm_str array with zeroes anymore. > > Can you add a link to the commit that does the bss clearing? Sure, I'll

Re: [Qemu-devel] [PATCH] pc-bios/s390-ccw: Do not pre-initialize empty array

2019-08-28 Thread Christian Borntraeger
On 28.08.19 14:33, Thomas Huth wrote: > We're clearing the BSS in start.S now, so there is no need to > pre-initialize the loadparm_str array with zeroes anymore. Can you add a link to the commit that does the bss clearing? I think it was commit 339686a358b11a231aa5b6d1424e7a1460d7f277 Author:

[Qemu-devel] [PATCH] pc-bios/s390-ccw: Do not pre-initialize empty array

2019-08-28 Thread Thomas Huth
We're clearing the BSS in start.S now, so there is no need to pre-initialize the loadparm_str array with zeroes anymore. Signed-off-by: Thomas Huth --- pc-bios/s390-ccw/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/s390-ccw/main.c b/pc-bios/s390-ccw/main.c