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.


Assorted bug fixes and defensive programming
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 7 Jul 2014 18:43:42 +0000 (13:43 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 7 Jul 2014 18:43:42 +0000 (13:43 -0500)
commit604e1d91e2cb21ca9b0afcb9a27cabd7119d67a4
treed50b5d8f1ca8633e69fde725297db7cd3091d12c
parent4a8f339db9b852ccd1d4d785906ef71b6b848350
Assorted bug fixes and defensive programming

- Sanity check top-level v3_ calls from host
- Eliminate vm free bug when config of shadow-paging vm terminates before passthrough paging is initialized
- Linux module - avoid v3_stop/free on cleanup for orphaned VMs (guest_map out of sync)
linux_module/main.c
palacios/include/palacios/vmm_paging.h
palacios/src/palacios/vmm.c
palacios/src/palacios/vmm_direct_paging.c