Li, Xin B
2005-Oct-31 15:05 UTC
[Xen-devel] [PATCH] Fix PAE shadow on a machine with RAM above 4G on x86_64 xen
Fix PAE shadow on a machine with RAM above 4G on x86_64 xen. Currently, on a machine with RAM above 4G, we can not run 32bit VMX guest on x86_64 xen, the root cause is that the PAE page table PDPT must below 4G, this patch fixes this issue. Also did some cleanup. Signed-off-by: Xin Li <xin.b.li@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2005-Oct-31 15:27 UTC
Re: [Xen-devel] [PATCH] Fix PAE shadow on a machine with RAM above 4G on x86_64 xen
On 31 Oct 2005, at 15:05, Li, Xin B wrote:> Fix PAE shadow on a machine with RAM above 4G on x86_64 xen. > Currently, on a machine with RAM above 4G, we can not run 32bit VMX > guest on x86_64 xen, the root cause is that the PAE page table PDPT > must > below 4G, this patch fixes this issue. > Also did some cleanup.Thanks, but can you please submit the fix and the cleanups as separate patches? -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Li, Xin B
2005-Oct-31 15:28 UTC
RE: [Xen-devel] [PATCH] Fix PAE shadow on a machine with RAM above 4G on x86_64 xen
Ok, this is the fix PAE shadow patch. thanks -Xin>-----Original Message----- >From: Keir Fraser [mailto:Keir.Fraser@cl.cam.ac.uk] >Sent: 2005年10月31日 23:28 >To: Li, Xin B >Cc: xen-devel >Subject: Re: [Xen-devel] [PATCH] Fix PAE shadow on a machine >with RAM above 4G on x86_64 xen > > >On 31 Oct 2005, at 15:05, Li, Xin B wrote: > >> Fix PAE shadow on a machine with RAM above 4G on x86_64 xen. >> Currently, on a machine with RAM above 4G, we can not run 32bit VMX >> guest on x86_64 xen, the root cause is that the PAE page table PDPT >> must >> below 4G, this patch fixes this issue. >> Also did some cleanup. > >Thanks, but can you please submit the fix and the cleanups as separate >patches? > > -- Keir > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel