Created
July 20, 2013 15:42
-
-
Save vsrinivas/6045488 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jackson# /usr/local/bin/vmm_test | |
sys_vmm_guest: VMM_GUEST_INIT op | |
vmm_guest(0): return 0, expected 0 | |
sys_vmm_guest: VMM_GUEST_RUN op | |
vmm_vmenter | |
SVMRUN GO! | |
SVMEXIT | |
SVMRUN BYE! | |
vmm_guest(1): return 0, expected 0 | |
sys_vmm_guest: VMM_GUEST_DESTROY op | |
vmm_guest(2): return 0, expected 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment