]> git.proxmox.com Git - mirror_qemu.git/commit
pc-bios/s390-ccw: Do not pre-initialize empty array
authorThomas Huth <thuth@redhat.com>
Wed, 28 Aug 2019 12:25:55 +0000 (14:25 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 18 Sep 2019 15:47:27 +0000 (17:47 +0200)
commit6673ded76c679ef17097782a13754ba905b917f8
tree53faee124a5ba07be100fa8dbeed6f9d0a3b0704
parentf8c3db33a5e863291182f8862ddf81618a7c6194
pc-bios/s390-ccw: Do not pre-initialize empty array

Since commit 339686a358b11a231aa5b6d1424e7a1460d7f277 ("pc-bios/s390-ccw:
zero out bss section"), we are clearing now the BSS in start.S, so there
is no need to pre-initialize the loadparm_str array with zeroes anymore.

Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/main.c