|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH 17 of 20] VM exit handler of n2-guest
> At 16:57 +0800 on 02 Jun (1307033850), Eddie Dong wrote:
> > + case EXIT_REASON_WBINVD:
> > + case EXIT_REASON_EPT_VIOLATION:
> > + case EXIT_REASON_EPT_MISCONFIG:
> > + case EXIT_REASON_EXTERNAL_INTERRUPT:
> > + /* pass to L0 handler */
> > + break;
>
> If the L1 guest asked to intercept WBINVD, will it ever get the VMEXIT?
> I didn't see any code in the L0 WBINVD handler to pass it on.
>
Current patch doesn't expose Secondary Processor-Based VM-Execution Controls.
So WBINVD exiting capability is removed in L1 guest.
Thx, Eddie
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|