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.


Optional starting address for v3_mem
authorPeter Dinda <pdinda@northwestern.edu>
Sat, 5 Jan 2013 01:45:22 +0000 (19:45 -0600)
committerPeter Dinda <pdinda@northwestern.edu>
Sat, 5 Jan 2013 01:45:22 +0000 (19:45 -0600)
commitddf193dd22f7445eab67730ad36cdca706e952a1
tree8dc7ef719bb54bc40a401d104808de15b92a5951
parentd16a049efb78e13e98ffdbaa8564d4ddc1be7f00
Optional starting address for v3_mem

The idea here is that on hosts that already have a lot of stuff
running, it may be very costly to offline memory blocks low in the
physical address space - the kernel may take a looong time to copy
their contents and set things up accordingly.  With this patch, you can say
things like:

v3_mem 1024 1024

which means that you are looking to allocate 1024 MB of space
starting at or above the address 1024*(1024*1024)
linux_usr/v3_mem.c