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.


build fixes to merge the Palacios configuration parameters with Linux parameters.
[palacios.git] / linux_module / palacios-debugfs.h
1 /* 
2  * DebugFS interface
3  * (c) Jack Lange, 2011
4  */
5
6 #include "palacios.h"
7
8 int palacios_init_debugfs( void );
9 int palacios_deinit_debugfs( void );
10
11
12
13 int dfs_register_vm(struct v3_guest * guest);
14