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.
Assorted cleanup of memory-related user-level stuff
- adjust guest memory access library to handle truncated
output describing VMs with too many base regions (can happen with cache part)
- adjust memory allocation utility to handle fractional amounts
(tiny chunks are best for cache part) while not allowing
the amounts to be too tiny
- seperate concept of memory block size and base region size
when configuring palacios - cachepart needs a base region
size that is generally smaller than the memory block size
because there are other page allocations (e.g., vmcb bitmasks)
that are larger than one page
- removal of debug cruft in cachepart