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.


Implementation of resource control host os interface for Linux
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 31 Aug 2015 20:20:23 +0000 (15:20 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 31 Aug 2015 20:20:23 +0000 (15:20 -0500)
commit6234775894cac514f495b751a046db245ecb124a
treea635a2b66c5de281cb7920b4c5bd0d82600b2068
parentde5c2110458436a9300aa0a171dbbe83e415ee4d
Implementation of resource control host os interface for Linux

This associates a pointer to a resource control structure with
each thread created by Palacios.   If this structure exists, its
contents are then used to control resource allocations.  Currently,
the controls are on page allocation: alignment, numa node, and
page allocation filtering.  The latter is what cache partitioning
builds on.

This also changes the /proc/v3vee/v3-guest-info-details output
slightly.  For a guest with too many cores or memory regions to
display, the output is now truncated in a graceful way.
linux_module/main.c
linux_module/palacios-stubs.c
linux_module/palacios-vnet.c
linux_module/palacios.h