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.


Cleanup and sanity-checking of before/after null-check and copy+paste errors (Coverit...
[palacios.git] / palacios / src / palacios / vmm_config.c
2015-09-01 Peter Dinda Cleanup and sanity-checking of before/after null-check...
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2015-08-31 Peter Dinda Resource control extensions to host OS interface
2015-05-19 Peter Dinda Addition of basic multiboot functionality plus refactor...
2015-03-25 Peter Dinda Basic HRT startup for HVM, plus assorted cleanup
2015-03-23 Peter Dinda Add HVM configuration capability, init/deinit, etc
2014-06-22 Daniel Zuo, Nikhat... Add swapping and pinning capability to Palacios
2013-08-07 Peter Dinda VM configuration attempts to roll back on failure
2013-08-04 Jack Lange updates to enable functionality necessary for SEABIOS...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-08-09 Peter Dinda Configuration of global performance parameters
2012-08-05 Kyle Hale Support for new Palacios image file format (Version 1)
2012-07-07 Kyle Hale Check to make sure extension name is provided
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2012-04-25 Jack Lange VMX updates to fix multicore and unrestricted guest...
2012-02-08 Jack Lange added a global machine type to determine machine archit...
2011-05-04 Jack Lange separated virtual cores from physical cores
2011-05-03 Jack Lange moved post config to before the device's are setup
2011-05-02 Jack Lange moved mptable to a device for the moment
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-05-02 Jack Lange fix for intel hardware
2011-04-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2011-04-20 Jack Lange added extension core init
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2011-03-03 Jack Lange added extension framework
2011-03-01 Jack Lange reverted host_cpu_id changes because it broke multicore...
2011-02-23 Patrick G. Bridges Simplified interface to timekeeping API, added to VMX...
2011-02-22 Patrick G. Bridges Fixups to let us run multiple guests on a single CPU...
2011-01-20 Jack Lange added initial global shutdown functionality
2011-01-12 Jack Lange free configuration data during deinitialization
2010-11-15 Jack Lange moved the host_private_data assignment to earlier in...
2010-11-08 Jack Lange reworked launch code
2010-11-07 Jack Lange added configurable host OS thread support
2010-11-03 Patrick G. Bridges Fixed minor bug with computing memory size due to type...
2010-10-27 Jack Lange more multicore fixes
2010-10-26 Jack Lange Removed a lot of the highly specific multicore code...
2010-10-25 Patrick G. Bridges Merge branch 'devel' into timer_control
2010-10-20 Patrick G. Bridges Attempts to support virutally slower processors - broken!
2010-10-20 Jack Lange initial shadow page cache version
2010-10-06 Jack Lange config fix
2010-10-05 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Jack Lange format fix
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-08-13 Jack Lange change to device configuration syntax
2010-08-11 Patrick Bridges Changes to support large shadow pages *correctly*.
2010-08-10 Patrick Bridges Minor configuration fix for large page->large page...
2010-08-10 Patrick Bridges Changed to using strcasecmp to avoid adding library...
2010-08-10 Patrick Bridges Added alignment of memory as a top-level VM parameter...
2010-08-04 Peter Dinda Functional 2 core linux guest
2010-07-30 Patrick Bridges Final changes to paging configuration format. Nested...
2010-07-29 Patrick Bridges Fixed nested paging to work again, minor change to...
2010-07-29 Patrick Bridges Fixed stupid branch check, added more preconfig error...
2010-07-29 Patrick Bridges Debugged changes to make shadow and nested paging confi...
2010-07-29 Patrick Bridges Merge branch 'devel' of ssh://bridges@newskysaw.cs...
2010-07-27 Patrick Bridges Fixed up configuration support for nested/shadow paging
2010-07-10 Peter Dinda Implemented SMP, still not functional
2010-07-07 Peter Dinda Partially functional Intel MP table support
2010-05-25 Jack Lange reverted CPU id patch
2010-05-22 Lei Xia Add fix to the guest cores config, for multiple guests...
2010-02-06 Jack Lange reorganization of the symbiotic infrastructure
2010-02-04 Jack Lange New Shadow paging implementation to allow pluggable...
2010-02-03 Jack Lange Moved guest initialization to vm_guest.c, added guest_i...
2010-01-16 Jack Lange telemetry fixes
2010-01-15 Jack Lange added per core memory map support
2010-01-15 Jack Lange moved vmx/svm arch maps to global setup
2010-01-15 Jack Lange fixes for single core guest on multicore capable systeM
2010-01-14 Jack Lange refactoring to the point of compilation
2009-12-03 Jack Lange major VMX update
2009-12-01 Jack Lange integrated new configuration system
2009-11-26 Jack Lange various changes...
2009-10-30 Jack Lange made symbiotic intialization compile time configurable
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-09-18 Jack Lange added cpuid hooking
2009-09-14 Jack Lange added symbiotic interface
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-04 Jack Lange hardware multicore support
2009-08-27 Steven Jaconette From 294306ec5026ea691a4f1380598114688b061c99 Mon Sep...
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-19 Jack Lange symbiotic swap implementation (unsafe for kernel pages)
2009-08-17 Steven Jaconette fix video device configuration
2009-08-17 Steven Jaconette Virtual Console
2009-08-14 Jack Lange more configuration fixes
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-13 Jack Lange Ported palacios to Kbuild
2009-08-11 Jack Lange added symbiotic virtio device
2009-08-11 Jack Lange added yield functionality
2009-08-07 Jack Lange added yield functionality
2009-08-04 Jack Lange added virtio balloon device, currently discards free...
2009-07-31 Jack Lange updated the block device interfaces to be more generic...
2009-07-30 Jack Lange virtio updates
2009-07-29 Jack Lange updates to virtio device framework
2009-07-25 Jack Lange Update to the device framework.
2009-07-08 Jack Lange changed configuration structure for block devices
2009-06-05 Jack Lange added net_cd configuration support
2009-05-22 Jack Lange separated configuration to 2 phases pre/post
2009-04-24 Jack Lange I think I might have fixed the SHUTDOWN bug...
2009-04-23 Jack Lange fixed exception initialization bug
2009-04-23 Jack Lange updated the configuration/init process
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
next