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.


This patch changes the comment format (// to /* ... */) in some header
[palacios.git] / palacios / include / palacios /
2010-04-13 Erik van der Kouwe This patch changes the comment format (// to /* .....
2010-04-02 Jack Lange Added guest multiplexing support
2010-03-28 Jack Lange removed redundant OS API
2010-03-28 Lei Xia change lsipi_send api as vnet configable option
2010-03-25 Lei Xia Update on VNET
2010-03-15 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-03-15 Lei Xia Minimize the copies for vnet and Virtio bridge
2010-03-13 Jack Lange symbiotic updates for module loading
2010-03-12 Lei Xia Clear the code
2010-03-12 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-03-12 Jack Lange symbiotic module updates
2010-03-08 Lei Xia Update on the VNET Bridge virtio device
2010-03-02 Lei Xia Vnet updated. Working both single guest or multiple...
2010-03-01 Lei Xia Fix to vnet/virtio networking
2010-02-26 Lei Xia Minor fix to virtio networking
2010-02-22 Lei Xia Minor update to vnet
2010-02-21 Jack Lange more fixes
2010-02-21 Jack Lange vnet cleanup
2010-02-17 Lei Xia Update on VNET-NIC device, and fix vnet & virtio net
2010-02-16 Lei Xia Add initial code for multicore support VNET
2010-02-15 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-02-15 Lei Xia Add lock to vmm_queue
2010-02-11 Jack Lange added global module registry
2010-02-11 Jack Lange added module directory tree and build configuration
2010-02-10 Jack Lange Added symbiotic module loader framework
2010-02-06 Jack Lange reorganized swapbypass to isolate it to a special shado...
2010-02-06 Jack Lange reorganization of the symbiotic infrastructure
2010-02-04 Jack Lange New Shadow paging implementation to allow pluggable...
2010-02-04 Jack Lange consolidated hypercall numbers\030
2010-02-04 Jack Lange minor symbiotic interface fixes
2010-02-03 Jack Lange Updated symbiotic interfaces for multicore support
2010-02-03 Jack Lange Moved guest initialization to vm_guest.c, added guest_i...
2010-02-03 Jack Lange Fix interrupt injection bug due to caching irq vectors...
2010-01-30 Jack Lange added back in 32 bit support
2010-01-30 Jack Lange Intel VMX ASM fixes
2010-01-16 Jack Lange telemetry fixes
2010-01-15 Jack Lange added per core structure to MSR/MEM hooks
2010-01-15 Kevin Pedretti Merge branch 'devel' of ssh://ktpedre@newskysaw.cs...
2010-01-15 Jack Lange added per core memory map support
2010-01-15 Kevin Pedretti Jack's changes to split up stucts for multi-core.
2010-01-15 Jack Lange fixes for single core guest on multicore capable systeM
2010-01-15 Kevin Pedretti Philip's changes along with some minor changes from...
2010-01-14 Jack Lange refactoring to the point of compilation
2010-01-12 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-01-12 Lei Xia Minor fix on vnet
2010-01-07 Jack Lange lots of fixes
2010-01-05 Jack Lange build fix
2009-12-15 Jack Lange formatting fixes
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-12-15 Lei Xia Restructure of Vnet
2009-12-11 Lei Xia Update on the virtio net
2009-12-09 Jack Lange removed vmcs accesses from io handler
2009-12-03 Jack Lange major VMX update
2009-12-01 Jack Lange integrated new configuration system
2009-11-26 Jack Lange various changes...
2009-11-17 Jack Lange interface updates
2009-11-17 Jack Lange added xml parser for configuration
2009-11-16 Lei Xia Move vnet code to src/palacios
2009-11-06 Jack Lange added simplistic page table cache
2009-10-30 Jack Lange symbiotic fixups
2009-10-06 Jack Lange changed the symbiotic calling interface to a synchronou...
2009-10-02 Jack Lange added symbiotic interface
2009-09-23 Jack Lange added symbiotic interface and a number of other small...
2009-09-18 Jack Lange register assignment fix
2009-09-18 Jack Lange added cpuid hooking
2009-09-14 Jack Lange added symbiotic interface
2009-09-14 Jack Lange updated msr map to allow early hooking
2009-09-14 Jack Lange updated io map to allow early hooking
2009-09-14 Jack Lange added for_each macro to redblack tree
2009-09-10 Jack Lange added pci passthrough and a few other things
2009-09-04 Jack Lange hardware multicore support
2009-09-01 Jack Lange added cpu interruption interface
2009-09-01 Jack Lange modified interrupt interface to pass guest_info pointer
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-24 Jack Lange telemetry updates
2009-08-21 Jack Lange added symbiotic swap telemetry data
2009-08-21 Jack Lange minor cleanup to vmxassist context code
2009-08-21 Jack Lange added palacios MACROs
2009-08-21 Andy Gocke Modified boot and vmxassist to handle real/protected...
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-21 Jack Lange cleanup of debugging functions
2009-08-19 Jack Lange symbiotic swap implementation (unsafe for kernel pages)
2009-08-17 Jack Lange initial checkin of symbiotic swap interface
2009-08-14 Jack Lange added initial symbiotic swapping framework
2009-08-13 Andy Gocke Succesful transition to vmxassist, then to the bios...
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-13 Jack Lange Ported palacios to Kbuild
2009-08-11 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw//home...
2009-08-11 Jack Lange reworked the interrupt handling to streamline things...
2009-08-11 Jack Lange added yield functionality
2009-08-10 Andy Gocke Added shadow page handling, IO and MSR bitmap allocatio...
2009-08-07 Jack Lange added yield functionality
2009-08-06 Andy Gocke Latest VMX work that still has bug in guest state causi...
2009-08-04 Andy Gocke Succesfully launches and jumps into the exit handler...
2009-07-29 Andy Gocke Completed preliminary host and guest state structure...
2009-07-25 Jack Lange Update to the device framework.
2009-07-25 Jack Lange formatting fixes
2009-07-24 Jack Lange removed a lot of pointless stuff from the device manager
2009-07-24 Jack Lange changed hashtable functions to match Palacios naming...
2009-07-24 Jack Lange added sprintf to build and reworked type system to...
next