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.


Expose HVM state to host + Linux host /proc additions for it
[palacios.git] / palacios / src / palacios / vmm.c
2010-11-08 Jack Lange reworked launch code
2010-11-08 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-07 Jack Lange added configurable host OS thread support
2010-11-05 Jack Lange added framework for stopping guest execution
2010-11-04 Lei Xia minor fix on reference of v3_init_vnet
2010-11-03 Lei Xia stream implementation and interface between searial...
2010-10-27 Jack Lange minor clean up fixes and debugging
2010-10-26 Jack Lange Removed a lot of the highly specific multicore code...
2010-10-25 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-10-25 Jack Lange added private data pointer to per vm state...
2010-10-19 Patrick G. Bridges Fixed merge of apic.c
2010-10-09 Peter Dinda Implementation of stream device backend, interface...
2010-10-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-10-06 Peter Dinda v3_start_guest now exhibits the former behavior when
2010-10-06 Lei Xia All updates on the VNET during summer
2010-10-01 Patrick G. Bridges MOre minor fixes
2010-08-03 Peter Dinda Now correctly boots 2, 4, 8 core kitten
2010-07-10 Peter Dinda Implemented SMP, still not functional
2010-03-28 Jack Lange removed redundant OS API
2010-03-12 Jack Lange vnet fixes for compilation
2010-02-11 Jack Lange added global module registry
2010-02-04 Jack Lange New Shadow paging implementation to allow pluggable...
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-27 Jack Lange stability fixes
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-12-03 Jack Lange major VMX update
2009-12-01 Jack Lange integrated new configuration system
2009-10-30 Jack Lange symbiotic fixups
2009-10-06 Jack Lange changed the symbiotic calling interface to a synchronou...
2009-09-09 Jack Lange changed v3_yield to be usable by non guest threads
2009-09-04 Jack Lange hardware multicore support
2009-09-01 Jack Lange added cpu interruption interface
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-14 Jack Lange more configuration fixes
2009-08-14 Jack Lange more configuration fixes
2009-08-13 Jack Lange Ported palacios to Kbuild
2009-08-11 Jack Lange remove debugging output from yield
2009-08-11 Jack Lange added yield functionality
2009-08-07 Jack Lange remove debugging output from yield
2009-08-07 Jack Lange added yield functionality
2009-07-25 Jack Lange Update to the device framework.
2009-07-20 Jack Lange fixed allocation hook
2009-07-16 Andy Gocke VMX patch series, compilation enabled
2009-06-24 Jack Lange first cut at cleaning up the VMX mess
2009-04-23 Jack Lange added host cpu type function
2009-04-23 Jack Lange updated the configuration/init process
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-03-03 Jack Lange reformatting of the source files
2009-02-09 Jack Lange cleaned up instrumentation implementation
2009-02-09 changb gcc-instrumenation added
2009-01-25 Jack Lange working instruction emulation
2008-10-16 Jack Lange more namespace changes
2008-10-16 Jack Lange large scale namespace changes
2008-10-03 Jack Lange added new copyright and license
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-07-23 Jack Lange integrated decoder
2008-07-22 Jack Lange *** empty log message ***
2008-07-22 Jack Lange code clean up
2008-07-22 Jack Lange source code clean up,
2008-07-21 Peter Dinda code for new irq hooking mechanism boots-puppy-iso-to-command-prompt
2008-04-18 Jack Lange added irq initial setup
2008-04-05 Jack Lange code restructuring