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.


mpi accelerator hcall fix
Peter Dinda [Wed, 18 Jul 2012 17:12:26 +0000 (12:12 -0500)]
gears/services/mpi/hcall.h

index b9cdeff..483fa99 100644 (file)
@@ -37,7 +37,7 @@
                "vmmcall ;       "                    \
                "movq %%rax, %0; "                    \
                "popq %%rbx; "                        \
-               : "=r"(rc)                            \
+               : "=m"(rc)                            \
                : "m"(id),                            \
                   "m"(a), "m"(b), "m"(c), "m"(d),     \
                  "m"(e), "m"(f), "m"(g), "m"(h)      \