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.


changed the io_map implementation to use red-black trees instead of linked list
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 28 Jan 2009 00:31:54 +0000 (18:31 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 28 Jan 2009 00:31:54 +0000 (18:31 -0600)
commita6865d183eedbdf3e5510e4be89dcb5ce51b5953
tree4f349586c951f82c6a905eab4eba8d6f549e7fa9
parentdc450df7818a872a3e8a3725ec97bdc273756b06
changed the io_map implementation to use red-black trees instead of linked list
palacios/build/Makefile
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_io.h
palacios/src/palacios/svm.c
palacios/src/palacios/svm_io.c
palacios/src/palacios/vmm_config.c
palacios/src/palacios/vmm_io.c