Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


*** empty log message ***
[palacios.git] / palacios / src / geekos / svm_lowlevel.asm
index 40bb8ea..c468c5a 100644 (file)
@@ -27,16 +27,37 @@ EXPORT launch_svm
 
 
 
+
+; I think its safe to say that there are some pretty serious register issues...
 launch_svm:
        push    ebp
        mov     ebp, esp
        pusha
        
        mov     eax, [ebp + 8]
-;      vmrun
-       db      00fh, 001h, 0d8h
+       vmrun
+;      db      00fh, 001h, 0d8h
        popa
        pop     ebp
        ret
 
 %endif
+
+
+
+
+; eventual svm_launch
+;   pusha
+;   pushf
+;
+; .vmm_loop
+;      vmrun
+;      push guest GPRs
+;      call handle_svm_exit
+;      jz .vmm_loop
+;  popf
+;  popa
+;  ret
+;
+;
+;
\ No newline at end of file