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.


Cleanup and sanity-checking of integer overflow, null comparisons, dead code (Coverit...
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 1 Sep 2015 19:54:38 +0000 (14:54 -0500)
committerroot <root@v-test-r415-3.localdomain>
Tue, 1 Sep 2015 19:54:38 +0000 (14:54 -0500)
commita5d2c00cc461b4a60a1360a2a0bba55cef467bab
tree19a591a3303c32a701ed388dfbe6352112288c54
parent3e937e5468169b8183a22a90f6d07ff370abde0c
Cleanup and sanity-checking of integer overflow, null comparisons, dead code (Coverity static analysis)
12 files changed:
linux_module/iface-host-dev.c
linux_module/iface-keyed-stream.c
linux_module/main.c
linux_module/memtrack.c
linux_module/mm.c
palacios/src/devices/qcowdisk.c
palacios/src/devices/telnet_cons.c
palacios/src/palacios/svm_npt.h
palacios/src/palacios/vmm_cpu_mapper.c
palacios/src/palacios/vmm_events.c
palacios/src/palacios/vmm_paging.c
palacios/src/palacios/vmm_swapping.c