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.


fixed paging callbacks to normalize calling convention
[palacios.git] / palacios / src / palacios / svm_handler.c
index 68bb240..b13b761 100644 (file)
@@ -366,8 +366,6 @@ int v3_handle_svm_exit(struct guest_info * info) {
   default: {
 
     addr_t rip_addr;
-    uchar_t buf[15];
-    addr_t host_addr;
 
     PrintDebug("Unhandled SVM Exit: %s\n", vmexit_code_to_str(exit_code));