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.


palacios.git
2012-06-20 Jack Lange cleaned up ioctl linux interfaces
2012-06-20 Peter Dinda Utility cleanup
2012-06-20 Peter Dinda New style printk for vnet
2012-06-20 Diana Palsetia... Network support for keyed streams "net:"
2012-06-20 Peter Dinda More extensive error checking in checkpoint/restore...
2012-06-19 Peter Dinda Prefaced output from V3_Print on linux module
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-06-19 Ben Scholbrock Linux printing macros for linux module
2012-06-19 Peter Dinda Correct key name in pci save/restore
2012-06-04 Kyle Hale Added user-space utilities for controlling the selectiv...
2012-06-04 Kyle Hale Added host interface for selective system call exiting...
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.... Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-05-22 Patrick G.... 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.... Added TSC passthrough specification to time handling
2012-05-11 Patrick G.... 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.... Added RDTSC trapping if we are dilating time.
2012-04-27 Patrick G.... 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 Peter Dinda Usability enhancements for v3_vncserver
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.... Fixed bug in v3_advance_time() found by Oscar (omondrag...
2012-04-25 Patrick G.... Fixed merge conflict in vmm_halt.c
2012-04-24 Peter Dinda Send "CTRL-C" in v3_cons_sc using '~'
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 Kyle Hale added include to fix compilation on certain linux versions
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.... More work on time fixing/debugging
2012-04-20 Jack Lange removed mask flag from capability API, and clarified...
2012-04-20 Patrick G.... 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 added exit reporting to thread exit path
2012-04-20 Jack Lange disable pause exiting
2012-04-20 Patrick G.... Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-04-14 Jack Lange update v3_mem to handle sparse hotpluggable memory...
2012-04-14 Brian Kocoloski Added selective per CPU initialization option
2012-04-14 Kyle Hale Noted guest-linux dependency in fsceu
2012-04-14 Peter Dinda Updated MPI accelerator build for new directory structure
2012-04-13 Kyle Hale Correct build if gears is disabled
2012-04-13 Kyle Hale Build changes for gears inclusion
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 Peter Dinda linux userspace hypercall addition utility + Makefile...
2012-04-13 Kyle Hale Gears userspace utilities
2012-04-13 Kyle Hale Linux implementation of Gears interfaces
2012-04-13 Peter Dinda Linux host hypercall interface implementation
2012-04-13 Kyle Hale Gears Fast System Call Exiting Utility Service
2012-04-13 Peter Dinda Gears MPI Accelerator Service
2012-04-13 Peter Dinda Gears - compilation for user injection
2012-04-13 Kyle Hale Gears Restructuring plus code injection preparation...
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.... Removed spurious time configuration options
2012-04-09 Patrick G.... Bug fix in new time code based on testing by Oscar
2012-04-04 Patrick G.... Cleanup, simplification of the time managemnet, time...
2012-04-02 Patrick G.... Minor cleanup of setup of RDTSC trapping initialization
2012-03-29 Patrick G.... Fixed conditional yield frequency calculation in yield_...
2012-03-27 Patrick G.... Updates to some debugging of time virtualization. Addin...
2012-03-25 Peter Dinda Cleanup of user tools build process; make STATIC=0...
2012-03-25 Peter Dinda Wrapper for console [help + room for future expansion]
2012-03-13 Lei Xia fix a minor bug when converting MAC string to hexs
2012-03-01 Patrick G.... Added additional error checking on configurations to...
2012-02-24 Patrick G.... Fixed host device and keyed stream compilation on diffe...
2012-02-24 Patrick G.... More changed files
2012-02-23 Patrick G.... Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2012-02-23 Patrick G.... 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.... Start at new guest time representaion
2012-02-17 Peter Dinda Clean up compat ioctl handlers in host-dev and keyed...
2012-02-11 Jack Lange line fix
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.... Cleanup to start proper time dilation mechanisms
next