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.


HVM configuration logic (create mptables, acpi tables, etc, based on ROS config)
authorPeter Dinda <pdinda@northwestern.edu>
Mon, 23 Mar 2015 21:11:00 +0000 (16:11 -0500)
committerroot <root@v-test-r415-3.localdomain>
Mon, 23 Mar 2015 21:11:00 +0000 (16:11 -0500)
commit32cee4124eb5ac84b2c8990d056fd50f987203a5
treebf2da5395ef174e6f18a1aff7c1033d5a2c9f911
parent1c5bf75232c70f01570ddc8b075f9455b7c6ba34
HVM configuration logic (create mptables, acpi tables, etc, based on ROS config)

This updates the various ways we tell the guest what hardware is available.
In an HVM, we describe only the ROS components of the guest, not the
additional components (e.g., cores, memory, etc) that the HRT can also see.
palacios/src/devices/mptable.c
palacios/src/devices/nvram.c
palacios/src/palacios/vmm_fw_cfg.c