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.


add deinit code for VNET and direct network bridge
[palacios.git] / linux_module / palacios-inspector.h
1 /* 
2  * DebugFS interface
3  * (c) Jack Lange, 2011
4  */
5
6 #include "palacios.h"
7
8 int palacios_init_inspector( void );
9 int palacios_deinit_inspector( void );
10
11
12
13 int inspect_vm(struct v3_guest * guest);
14