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.


User utils for memory offlining and VM creation with binding
[palacios.git] / palacios /
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-06-19 Peter Dinda Correct key name in pci save/restore
2012-06-04 Kyle Hale Changes to GEARS core to allow for selective syscall...
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-05-11 Patrick G. Bridges Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-30 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-04-30 Lei Xia Fix lock/unlock bug in virtio nic
2012-04-28 Peter Dinda Correct VGA text functionality without passthrough
2012-04-27 Lei Xia Remove Linux header file for newer version of Linux...
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 Peter Dinda Minor keyboard bugfix
2012-04-26 Peter Dinda VGA support for host-driven rendering
2012-04-26 Peter Dinda Implementation of host-driven rendering in graphics...
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 added "SET_DEFAULTS" command to keyboard emulation
2012-04-24 Jack Lange various fixes
2012-04-24 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2012-04-24 Lei Xia pull packet sending procedure in handle_pkt_tx out...
2012-04-21 Peter Dinda Updated pci_front device for new pci interfaces
2012-04-20 Patrick G. Bridges More work on time fixing/debugging
2012-04-20 Jack Lange removed mask flag from capability API, and clarified...
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 reworked PCI bus implmentation -- moved to mask based...
2012-04-20 Jack Lange clarified interrupt injection priorities
2012-04-20 Jack Lange added ackable interrupts
2012-04-20 Jack Lange apic fix
2012-04-20 Jack Lange add in EOI callback
2012-04-20 Jack Lange cleaned up IPI code in apic, and added IRQ ack callback...
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 Correct build if gears is disabled
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 Peter Dinda Host hypercall interface implementation (Palacios-side)
2012-04-13 Kyle Hale Change of hypercall semantics - rax no longer contains...
2012-04-13 Kyle Hale New Gears Tools And Structure
2012-04-13 Kyle Hale Removal of old gears code in preparation for restructuring
2012-04-09 Patrick G. Bridges Removed spurious time configuration options
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-03-13 Lei Xia fix a minor bug when converting MAC string to hexs
2012-03-01 Patrick G. Bridges Added additional error checking on configurations to...
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 Alexander Kudryavtsev Fix physical apic id assignment and dispatch (LSB issue)
2012-02-17 Alexander Kudryavtsev Handle NMI-disabled write to NVRAM address register
2012-02-17 Alexander Kudryavtsev Handle 8254 PIT reload count of 0 correctly (means...
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 fix CGA status byte bug
2012-02-08 Jack Lange data type fixes
2012-02-08 Jack Lange fix IDE layer to drop unhandled IO ops, instead of...
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-22 Lei Xia Fix bugs when deinit a list, use list_for_each_entry_sa...
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 add basic heartbeat debug port
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
next