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.


Software interrupt decoder support
[palacios.git] / palacios / include /
2011-02-18 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw/home...
2011-02-18 Jack Lange typo fix
2011-02-18 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-02-18 Lei Xia Fix to the VNET route update interface
2011-02-17 Jack Lange added xml output back
2011-02-17 Patrick G. Bridges Fixes to time code to allow virtualization to hide...
2011-02-16 Lei Xia Clean of virtio NIC, vnet-bridge code
2011-02-11 Lei Xia add statistic structure to virtual ethernet devices
2011-02-07 Lei Xia Fix the NE2k card
2011-02-06 Lei Xia Change the direct network bridge interface
2011-02-06 Lei Xia Merge branch 'devel' of palacios@newskysaw.cs.northwest...
2011-02-06 Lei Xia Add MAC address configure support on Virtio NIC
2011-02-01 Jack Lange add generic resource hook tracking to device manager
2011-02-01 Jack Lange added stricter types to the msr hook framework
2011-01-29 Lei Xia Palacios Network Direct Bridge interface update
2011-01-27 Jack Lange build fixes and cleanup code to handle VMM shutdown
2011-01-27 Lei Xia Deinit code of VNET and VNET-NIC device
2011-01-24 Jack Lange license fix
2011-01-22 Erik van der Kouwe This patch adds a few compiler conditionals so that...
2011-01-22 Erik van der Kouwe is patch adds a function v3_print_guest_state_all that...
2011-01-21 Erik van der Kouwe To be able to run Windows I'll need more graphics capab...
2011-01-20 Jack Lange changed deinitialization prototype to be compatible...
2011-01-20 Jack Lange added initial global shutdown functionality
2011-01-19 Jack Lange removed outdated build environment
2011-01-13 Jack Lange almost all deinitialization has been added
2011-01-12 Jack Lange free up telemetry state and free backend state for...
2011-01-12 Jack Lange free configuration data during deinitialization
2011-01-12 Jack Lange delete leftover resource hooks and various resource...
2011-01-12 Jack Lange uninitializing of memory hooks and host events
2011-01-12 Jack Lange restructured device manager deinitialization
2011-01-12 Jack Lange deallocate arch specific IO/MSR hook state
2011-01-11 Jack Lange freeing of virtual paging state during guest deinitiali...
2011-01-06 Jack Lange fixed bug in time initialization, and added deinitializ...
2011-01-06 Jack Lange deinitialization of interrupt state
2011-01-06 Jack Lange added vmcs/vmcb freeing
2010-11-26 Erik van der Kouwe This patch virtualizes VM_CR_MSR to tell the guest...
2010-11-26 Erik van der Kouwe disassemble the code around the RIP. It starts disassem...
2010-11-23 Jack Lange deallocation of devices
2010-11-23 Jack Lange changed device registration interface
2010-11-23 Jack Lange Updated devices to remove vm_device dependencies.
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 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 timer interface updates to allow state cleanup on exit
2010-11-18 Jack Lange updated file interface
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 More clean on VNET codes
2010-11-17 Lei Xia VNET code clean and rearrangement
2010-11-15 Jack Lange moved the host_private_data assignment to earlier in...
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 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 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 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 Erik van der Kouwe 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 Erik van der Kouwe Replaces C++-style comments (// ...) with C-style comme...
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-10-29 Jack Lange minor fixes. Can now successfully boot up when Qemu...
2010-10-29 Jack Lange fixed apic/ioapic interface
2010-10-27 Jack Lange Fixed a truly stupid mistake....
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-21 Patrick G. Bridges More minor fixes on time keeping. VMM clock now appears...
2010-10-20 Patrick G. Bridges Attempts to support virutally slower processors - broken!
2010-10-19 Patrick G. Bridges Merge branch 'devel' into timer_control
2010-10-19 Patrick G. Bridges Fixed merge of apic.c
2010-10-19 Patrick G. Bridges More updates getting basic version of time handling...
2010-10-19 Jack Lange large page changes
2010-10-18 Patrick G. Bridges Still working on timer updates, heading towards being...
2010-10-14 Patrick G. Bridges Removed destination format (i.e. clustered logical...
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-06 Lei Xia All updates on the VNET during summer
2010-10-05 Peter Dinda Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2010-10-05 Jack Lange minor header file reordering for clarity
2010-10-01 Patrick G. Bridges Time configuration parameters added. More time control...
next