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.


Ability to add remappable roms for pci front-end devices.
authorPeter Dinda <pdinda@northwestern.edu>
Tue, 19 May 2015 16:36:43 +0000 (11:36 -0500)
committerroot <root@v-test-r415-3.localdomain>
Tue, 19 May 2015 16:44:57 +0000 (11:44 -0500)
commit0bb7a0bae401c985aa4cbeab32c57d29f7652e75
treee9ee283e79c30cab93fc5e81cc77a42fe6075c77
parent145dbb97d24518a80348a2aec5494b6d7805081b
Ability to add remappable roms for pci front-end devices.

Syntax:

  <file id="file_id" ...>

  <device class="PCI_FRONT" ...>
    <rom file="file_id" />
  </device>

Note that for ROM that is not remappable (fixed address), the <bios> block
can be used to add it.
palacios/src/devices/pci_front.c