On Wed, 2008-04-02 at 11:52 -0700, Jeremy Fitzhardinge wrote:
That's a very good point. Can we make it so that the hypervisors don't
actually allocate the memory to the guest until its first touch? If the
pages are on the freelist, their *contents* shouldn't be touched at all
during the onlining process.
Maybe we could put a special mark on the pages (please no page flag :)
and the allocator can jump in and ask for the page from the hypervisor
before returning it to the system. I think Anthony had some ideas
around this area. It's kinda a poor man's page hinting.
-- Dave
--