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.


Lock checking framework and cleanup of linux module code to use palacios interfaces...
authorPeter Dinda <pdinda@northwestern.edu>
Fri, 24 May 2013 22:42:35 +0000 (17:42 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 24 May 2013 22:45:24 +0000 (17:45 -0500)
commit5c2a2684778fa080c41a0f04518721ebe476efb1
treee5462bf44e4423dd348f979b8741024e888da4fc
parentcccc6b1a738266ed3d3bd2011b573e7033c012a8
Lock checking framework and cleanup of linux module code to use palacios interfaces The idea here is to make it possible to track locks and memory across both the core VMM and the linux module code
25 files changed:
linux_module/Makefile
linux_module/iface-code-inject.c
linux_module/iface-console.c
linux_module/iface-env-inject.c
linux_module/iface-file.c
linux_module/iface-graphics-console.c
linux_module/iface-guard-mods.c
linux_module/iface-host-dev.c
linux_module/iface-host-hypercall.c
linux_module/iface-host-pci-hw.h
linux_module/iface-host-pci.c
linux_module/iface-keyed-stream.c
linux_module/iface-packet.c
linux_module/iface-stream.c
linux_module/linux-exts.c
linux_module/lockcheck.c [new file with mode: 0644]
linux_module/lockcheck.h [new file with mode: 0644]
linux_module/main.c
linux_module/palacios-stubs.c
linux_module/palacios-vnet-brg.c
linux_module/palacios-vnet-ctrl.c
linux_module/palacios.h
linux_module/util-queue.c
linux_module/vm.c
linux_usr/Makefile