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-07-27 Jack Lange reworked v3_create to allow loading XML files directly...
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-20 Kyle Hale stop and free all VMs on Linux module exit
2012-07-20 Kyle Hale add cleanup to graphics console code
2012-07-19 Diana Palsetia... Linux userspace tools for live migration
2012-07-19 Diana Palsetia... Linux-side availability of live migration functionality
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-19 Peter Dinda Parallelize build of linux module
2012-07-18 Peter Dinda VNET Hypercall interface, implemented as a new stub...
2012-07-18 Peter Dinda mpi accelerator hcall fix
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-13 Kyle Hale proper cleanup in iface-file and iface-host-dev
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 Expose kmalloc flags within linux_module + add further...
2012-07-07 Peter Dinda Change to internal v3_yield/yield_cond semantics:
2012-07-07 Kyle Hale Small fixes in v3_free.c
2012-07-07 Kyle Hale Fail gracefully on VM create or free errors
2012-07-07 Kyle Hale Actually do cleanup in guest deinit in stream iface
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 make v3_launch fail on ioctl error
2012-07-07 Kyle Hale don't allow launch of an already running VM
2012-07-07 Kyle Hale add file and line number to linux module error prints
2012-07-07 Kyle Hale Paranoid error checking in userspace utils
2012-07-07 Peter Dinda Fixes to allocation order and functions
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-07-07 Peter Dinda Corrected timed yield
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-07-07 Peter Dinda VNET fixes and adaptation to new API
2012-07-07 Peter Dinda Changes to linux interfaces:
2012-06-24 Peter Dinda Further printing cleanup
2012-06-22 Peter Dinda Compilation fixes for more recent kernels
2012-06-22 Ferrol Aderholdt User utils for memory offlining and VM creation with...
2012-06-22 Ferrol Aderholdt /proc info showing vm device and vm name mapping, and...
2012-06-20 Peter Dinda Reinstate v3_console (accidental delete)
2012-06-20 Peter Dinda Update host dev and keyed stream user to reflect change...
2012-06-20 Peter Dinda replace errant printks in linux module with macro calls
2012-06-20 Peter Dinda Cleaned up help messages for userspace utils
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 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...
next