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.


Deallocation bug fix in device manager to allow backing out from VM creation failure
authorPeter Dinda <pdinda@northwestern.edu>
Sun, 2 Aug 2015 23:03:22 +0000 (18:03 -0500)
committerroot <root@v-test-r415-3.localdomain>
Sun, 2 Aug 2015 23:03:22 +0000 (18:03 -0500)
commit5257fd647c7873d682ccaece28b64fc0fb26d28a
treee15891826573184f8a0aa7d7548972ca3722d8d0
parent4931bc084ced4bcb172c7bcb197ab55b1c9bdf80
Deallocation bug fix in device manager to allow backing out from VM creation failure

if VM creation fails before the device manager is inited, for example on
running out of memory, device manager deinit needs to avoid running
palacios/include/palacios/vmm_dev_mgr.h
palacios/src/palacios/vmm_dev_mgr.c