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-26 Erik van der... This patch virtualizes VM_CR_MSR to tell the guest...
2010-11-26 Erik van der... This implements command 0xf0 on the keyboard controller...
2010-11-26 Erik van der... NVRAM keeps a reference to IDE to query its geometry...
2010-11-26 Erik van der... disassemble the code around the RIP. It starts disassem...
2010-11-26 Erik van der... OpenBSD reads the century byte, which wasn't being...
2010-11-26 Erik van der... The serial IIR and FCR registers for the serial ports...
2010-11-26 Erik van der... This patch adds the ATAPI drive reset command to the...
2010-11-24 Jack Lange minor fixes for stopping VMs
2010-11-23 Jack Lange updated stop procedure to handle multiple cores
2010-11-23 Jack Lange added free interface
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Lei Xia Fix to the piix3
2010-11-23 Jack Lange removed io port check for northbridge
2010-11-23 Lei Xia Minor fix
2010-11-23 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-23 Lei Xia More fix on VNET code
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
2010-11-22 Jack Lange keyboard buf fixes
2010-11-22 Jack Lange reworked device IO hook framework
2010-11-22 Lei Xia add backend device for direct host network bridge
2010-11-21 Lei Xia Minor fix on virtio network device config
2010-11-19 Erik van der... It seems FreeBSD sets the cursor to an out-of-screen...
2010-11-19 Erik van der... The Palacios PIC does not implement the set-priority...
2010-11-19 Erik van der... This command implements the 0xee echo command on the...
2010-11-19 Jack Lange more device free updates
2010-11-19 Jack Lange update page free interface to allow freeing of multiple...
2010-11-19 Jack Lange added some more device unregister functions
2010-11-19 Jack Lange timer interface updates to allow state cleanup on exit
2010-11-18 Jack Lange argument order fix
2010-11-18 Jack Lange updated file interface
2010-11-18 Jack Lange paranoid check
2010-11-18 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-18 Jack Lange updated the socket interface
2010-11-18 Lei Xia add raw packet interface
2010-11-17 Lei Xia Remove the Linux host bridge code in Palacios
2010-11-17 Lei Xia Minor fix on VNET config
2010-11-17 Lei Xia More clean on VNET codes
2010-11-17 Lei Xia VNET code clean and rearrangement
2010-11-17 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-17 Jack Lange updated build process to map common symbols out of...
2010-11-15 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-15 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2010-11-15 Jack Lange added error checking to svm initialization
2010-11-15 Jack Lange added console host event
2010-11-15 Jack Lange added vnet dependency
2010-11-15 Jack Lange moved the host_private_data assignment to earlier in...
2010-11-15 Jack Lange fixed missing initialization in bochs console
2010-11-12 Lei Xia Rename vmm_vnet.c to vmm_vnet_core.c
2010-11-11 Patrick G.... Fixed (hopefully) bug introduced previously by moving...
2010-11-10 Jack Lange compilation fix
2010-11-10 Jack Lange added dimension flags to console hooks
2010-11-10 Jack Lange reworked the console hooks
2010-11-10 Jack Lange moved CONSOLE host event to SERIAL host event
2010-11-10 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2010-11-10 Lei Xia Fix to virtio vnet device
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
next