commit | 04b6b4a56884327c1648c517f1f46a2638f04c9d | [log] [tgz] |
---|---|---|
author | Boris Ostrovsky <boris.ostrovsky@oracle.com> | Fri Feb 26 14:02:36 2016 -0500 |
committer | David Vrabel <david.vrabel@citrix.com> | Thu Mar 03 16:20:09 2016 +0000 |
tree | dc96b84e9f78a1b50a3e616a748246ef9f3f5cb8 | |
parent | a4d7b75be034115d36b6a20db566eb8b11bacaf8 [diff] |
xen/x86: Zero out .bss for PV guests ELF spec is unclear about whether .bss must me cleared by the loader. Currently the domain builder does it when loading the guest but because it is not (or rather may not be) guaranteed we should zero it out explicitly. Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: David Vrabel <david.vrabel@citrix.com>