KVM: PPC: Preload magic page when in kernel mode
authorAlexander Graf <agraf@suse.de>
Mon, 2 Aug 2010 14:08:22 +0000 (16:08 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:05 +0000 (10:52 +0200)
When the guest jumps into kernel mode and has the magic page mapped, theres a
very high chance that it will also use it. So let's detect that scenario and
map the segment accordingly.

Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found