search for: nh_hostflags

Displaying 1 result from an estimated 1 matches for "nh_hostflags".

2010 Aug 18
4
RE: [PATCH 05/15] Nested Virtualization: core
...svm_vcpu_clgi(v); This is SVM specific, it is better to be called from SVM code itself. > + > + /* Prepare for running the guest. Do some final SVM/VMX > + * specific tweaks if necessary to make it work. > + */ > + rc = hvm_nestedhvm_vcpu_vmexit(v, regs, exitcode); > + hvm->nh_hostflags.fields.forcevmexit = 0; > + if (rc) { > + hvm->nh_hostflags.fields.vmentry = 0; > + return NESTEDHVM_VMEXIT_FATALERROR; > + } Thx, Eddie _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel