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.


don't allow launch of an already running VM
[palacios.git] / palacios / src / palacios /
2012-07-07 Kyle Hale don't allow launch of an already running VM
2012-07-07 Peter Dinda Fixes to allocation order and functions
2012-07-07 Peter Dinda Timed yielding in vmm_halt to avoid pegging CPU
2012-07-07 Peter Dinda Updated lock/unlock irq save/restore to directly use...
2012-07-07 Peter Dinda Make V3_Yield and V3_Yield_Timed macros globally visibl...
2012-06-20 Jack Lange type fix
2012-06-20 Jack Lange added symbolic backtrace functionality
2012-06-20 Jack Lange added dedicated debugging framework with associated...
2012-06-20 Jack Lange vmx fixes
2012-06-20 Peter Dinda More extensive error checking in checkpoint/restore...
2012-05-23 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-05-23 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-05-22 Patrick G. Bridges Added hypercall to read host TSC
2012-05-22 Peter Dinda Corrected vmcs load/save in checkpoint/restore code
2012-05-19 Peter Dinda Further cleanup
2012-05-18 Madhav Suresh Corrected write ordering in device manager state save...
2012-05-15 Patrick G. Bridges Added TSC passthrough specification to time handling
2012-04-27 Patrick G. Bridges Added RDTSC trapping if we are dilating time.
2012-04-27 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-26 Jack Lange rename exit codes to avoid namespace collisions
2012-04-25 Jack Lange VMX updates to fix multicore and unrestricted guest...
2012-04-25 Patrick G. Bridges Fixed bug in v3_advance_time() found by Oscar (omondrag...
2012-04-25 Patrick G. Bridges Fixed merge conflict in vmm_halt.c
2012-04-24 Jack Lange Added run state checks to halt handler. This allows...
2012-04-24 Jack Lange various fixes
2012-04-20 Patrick G. Bridges More work on time fixing/debugging
2012-04-20 Patrick G. Bridges Merged updates from devel, added more time debugging...
2012-04-20 Jack Lange small debug fix
2012-04-20 Jack Lange clarified interrupt injection priorities
2012-04-20 Jack Lange added ackable interrupts
2012-04-20 Jack Lange disable pause exiting
2012-04-20 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
2012-04-13 Kyle Hale Gears system call hijacking core changes
2012-04-13 Jack Lange added arch independent MSR storage
2012-04-13 Peter Dinda Add ability to write to gvas
2012-04-13 Kyle Hale Change of hypercall semantics - rax no longer contains...
2012-04-09 Patrick G. Bridges Bug fix in new time code based on testing by Oscar
2012-04-04 Patrick G. Bridges Cleanup, simplification of the time managemnet, time...
2012-04-02 Patrick G. Bridges Minor cleanup of setup of RDTSC trapping initialization
2012-03-29 Patrick G. Bridges Fixed conditional yield frequency calculation in yield_...
2012-03-27 Patrick G. Bridges Updates to some debugging of time virtualization. Addin...
2012-02-24 Patrick G. Bridges More changed files
2012-02-23 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-02-23 Patrick G. Bridges More debugging of fixed-timekeeping change
2012-02-22 Peter Dinda Corrected EFER write handler for SVM + 64bit guest...
2012-02-17 Patrick G. Bridges Start at new guest time representaion
2012-02-10 Jack Lange fixes to allow stopping a paused guest
2012-02-10 Jack Lange initial simulation functionality
2012-02-09 Patrick G. Bridges Cleanup to start proper time dilation mechanisms
2012-02-09 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-02-09 Patrick G. Bridges Minor time fixes
2012-02-09 Jack Lange reassigned quix86 copyright
2012-02-08 Jack Lange bug fixes for quix86
2012-02-08 Alexander Kudryavtsev Integration of QUIX86 decoder libraries. Debug and...
2012-02-08 Jack Lange bug fix to check for illegal memory ranges
2012-02-08 Jack Lange bug fixes for VMX
2012-02-08 Jack Lange data type fixes
2012-02-08 Jack Lange increased amount of state included in exit log
2012-02-08 Jack Lange added a global machine type to determine machine archit...
2012-01-20 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-01-20 Peter Dinda More detailed error handling on msr writes
2012-01-20 Patrick G. Bridges Added VMX handler for the preempt timer so that we...
2012-01-20 Patrick G. Bridges MInor updates the VMX timeout scheduling
2012-01-17 Patrick G. Bridges Start at allowing setting the vmx schedule timeout
2012-01-12 Patrick G. Bridges Minor comment changes to documentation in vmm_time.c
2011-11-18 Jack Lange Clear guest memory to 0 at init time.
2011-11-17 Jack Lange fixes for unrestricted guest support
2011-11-17 Jack Lange updated variable types
2011-11-17 Jack Lange Fix to MSR save/restore handling to avoid VMX ABORT...
2011-11-16 Peter Dinda Merge branch 'devel' of newskysaw.cs.northwestern.edu...
2011-11-15 Peter Dinda Assure that unhandled MSR reads get back zeros
2011-11-15 Peter Dinda Assure that unhandled IO reads get back zeros
2011-11-15 Peter Dinda Assure that cores start out in CORE_STOPPED state
2011-11-14 Jack Lange added bounds checking for bitmap updates
2011-11-11 Patrick G. Bridges Fixed up formatting of telemetry prints that work aroun...
2011-11-10 Patrick G. Bridges Split telemetry into global and per-core to avoid race...
2011-11-03 Jack Lange moved VM runstate settings to avoid race condition
2011-11-01 Lei Xia Restructure of direct host network bridge.
2011-10-31 Jack Lange added FS_BASE and GS_BASE MSRs to passthrough set.
2011-10-28 Jack Lange added ability to partially hook MSRs
2011-10-28 Jack Lange enabled stopping a VM before the secondary cores have...
2011-10-27 Jack Lange updated file interface to work with earlier 2.6 kernels...
2011-10-27 Jack Lange Now by default IO and MSR operations are dropped by...
2011-10-27 Jack Lange added error checking to guest launch to handle core...
2011-10-26 Kyle Hale Previous software interrupt support was added to Xed...
2011-10-24 Patrick G. Bridges Cleaned up time management stuff, being more careful...
2011-10-20 Patrick G. Bridges Working on debugging time management/apic timer code.
2011-10-07 Patrick G. Bridges Cleaned up configuration of time management; most advan...
2011-10-06 Jack Lange userspace changes to break apart VM lifecycle management
2011-10-06 Jack Lange updated host state serialization to handle core migration
2011-10-03 Jack Lange added error check for configurations with replicated...
2011-10-03 Jack Lange checkpoint changes to get "reset to BIOS" working.
2011-09-22 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2011-09-22 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2011-09-22 Patrick G. Bridges Minor change to fix unused variable
2011-09-22 Patrick G. Bridges Changes to try to make time handling better. Also disab...
2011-09-22 Jack Lange exported functionality for vmcs flushing via vmcs_clear
2011-09-22 Jack Lange Remove non-multithreaded OS option. Change VM creation...
2011-09-22 Jack Lange multicore fix for barrier
next