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.


Handling of pause exits (currently just noop, but power management would go here)
authorPeter Dinda <pdinda@northwestern.edu>
Sat, 19 Jul 2008 01:03:34 +0000 (01:03 +0000)
committerPeter Dinda <pdinda@northwestern.edu>
Sat, 19 Jul 2008 01:03:34 +0000 (01:03 +0000)
commit20885b915c6caf47c8bd78d7b5b492fef388ac2d
tree5f4252b383c1873b8d08fa4f893fea55707d3738
parent6f8e1e8902d5abe9286e723468daa80fe0ee42aa
Handling of pause exits (currently just noop, but power management would go here)
palacios/include/palacios/svm_pause.h [new file with mode: 0644]
palacios/src/palacios/svm_pause.c [new file with mode: 0644]