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: these now continue to operate on OUTS, INS even if the address type boot386puppy-26-to-ide
authorPeter Dinda <pdinda@northwestern.edu>
Thu, 3 Jul 2008 16:31:00 +0000 (16:31 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Thu, 3 Jul 2008 16:31:00 +0000 (16:31 +0000)
commite9bfcdfa725b34d81c48d713adf9d173f3168951
tree002dab4e1cca51b7a917eb05c5fbec080715d703
parent8edf271b9a8987eecac71ed9bbbb8de0d1062897
svm_io.c: these now continue to operate on OUTS, INS even if the address type
given in exitinfo is undefined.  They assume 32 bit addresses if no address type
bit is set, display a warning, and continue.

vmm_ctrl_regs.c: Tweaked handling of an instruction (CTLS)
palacios/src/palacios/svm_io.c
palacios/src/palacios/vmm_ctrl_regs.c