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.


Linux kernel compatability enhancements (through 3.19)
[palacios.git] / palacios / src / gears / ext_syscall_hijack.c
index 8e21769..c31bb59 100644 (file)
@@ -133,6 +133,7 @@ int v3_syscall_handler (struct guest_info * core, uint8_t vector, void * priv_da
         if (list_empty(&(injects->code_inject_list))) {
             return 0;
         } else {
+           int ret;
 
             inject = (struct v3_code_inject_info*) list_first_entry(
                         &(injects->code_inject_list),