|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: scrubbing pages on vm pause
On 25/05/2010 15:12, "Joanna Rutkowska" <joanna@xxxxxxxxxxxxxxxxxxxxxx>
wrote:
>> New domains are not guaranteed to receive zeroed memory. The only guarantee
>> Xen provides is that when it frees memory for a *dead* domain, it will scrub
>> the contents before reallocation (it may not write zeroes however, in a
>> debug build of Xen for example!). Other memory pages the domain freeing the
>> pages must scrub them itself before freeing them back to Xen.
>>
>
> And what happens when we pause and save a domain? Are the pages zero-out
> by xen in that case?
If the original domain is subsequently destroyed then yes, Xen zeroes the
pages.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|