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.


Moved guest initialization to vm_guest.c, added guest_info hypercall
authorJack Lange <jarusl@cs.northwestern.edu>
Wed, 3 Feb 2010 01:27:33 +0000 (19:27 -0600)
committerJack Lange <jarusl@cs.northwestern.edu>
Wed, 3 Feb 2010 01:27:33 +0000 (19:27 -0600)
commitf0e3b9e0d33d90a41cb2c3bb800ab38929c744b5
treea24dcf670f45de0701fba55da618031099da4b7f
parent21baca3637cb3264e97ebc35c1cabfe197b28bbd
Moved guest initialization to vm_guest.c, added guest_info hypercall
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_hypercall.h
palacios/src/palacios/vm_guest.c
palacios/src/palacios/vmm_config.c