|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel][PATCH]Add CR8 virtualization
Thank you for your suggestion. I will refine it.
Thanks
Xiaohui
-----Original Message-----
From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Jan Beulich
Sent: 2006年8月31日 15:40
To: Xin, Xiaohui
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxx> 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@xxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|