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
2010-11-10 Patrick G.... Minor debugging print changes/fixups
2010-11-10 Lei Xia Update char_stream device for virtual console input...
2010-11-10 Lei Xia add the virtual console input as a host event
2010-11-09 Lei Xia add VNET bridge for Linux Host
2010-11-09 Jack Lange some renaming
2010-11-09 Jack Lange minor fix
2010-11-09 Jack Lange updated stream device
2010-11-09 Jack Lange updated serial device
2010-11-09 Jack Lange added char device operations to device manager
2010-11-09 Jack Lange updated stream API
2010-11-09 Jack Lange updated file interface
2010-11-09 Jack Lange merge fix and changed file interface
2010-11-08 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-08 Jack Lange reworked the launch code
2010-11-08 Jack Lange reworked launch code
2010-11-08 Lei Xia clean up on VNET code
2010-11-08 Lei Xia remove the reparant_threadd function from host os hooks
2010-11-08 Lei Xia fix
2010-11-08 Jack Lange removed reparent callback
2010-11-08 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-08 Lei Xia virtual console works with stream-serial implementation
2010-11-07 Jack Lange added configurable host OS thread support
2010-11-05 Jack Lange added run state checks to the vm run loops to allow...
2010-11-05 Jack Lange added user space symbol inclusion to Kconfig
2010-11-05 Jack Lange wrapped decoder address check in shadow paging check
2010-11-05 Jack Lange fix 32 bit vmx entry to match i386/gcc calling conventions
2010-11-05 Erik van der... This patch contains various small fixes. Some are MINIX...
2010-11-05 Jack Lange added v3_stop_vm prototype and exported it to the host...
2010-11-05 Jack Lange added framework for stopping guest execution
2010-11-05 Erik van der... Replaces C++-style comments (// ...) with C-style comme...
2010-11-05 Jack Lange fixed write hook tmp page for ANY_CORE hooked pages
2010-11-04 Lei Xia minor fix on reference of v3_init_vnet
2010-11-04 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-04 Lei Xia add stream-serial device interface
2010-11-03 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-03 Patrick G.... Fixed minor bug with computing memory size due to type...
2010-11-03 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-03 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-03 Lei Xia stream implementation and interface between searial...
2010-11-03 Peter Dinda Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-01 Patrick G.... Fixed cluster/fixed dst_fmt usage in apic.c; revised...
2010-10-29 Jack Lange minor fixes. Can now successfully boot up when Qemu...
2010-10-29 Jack Lange compilation fixes
2010-10-29 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-10-29 Jack Lange fixed apic/ioapic interface
2010-10-29 Patrick G.... Modifications to make apic.c compile with PrintDebug...
2010-10-27 Jack Lange added final ipi_state transition
2010-10-27 Jack Lange more multicore fixes
2010-10-27 Jack Lange minor clean up fixes and debugging
2010-10-27 Jack Lange Fixed a truly stupid mistake....
2010-10-27 Jack Lange remove icc_bus references
2010-10-27 Jack Lange removed icc bus
2010-10-26 Jack Lange Removed a lot of the highly specific multicore code...
2010-10-25 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-10-25 Jack Lange added private data pointer to per vm state...
2010-10-25 Patrick G.... Merge branch 'devel' into timer_control
2010-10-25 Patrick G.... Minor changes to debugging, change to Makefile to suppo...
2010-10-21 Jack Lange geekos test kernel build fixes
2010-10-21 Patrick G.... More minor fixes on time keeping. VMM clock now appears...
2010-10-20 Jack Lange some fixes to caching, still segfaults at the init...
2010-10-20 Patrick G.... More minor updates for handling time. Virtually slower...
2010-10-20 Patrick G.... Attempts to support virutally slower processors - broken!
2010-10-20 Patrick G.... Minor cleanups on time handling.
2010-10-20 Jack Lange initial shadow page cache version
2010-10-19 Patrick G.... Merge branch 'devel' into timer_control
2010-10-19 Patrick G.... Minor compile fix.
2010-10-19 Patrick G.... Fixed merge of apic.c
2010-10-19 Patrick G.... More updates getting basic version of time handling...
2010-10-19 Jack Lange remove debugging
2010-10-19 Jack Lange large page changes
2010-10-18 Patrick G.... Still working on timer updates, heading towards being...
2010-10-14 Patrick G.... Removed destination format (i.e. clustered logical...
2010-10-12 Patrick G.... Fixed ioapic bug that caused interrupt routing entries...
2010-10-10 Lei Xia Remove the old vnet header file from include/device
2010-10-09 Peter Dinda Implementation of stream device backend, interface...
2010-10-08 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-10-07 Jack Lange 32 bit compatibility fix
2010-10-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-10-06 Peter Dinda v3_start_guest now exhibits the former behavior when
2010-10-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-10-06 Lei Xia All updates on the VNET during summer
2010-10-06 Patrick G.... Added more error checking from on what is returned...
2010-10-06 Jack Lange filedisk fixes
2010-10-06 Jack Lange linux fixes
2010-10-06 Jack Lange config fix
2010-10-06 Jack Lange Fixed bug in v3_cfg_val where it would not return null...
2010-10-06 Jack Lange Functional file backend
2010-10-06 Jack Lange removed redundant FILE option
2010-10-06 Jack Lange disabled serial port debugging
2010-10-06 Peter Dinda Implemented all and all-but-me shorthand delivery for...
2010-10-05 Jack Lange removed virtual wire mode
2010-10-05 Jack Lange this will probably be a disaster...
2010-10-05 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Jack Lange format fix
2010-10-05 Jack Lange some format fixes
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Peter Dinda Fixed minor syntax error
2010-10-05 Jack Lange fix for Linux rule breaking behavior
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Jack Lange format fixes
next