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 handling of the INTAK cycle for both apic and pic
authorPeter Dinda <pdinda@northwestern.edu>
Sat, 31 Jul 2010 01:15:18 +0000 (20:15 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sat, 31 Jul 2010 01:15:18 +0000 (20:15 -0500)
commit9f049c5f96785b6aa3e284a244235712c4047c1b
tree1842894e7bcdffd7b7b4651ebcb4d4542b91c87e
parent0c31bb41ac41d04a891a6eeff5bae398fa89b419
Fixed handling of the INTAK cycle for both apic and pic
Now the apic will only note an interrupt is in service if
it actually originated it, similar to the pic.   I also
added debugging prints to both apic and pic to indicate
when they ignore such INTAK end-of-cycle

INTAK -> begin_irq on interrupt controllers
palacios/src/devices/8259a.c
palacios/src/devices/apic.c