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.


Removed destination format (i.e. clustered logical vs. flat logical)
authorPatrick G. Bridges <pgbridg@sandia.gov>
Thu, 14 Oct 2010 19:52:14 +0000 (13:52 -0600)
committerPatrick G. Bridges <pgbridg@sandia.gov>
Thu, 14 Oct 2010 19:52:14 +0000 (13:52 -0600)
commitd2d752b3690d4f8ce114864724a69d0282279d58
tree6115fdd99c64803ca643ef8e5b5ac6d38c4d7ba7
parented487950f94cc28008dcf38f68f3e2a1472f9d93
Removed destination format (i.e. clustered logical vs. flat logical)
information from the io_apic since it doesn't know that. The hardware
spec requires that the guest program all apics on the ICC bus into consistent
format mode, either all clustered or all flat, and the irq routing destination
in the io-apic consistently with that, but the io-apic doesn't actually know
if the destination is flat or clustered.
palacios/include/devices/icc_bus.h
palacios/src/devices/apic.c
palacios/src/devices/icc_bus.c
palacios/src/devices/io_apic.c