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.


svm_io.c now correctly handles segment prefix overrides in ins/outs instructions.
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 7 Jul 2008 23:25:55 +0000 (23:25 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Mon, 7 Jul 2008 23:25:55 +0000 (23:25 +0000)
commitd38ca6817962f46012fae1b014a24372494f4d7c
treea7ab5a0622a7b5d6d3d0130ea4a9b4c145079b9a
parent1b41609e86bfc6d0fda9d9d5d9cd11fa93ca1397
svm_io.c now correctly handles segment prefix overrides in ins/outs instructions.

generic.c now supports both print+passthrough and print+ignore.  The latter
means we can make devices disappear.
palacios/include/devices/generic.h
palacios/include/palacios/vmm_decoder.h
palacios/src/devices/generic.c