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.


Fixed bug in io_apic.c where use of id_reg->val instead of id_reg->id caused
authorPatrick G. Bridges <pgbridg@sandia.gov>
Mon, 30 Aug 2010 18:02:14 +0000 (12:02 -0600)
committerPatrick G. Bridges <pgbridg@sandia.gov>
Mon, 30 Aug 2010 18:02:14 +0000 (12:02 -0600)
commitac70737b315c43227fcafa5fd0726a73d3a2be33
tree69e5b365b87f6162d252163efac2cd37360d9cf7
parentae0d9f72adc43c791ac13037285385fd8bb3c206
Fixed bug in io_apic.c where use of id_reg->val instead of id_reg->id caused
programming of the virtual IOAPIC ID to go awry when Linux had non-zero
bits in the reserved bits of the register.
palacios/src/devices/io_apic.c