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.


added device checkpoint hooks
[palacios.git] / palacios / src / devices / io_apic.c
2011-09-16 Madhav Suresh added device checkpoint hooks
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-02-11 Peter Dinda lowest priority delivery for logical addresses
2011-02-04 Peter Dinda Corrected APIC IPI and IRQ dispatch routines
2011-01-06 Jack Lange add interrupt deinitialization to devices
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-10-29 Jack Lange minor fixes. Can now successfully boot up when Qemu...
2010-10-29 Jack Lange compilation fixes
2010-10-29 Jack Lange fixed apic/ioapic interface
2010-10-27 Jack Lange more multicore fixes
2010-10-27 Jack Lange removed icc bus
2010-10-14 Patrick G. Bridges Removed destination format (i.e. clustered logical...
2010-10-12 Patrick G. Bridges Fixed ioapic bug that caused interrupt routing entries...
2010-10-05 Jack Lange removed virtual wire mode
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-09-24 Jack Lange format fixes
2010-08-30 Patrick G. Bridges Fixed bug in io_apic.c where use of id_reg->val instead...
2010-08-13 Jack Lange change to device configuration syntax
2010-08-04 Peter Dinda Functional 2 core linux guest
2010-07-30 Peter Dinda Semi-functional SMP (boots Kitten guest with two cores)
2010-07-08 Peter Dinda Partially functional icc_bus (works for UP)
2010-07-07 Peter Dinda Working apic, ioapic, and icc_bus for 1 core
2010-01-15 Jack Lange compilable versions of the APIC/ICC_BUS/IOAPIC
2010-01-15 Kevin Pedretti Added ICC bus/apic stuff.
2009-12-01 Jack Lange integrated new configuration system
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-07-29 Jack Lange more updates of devices to new device framework
2009-07-25 Jack Lange Update to the device framework.
2009-06-03 Jack Lange fixed io_apic table index computation
2009-03-10 Jack Lange squelch unhandled interrupt messages
2009-03-03 Jack Lange reformatted device source files
2009-02-13 Jack Lange io-apic fixes to redirection reads/writes
2009-02-13 Jack Lange IO APIC implementation