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.


Merge branch 'devel' of palacios@newskysaw.cs.northwestern.edu:/home/palacios/palacio...
[palacios.git] / palacios / src / palacios /
2011-05-26 Jack Lange build fix
2011-05-26 Jack Lange updated SIPI behavior to be arch specific
2011-05-19 Peter Dinda Added NMI handler for SVM
2011-05-16 Jack Lange added irq queueing to APIC
2011-05-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
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 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-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 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
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-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-20 Jack Lange queue updates
2011-04-20 Jack Lange removed muxer
2011-04-20 Jack Lange added extension core init
2011-04-19 Jack Lange disable XSETBV, etc instructions for hardware compatibility
2011-04-19 Jack Lange added cpuid masking
2011-04-19 Jack Lange added error message
2011-04-19 Jack Lange added extension framework with initial inspector extension
2011-04-19 Jack Lange remove yielding print statement
2011-04-13 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-13 Lei Xia Fix to VMM/Guest model dynamic switch for Virtio NIC
2011-04-12 Jack Lange moved host OS interfaces to a separate directory palaci...
2011-04-12 Lei Xia Add dynamic VMM Driven/Guest Driven mode switch in...
2011-04-12 Jack Lange clear instruction to 0 before decoding with xed
2011-04-12 Jack Lange used the proper api for operand access checks, and...
2011-04-12 Jack Lange added debugging for operand mode
2011-04-11 Jack Lange nother shot at movsx/movzx
2011-04-11 Jack Lange bug fixes
2011-04-11 Jack Lange added movsx/movzx decoding to internal decoder
2011-04-11 Peter Dinda Bug fixes to memory hooks
2011-04-11 Jack Lange added print message for STOS debugging
2011-04-11 Jack Lange fix misplaced bracket
2011-04-09 Lei Xia add proc log interface for VNET to get VNET statistic...
2011-04-08 Jack Lange user space VM inspection works for GPRs, RIP, CTRL...
2011-04-08 Jack Lange added inspection framework
2011-04-07 Peter Dinda Forgotten part of earlier commit...
2011-04-07 Peter Dinda Fixed interface error in keyed streams and build error
2011-04-07 Lei Xia Typo fix
2011-04-07 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-04-07 Peter Dinda Added host keyed stream support
2011-04-07 Jack Lange fixed missed debug macro
2011-04-07 Jack Lange added debug configuration option for decoding framework
2011-04-06 Lei Xia merge VNET Linux backend code into Linux module directory
2011-04-06 Jack Lange cleaned up the emulation code to be more general
2011-04-05 Peter Dinda Added graphics console host interface
2011-04-01 Lei Xia Minor Fix to VMX code
2011-03-30 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-03-30 Lei Xia fix the VMCS invalid field error when read VMCS_GUEST_EFER
2011-03-29 Peter Dinda Further enhancement of string op emulation for full...
2011-03-29 Peter Dinda Changed semantics of guest page table drilling
2011-03-29 Peter Dinda Added global function for searching for memory hooks
2011-03-25 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-03-25 Peter Dinda Basic support for printing real mode stacks
2011-03-25 Peter Dinda Support for full memory hooks with string instructions
2011-03-18 Jack Lange linux build fix and deinitialization fix
2011-03-15 Jack Lange added 64 bit operand support
2011-03-15 Jack Lange added checks for 64 bit operand decoding
2011-03-12 Erik van der Kouwe This patch fixes a compiler warning for me (compiling...
2011-03-12 Erik van der Kouwe This patch prevents v3_delete_mem_region from freeing...
2011-03-12 Jack Lange format fix
2011-03-10 Jack Lange added initial 64 bit decoding support
2011-03-09 Jack Lange internal decoders works enough to boot a 32 bit linux...
2011-03-08 Jack Lange more decoder work
2011-03-08 Jack Lange added null library files to fix linking
2011-03-08 Jack Lange added segment offsets to memory operand calculations
2011-03-08 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-03-08 Jack Lange decoder updates
2011-03-07 Patrick G. Bridges Start at support for multiple VMs per core on VMX syste...
2011-03-06 Jack Lange decoder updates
2011-03-04 Jack Lange fixed local core startup check
next