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.


more cleanup
authorJack Lange <jarusl@cs.northwestern.edu>
Fri, 17 Oct 2008 00:16:25 +0000 (19:16 -0500)
committerJack Lange <jarusl@cs.northwestern.edu>
Fri, 17 Oct 2008 00:16:25 +0000 (19:16 -0500)
commit0899a5c74318e582f3d6ebec52cc744cdb727734
treee14410e85e3911b2bb0dffb58e62505c8d2e6c8f
parent7cdedeb7a01b51c5242cce94924f2ea246008e7d
more cleanup
removed interrupt control function pointers from struct guest_info
moved v3_reg_t typedef to vmm_types.h
removed paging_mode_t typedef from shadow paging implementation
palacios/include/palacios/vm_guest.h
palacios/include/palacios/vmm_paging.h
palacios/include/palacios/vmm_shadow_paging.h
palacios/include/palacios/vmm_types.h
palacios/src/devices/nvram.c
palacios/src/palacios/vmm_intr.c
palacios/src/palacios/vmm_shadow_paging.c