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.


added NUMA query support for Linux to allow Palacios to determine the NUMA layout...
authorJack Lange <jacklange@cs.pitt.edu>
Fri, 7 Jun 2013 20:20:23 +0000 (15:20 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sun, 4 Aug 2013 22:31:19 +0000 (17:31 -0500)
commit21b5e1a60356c6e89b053ea2529695c011891444
tree9cb99defaeb623644c76ca7b5a08eae96c962b47
parenta61cac5cf9cf6beb6dccec02b94bb5a37429e7fb
added NUMA query support for Linux to allow Palacios to determine the NUMA layout of the host system
linux_module/numa.c [new file with mode: 0644]
linux_module/numa.h [new file with mode: 0644]