On 24/02/16 14:12, David Vrabel wrote:
On 22/02/16 22:06, Boris Ostrovsky wrote:
Baremetal kernels clear .bss early in the boot. Since Xen PV guests don't.bss must have been cleared for PV guests otherwise they would be
excecute that early code they should do it too.
(Since we introduce macros for specifying 32- and 64-bit registers we
can get rid of ifdefs in startup_xen())
horribly broken. What was the method and why is it no longer sufficient?
The domain builder hands out zeroed pages. I don't believe we guarantee
that the guests RAM is clean, but it is in practice.