This patch adds CR8 virtualization. It''s the initial patch for booting HVM x64 Windows guest, and just let every CR8 access issues vmexit. And later we will do acceleration to it. Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Wouldn''t a switch() be more appropriate in mov_to_cr(), and moving declaration and initialization of the added vlapic variables into just the case 8 scope (or perhaps eliminate the variable altogether, and just directly use VLAPIC(v))? Jan>>> "Xin, Xiaohui" <xiaohui.xin@intel.com> 31.08.06 08:56 >>>This patch adds CR8 virtualization. It''s the initial patch for booting HVM x64 Windows guest, and just let every CR8 access issues vmexit. And later we will do acceleration to it. Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Thank you for your suggestion. I will refine it. Thanks Xiaohui -----Original Message----- From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Jan Beulich Sent: 2006年8月31日 15:40 To: Xin, Xiaohui Cc: xen-devel@lists.xensource.com Subject: Re: [Xen-devel][PATCH]Add CR8 virtualization Wouldn''t a switch() be more appropriate in mov_to_cr(), and moving declaration and initialization of the added vlapic variables into just the case 8 scope (or perhaps eliminate the variable altogether, and just directly use VLAPIC(v))? Jan>>> "Xin, Xiaohui" <xiaohui.xin@intel.com> 31.08.06 08:56 >>>This patch adds CR8 virtualization. It''s the initial patch for booting HVM x64 Windows guest, and just let every CR8 access issues vmexit. And later we will do acceleration to it. Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Maybe Matching Threads
- [PATCH] A fix for CR8 acceleration on 64bit guest
- [PATCH 2/2] Enhance MTRR/PAT virtualization for EPT & VT-d enabled both
- RE: [Patch] Add hardware CR8 acceleration for TPRaccessing
- [VTD][PATCH] a time out mechanism for the shared interrupt issue for vtd
- [PATCH] an obvious fix to PIC IO intercept