On 19.02.20 11:42, Joerg Roedel wrote:
Hi Jürgen, On Wed, Feb 12, 2020 at 05:28:21PM +0100, Jürgen Groß wrote:Xen-PV is clearing BSS as the very first action.In the kernel image? Or in the ELF loader before jumping to the kernel image?
In the kernel image. See arch/x86/xen/xen-head.S - startup_xen is the entry point of the kernel. Juergen