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.


ported machine check to extension (w/ impl file)
[palacios.git] / palacios / src /
2011-06-16 Philip Soltero ported machine check to extension (w/ impl file)
2011-06-16 Philip Soltero ported machine check to extension
2011-06-16 Jack Lange Merge branch 'devel' of ssh://newskysaw.cs.northwestern...
2011-06-16 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-06-14 Patrick Bridges More timing cleanup
2011-06-13 Patrick Bridges Removed print in vmm_halt
2011-06-12 Jack Lange 32 bit fixew
2011-06-09 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-06-09 Lei Xia Fix a bug in vnet when removing a route entry
2011-06-09 Patrick Bridges Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2011-06-09 Patrick Bridges Cleanup of time handling code
2011-06-08 Peter Dinda Functional host device support in Linux kernel module...
2011-06-06 Lei Xia format fix
2011-06-06 Lei Xia Fix bug in virtio NIC
2011-06-05 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-06-02 Jack Lange decoder fixes
2011-06-02 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-06-02 Jack Lange typo fix
2011-05-27 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-26 Jack Lange added safety checks to cpuid field registration
2011-05-26 Jack Lange paramater type fix
2011-05-26 Jack Lange fixed warnings on new GCC for xml libary laziness
2011-05-26 Jack Lange removed obsolete telemetry fn
2011-05-26 Jack Lange removed active_vmcs_ptrs array and read the active...
2011-05-26 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-26 Jack Lange serialize VMCS after initialization
2011-05-26 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-26 Lei Xia add dependency of virtio nic with vnet
2011-05-26 Jack Lange build fix
2011-05-26 Jack Lange updated SIPI behavior to be arch specific
2011-05-25 Jack Lange modified the irq layout to match what is seen on actual...
2011-05-25 Jack Lange fixed BCD/binary mode flag that was causing the cmos...
2011-05-25 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-05-25 Jack Lange updated config dependencies
2011-05-24 Patrick Bridges Resoved conflict on merge of 8254.c
2011-05-24 Patrick Bridges Print revision to 8254.c
2011-05-22 Lei Xia Split VNET Lnx Bridge code with Control Interface
2011-05-19 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-19 Lei Xia add deinit code for VNET and direct network bridge
2011-05-19 Peter Dinda Added NMI handler for SVM
2011-05-19 Jack Lange updated IRQ_ON_TERM_CNT reload value
2011-05-19 Jack Lange timer fix for linux guest
2011-05-19 Lei Xia Fix to VNET bug when vnet_host_hooks is not properly...
2011-05-19 Jack Lange build fix for kitten
2011-05-17 Jack Lange build fix
2011-05-16 Jack Lange added irq queueing to APIC
2011-05-06 Lei Xia fix for the guest_info cpu_id -> pcpu_id
2011-05-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-06 Lei Xia Added implementation of VNET host hook functions
2011-05-05 Lei Xia format fix
2011-05-05 Lei Xia Separate VNET from Palacios, add its own host_hooks...
2011-05-05 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-04 Jack Lange separated virtual cores from physical cores
2011-05-04 Jack Lange build fix
2011-05-04 Lei Xia fix the threads function calls using new vnet host...
2011-05-04 Lei Xia update Kconfig, added VNET configuration menu
2011-05-04 Lei Xia move vnet code outside of palacios core directory
2011-05-04 Jack Lange added SMSW/LMSW support to internal decoder
2011-05-03 Jack Lange moved post config to before the device's are setup
2011-05-03 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-05-03 Peter Dinda SVM: display exit state if incremental exit displays...
2011-05-03 Peter Dinda Minor vga tweak
2011-05-02 Jack Lange moved mptable to a device for the moment
2011-05-02 Jack Lange removed instrumentation
2011-05-02 Jack Lange removed instrumentation
2011-05-02 Jack Lange build fixes to merge the Palacios configuration paramet...
2011-05-02 Jack Lange fix for intel hardware
2011-05-02 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-05-02 Lei Xia Add large MTU support into Virtio NIC
2011-04-29 Jack Lange can now boot linux (slowly) with EPT enabled
2011-04-29 Jack Lange added support for Intel EPT with(?) and without unrestr...
2011-04-28 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-28 Lei Xia Fix the bug for losing interrupts to guest
2011-04-28 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-04-28 Lei Xia compile fix
2011-04-28 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-28 Lei Xia Multithread handling of VNET
2011-04-27 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-04-27 Jack Lange vmx updates
2011-04-27 Peter Dinda VGA enhancements for graphics writes and rendering
2011-04-26 Peter Dinda Removed extraneous PrintError and replaced with PrintDebug
2011-04-26 Peter Dinda Removed extraneous debugging output
2011-04-26 Jack Lange quited debugging output
2011-04-26 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-04-26 Jack Lange updated vmcs printing
2011-04-26 Jack Lange updated VMCS fields with latest entries.
2011-04-26 Jack Lange initial skeleton
2011-04-26 Peter Dinda Insert mptable even on single core guest if an apic...
2011-04-21 Jack Lange added hardware info for VMX
2011-04-21 Jack Lange vmx cleanup
2011-04-21 Jack Lange added barrier lock stubs
2011-04-21 Jack Lange fix interrupt masking bug
2011-04-21 Jack Lange fixed vmcs guest pointer check location
2011-04-21 Jack Lange added initial ept structures
2011-04-21 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-21 Lei Xia add thread sleep and wakeup to host os hooks
2011-04-20 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-20 Jack Lange added null build file
2011-04-20 Peter Dinda More interfaces changes for host devices + tweak to...
2011-04-20 Jack Lange queue updates
next