Yang, Sheng wrote:
> From 73c33765f3d879001818cd0719038c78a0c65561 Mon Sep 17 00:00:00 2001
> From: Sheng Yang <[EMAIL PROTECTED]>
> Date: Fri, 18 Apr 2008 17:15:39 +0800
> Subject: [PATCH] kvm: qemu: Enable EPT support for real mode
>
> This patch build a identity page table on the last page of VGA bios, and use 
> it as the guest page table in nonpaging mode for EPT.
>
>   


Doing this in qemu means older versions of qemu can't work with an 
ept-enabled kernel.  Also, placing the table in the vga bios might 
conflict with video card assignment to a guest.

Suggest placing this near the realmode tss (see vmx.c:init_rmode_tss()) 
which serves a similar function.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to