search for: vm_entry

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

Did you mean: vmi_entry
2010 Aug 18
4
RE: [PATCH 05/15] Nested Virtualization: core
...really small, however we pay with additional complexity in both SVM and VMX side as well as readability and performance. Further more, it may limit the flexibility to implement something new for both side. Back to the nested virtualization. I am not fully convinced we need a common handler for the VM_entry/exit, at least not for now. It is basically same situation with above single layer virtualization. Rather we prefer to jump from SVM/VMX to common code when certain common service is requested. Will that be easier? > + } > + > + /* host state has been restored */ > + } > + >...