All of lore.kernel.org
 help / color / mirror / Atom feed
* VMCS Shadowing
@ 2013-05-26 19:17 enrico canzonieri
  2013-05-30 11:18 ` Tim Deegan
  0 siblings, 1 reply; 2+ messages in thread
From: enrico canzonieri @ 2013-05-26 19:17 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 426 bytes --]

Hi,
currently I am working on Xen because I am very interested in
virtualization technologies and I want to learn more about their
hypervisors internals. I would like to contribute at Xen community as
developer.


Looking at Intel software developer's manual I came across with VMCS
shadowing.
I would understand when it is used in Xen and with what advantages.
Is it really useful for nested virtualization?

Regards,
Enrico

[-- Attachment #1.2: Type: text/html, Size: 541 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: VMCS Shadowing
  2013-05-26 19:17 VMCS Shadowing enrico canzonieri
@ 2013-05-30 11:18 ` Tim Deegan
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Deegan @ 2013-05-30 11:18 UTC (permalink / raw)
  To: enrico canzonieri; +Cc: Dongxiao Xu, xen-devel

At 21:17 +0200 on 26 May (1369603037), enrico canzonieri wrote:
> Hi,
> currently I am working on Xen because I am very interested in
> virtualization technologies and I want to learn more about their
> hypervisors internals. I would like to contribute at Xen community as
> developer.
> 
> 
> Looking at Intel software developer's manual I came across with VMCS
> shadowing.
> I would understand when it is used in Xen and with what advantages.
> Is it really useful for nested virtualization?

Yes, it has been used in Xen, for nested virtualization, since January:

commit 15e64e205e121c1eb18b6a9c1953c82443e4cd5a
Author: Dongxiao Xu <dongxiao.xu@intel.com>
Date:   Fri Jan 25 10:19:55 2013 +0100

    nested vmx: enable VMCS shadowing feature
    
    The current logic for handling the non-root VMREAD/VMWRITE is by
    VM-Exit and emulate, which may bring certain overhead.
    
    On new Intel platform, it introduces a new feature called VMCS
    shadowing, where non-root VMREAD/VMWRITE will not trigger VM-Exit,
    and the hardware will read/write the virtual VMCS instead.
    This is proved to have performance improvement with the feature.
    
    Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
    Acked-by: Jun Nakajima <jun.nakajima@intel.com>
    Acked-by Eddie Dong <eddie.dong@intel.com>
    Committed-by: Jan Beulich <jbeulich@suse.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-30 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-26 19:17 VMCS Shadowing enrico canzonieri
2013-05-30 11:18 ` Tim Deegan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.