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.


Fix interrupt injection bug due to caching irq vectors after vector mappings have...
[palacios.git] / palacios / src / palacios / vmm_intr.c
2010-02-03 Jack Lange Fix interrupt injection bug due to caching irq vectors...
2009-09-01 Jack Lange modified interrupt interface to pass guest_info pointer
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-11 Jack Lange reworked the interrupt handling to streamline things...
2009-06-25 Jack Lange added locking to interrupt subsystem
2009-04-26 Jack Lange updated IO and MSRs to allow hooking/unhooking dynamic...
2009-04-24 Jack Lange Ok. One more time. Please, please, please let this...
2009-04-24 Jack Lange I think I might have fixed the SHUTDOWN bug...
2009-03-20 Jack Lange moved exception tracking out of the interrupt state...
2009-03-17 Jack Lange updated debugging output
2009-03-16 Jack Lange fixed stupid error...
2009-03-16 Jack Lange Horrendous hack to ack seastar IRQs....
2009-03-16 Jack Lange added irq acking
2009-03-03 Jack Lange reformatting of the source files
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
2008-10-22 Jack Lange more printf format fixes
2008-10-22 Jack Lange fixed all the printf style warnings/errors
2008-10-17 Jack Lange more cleanup
2008-10-16 Jack Lange more namespace changes
2008-10-14 Jack Lange General fixes and clean up
2008-10-10 Jack Lange reworked the interrupt injection to be guest specific
2008-10-03 Jack Lange added new copyright and license
2008-10-02 Jack Lange trying to deal with nvram bug, disabled for now
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-16 Jack Lange fixed a ton of compile errors
2008-09-02 Jack Lange clean up
2008-08-14 Zheng Cui *** empty log message ***
2008-07-22 Jack Lange source code clean up,
2008-07-21 Jack Lange changed debug output to be more granular
2008-07-21 Peter Dinda code for new irq hooking mechanism boots-puppy-iso-to-command-prompt
2008-07-17 Jack Lange *** empty log message ***
2008-07-07 Jack Lange boot process to serial initialization
2008-07-01 Jack Lange moved further along in the boot process....
2008-05-21 Jack Lange lot of changes
2008-05-14 Jack Lange reworked some of the interrupt handling
2008-05-02 Jack Lange *** empty log message ***
2008-04-30 Jack Lange *** empty log message ***
2008-04-18 Jack Lange added irq initial setup
2008-04-15 Jack Lange moved over the a real linked list implementation
2008-04-11 Jack Lange *** empty log message ***
2008-04-09 Jack Lange added the framework for interupt delivery
2008-04-09 Jack Lange got the bios setup ok, now we have to handle the exits