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.


Minor compile warning fixup and error checks
[palacios.git] / palacios /
2012-07-27 Jack Lange added vmware paravirtual extension
2012-07-27 Jack Lange added error check to 8259
2012-07-27 Jack Lange memory leak fixes
2012-07-27 Jack Lange make bitmap operations atomic, fixes potential barrier...
2012-07-27 Jack Lange added host_pci passthrough PCI support
2012-07-27 Jack Lange added state checks for VM control commands
2012-07-27 Jack Lange incorporate changes to intelligent barriers
2012-07-27 Jack Lange enabled VMX exit hooks
2012-07-27 Jack Lange revert to earlier rdtsc intercepts
2012-07-27 Jack Lange exit handler tweaks
2012-07-27 Jack Lange event tweaks
2012-07-27 Jack Lange added event hooking framework
2012-07-27 Jack Lange added runstate checks in barrier to allow locking opera...
2012-07-27 Jack Lange initial implementation of hookable exits
2012-07-27 Jack Lange fix for 1GB pages
2012-07-27 Peter Dinda Corrected vnet locking with irqsave/restore
2012-07-27 Peter Dinda APIC checks enabled register on irr scan
2012-07-27 Peter Dinda Missing file
2012-07-20 Kyle Hale add cleanup for Palacios extensions, add per-core data...
2012-07-20 Kyle Hale small fixes to swint code, add proper cleanup
2012-07-19 Mark Cartwright... Live Migration Functionality
2012-07-19 Mark Cartwright Additional features for vmm_bitmap
2012-07-19 Peter Dinda Shadow-paging event callbacks
2012-07-18 Peter Dinda VNET Hypercall interface, implemented as a new stub...
2012-07-13 Peter Dinda Added ability to hook memory by access (no instruction...
2012-07-13 Peter Dinda patch for v3_dump_mem print output
2012-07-08 Kyle Hale compilation fix in vmm_debug.c
2012-07-07 Kyle Hale Revised check for already-launched VM
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
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-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 Updates to VNET. Most importantly, better yielding...
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-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...
next