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 guarded module infrastructure
authorKyle Hale <kh@u.northwestern.edu>
Wed, 10 Apr 2013 21:03:22 +0000 (16:03 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Wed, 24 Apr 2013 23:22:04 +0000 (18:22 -0500)
commit324f9e9a6e83b8079926902a26e3f6bb5e624a06
treea0d1be4fb5f77b74a43ffe3772c10e3838ece3f8
parent4d2f332f7cc62ee71669fceab8f3632859d9cac2
Add guarded module infrastructure

This commit includes all of the changes for guarded modules that
do not touch the VMM core at all. This includes a host interface,
userspace utility, and Palacios extensions.
13 files changed:
linux_module/Makefile
linux_module/iface-guard-mods.c [new file with mode: 0644]
linux_module/iface-guard-mods.h [new file with mode: 0644]
linux_usr/Makefile
linux_usr/cJSON.c [new file with mode: 0644]
linux_usr/cJSON.h [new file with mode: 0644]
linux_usr/v3_register_gm.c [new file with mode: 0644]
palacios/include/gears/guard_mods.h [new file with mode: 0644]
palacios/include/gears/privilege.h [new file with mode: 0644]
palacios/src/gears/Kconfig
palacios/src/gears/Makefile
palacios/src/gears/ext_guard_mods.c [new file with mode: 0644]
palacios/src/gears/ext_priv.c [new file with mode: 0644]