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.


Convert shadow paging to use 32 PAE (Remove 32 Bit Restrictions)
authorChunxiao Diao, Daniel Zuo, Yuanbo Fan <chunxiaodiao2012@u.northwestern.edu>
Mon, 26 May 2014 21:23:04 +0000 (16:23 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 26 May 2014 21:23:04 +0000 (16:23 -0500)
commitd3d6d09894dba66f4e2361bb2f903139a2d83684
treee6f6e3558f2726b5770ce79ca63c6857f0b02222
parent4454a172129d12e97793c9c353339b85d3335af4
Convert shadow paging to use 32 PAE (Remove 32 Bit Restrictions)

This changes shadow paging to use, at minimum, 32PAE
shadow page tables.   This makes it possible to place
a guest using shadow paging anywhere in host physical
memory instead of just the first 4 GB

This patch removes the concept of "Shadow Safe" memory
from Palacios, and it removes all places where it was used,
most importantly, in the allocation of the guest itself.

These patches must be used together.
palacios/include/palacios/vmm.h
palacios/src/devices/cga.c
palacios/src/devices/cirrus_gfx_card.c
palacios/src/devices/paragraph.c
palacios/src/devices/swapbypass_cache.c
palacios/src/devices/swapbypass_cache2.c
palacios/src/devices/tmpdisk.c
palacios/src/devices/vga.c
palacios/src/palacios/vmm_mem.c
palacios/src/palacios/vmm_mem_hook.c
palacios/src/palacios/vmm_symspy.c