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.


Changes to linux interfaces:
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 26 Jun 2012 21:27:41 +0000 (16:27 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sat, 7 Jul 2012 21:16:52 +0000 (16:16 -0500)
commitfe436f3769306b960087068610f9afc85b7141ba
treefc9d142cf9c3e9e87927e2b5301477fcb1e56c5b
parentb21e50b2ddee22d01640350b676e48ac2b0d579d
Changes to linux interfaces:

- relevant palacios stubs exposed globally so other linux_module code can use them
- irq_save and irq_restore versions of mutex locks directly exposed to allow linux
  lock debugging features to work across linux and palacios
- timed yield
- global proc dir
linux_module/main.c
linux_module/palacios-stubs.c
linux_module/palacios.h