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.


integrated new configuration system
[palacios.git] / palacios / src / devices / apic.c
2009-12-01 Jack Lange integrated new configuration system
2009-11-03 Jack Lange added interrupt coalescing notification to apic
2009-09-23 Jack Lange enabled msr writes
2009-09-11 Jack Lange fix debugging statement
2009-09-01 Jack Lange added cpu interruption interface
2009-09-01 Jack Lange modified interrupt interface to pass guest_info pointer
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-14 Jack Lange more configuration fixes
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-11 Jack Lange improved debugging output
2009-07-29 Jack Lange more updates of devices to new device framework
2009-07-25 Jack Lange Update to the device framework.
2009-03-31 Jack Lange Merge branch 'devel' into ide
2009-03-26 Jack Lange added handlers for extended interrupt vectors
2009-03-25 Jack Lange fixed apic seastar ack
2009-03-24 Jack Lange updates to ATAPI packet command support
2009-03-17 Jack Lange added priority checking to apic interrupt injection...
2009-03-17 Jack Lange typo fix
2009-03-17 Jack Lange added timer debugging...
2009-03-17 Jack Lange fixed command register handler bug
2009-03-17 Jack Lange added debugging for seastar...
2009-03-16 Jack Lange Horrendous hack to ack seastar IRQs....
2009-03-12 Jack Lange added comment...
2009-03-10 Jack Lange added special handler for seastar interrupt
2009-03-03 Jack Lange reformatted device source files
2009-02-25 Jack Lange added hacks to the APIC because Linux coders didn't...
2009-02-25 Peter Dinda hacked in support for writes to readonly apic register...
2009-02-19 Jack Lange fixed APIC to handle non 32bit reads by linux...
2009-02-17 Jack Lange apic fixes
2009-02-13 Jack Lange IO APIC implementation
2009-02-13 Jack Lange added support for multiple interrupt controllers
2009-02-10 Jack Lange timer fixes
2009-02-07 Jack Lange apic register definitions added
2009-02-07 Jack Lange bug fixes for:
2009-02-06 Jack Lange added APIC device