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.


fixed CLGI window
[palacios.git] / palacios / include /
2009-03-25 Jack Lange first cut at nested paging
2009-03-20 Jack Lange moved exception tracking out of the interrupt state...
2009-03-18 Jack Lange updated ramdisk with initial pci placeholders
2009-03-18 Jack Lange removed segment regs
2009-03-16 Jack Lange added checks to only mark interrupts as taken if SVM...
2009-03-16 Jack Lange added irq acking
2009-03-16 Jack Lange added different pci device types
2009-03-16 Jack Lange bug fixes
2009-03-16 Lei Xia Fix a typo
2009-03-16 Jack Lange added bar updates and initialization
2009-03-16 Lei Xia Merge branch 'devel' of /home/palacios/palacios into...
2009-03-16 Lei Xia Update Regitster device
2009-03-16 Jack Lange added support for bar updates in io write handler
2009-03-16 Jack Lange added bar structure
2009-03-16 Jack Lange updated pci to simplify callback setup
2009-03-14 Jack Lange PCI updates
2009-03-14 Jack Lange imported updated PCI devicE
2009-03-10 Jack Lange deleted vnic.h
2009-03-10 Jack Lange rename and cleanup
2009-03-08 Jack Lange added correct gpr size mask for long compatibility...
2009-03-08 Jack Lange added argument to thread create hook
2009-03-04 Jack Lange adding paravirtualized network device
2009-03-04 Jack Lange added kernel thread hook
2009-03-04 Jack Lange fixed a number of bugs due to the update
2009-03-03 Jack Lange reformatted device include files
2009-03-03 Jack Lange reformatting include files
2009-03-03 Lei Xia Add Virtual PCI and Virtual NIC
2009-03-03 Jack Lange changed V3_SOCK to int, and updated the sock_set types...
2009-02-25 Jack Lange added xchg support to emulator
2009-02-25 Jack Lange added address width calculations
2009-02-24 Jack Lange fixed emulation bugs
2009-02-23 Jack Lange added stos instruction to the emulator
2009-02-23 Steven Jaconette changes to direct passthrough pagefault handlers
2009-02-19 Jack Lange added configurable memory sizes
2009-02-16 Jack Lange added hypercall registration and handler
2009-02-16 Jack Lange added movzx/movsx instructions to the emulator
2009-02-14 Jack Lange Do we need to save and restore the guests GS/FS regs?
2009-02-13 Jack Lange fixed ioapic bug
2009-02-13 Jack Lange IO APIC implementation
2009-02-13 Jack Lange added support for multiple interrupt controllers
2009-02-10 Jack Lange Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-02-10 Jack Lange timer fixes
2009-02-10 Lei Xia Modify Socket, Make V3_SOCK long
2009-02-09 Jack Lange cleaned up instrumentation implementation
2009-02-09 changb gcc-instrumenation added
2009-02-09 Jack Lange added ring buffer
2009-02-07 Jack Lange apic register definitions added
2009-02-07 Jack Lange bug fixes for:
2009-02-06 Jack Lange fixed data type for 64 bit instruction form
2009-02-06 Jack Lange added 64 bit emulated instruction forms
2009-02-06 Jack Lange cleaned up emulation interface
2009-02-06 Steven Jaconette Direct paging changes
2009-02-06 Jack Lange changed instruction macros to write forms
2009-02-06 Jack Lange minor fixes
2009-02-06 Jack Lange cleaned up dev manager implementation
2009-02-06 Jack Lange added APIC device
2009-02-05 Jack Lange save/restore MSRs before VM entry/exit
2009-02-05 Jack Lange 64 bit guests initially supported
2009-02-04 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-02-04 Jack Lange added os_debug device
2009-02-04 Lei Xia Merge branch 'devel' of /home/palacios/palacios into...
2009-02-04 Jack Lange fixed paging callbacks to normalize calling convention
2009-02-04 Lei Xia Merge branch 'devel' of /home/palacios/palacios into...
2009-02-03 Lei Xia V3_Sockets Macros tested
2009-02-03 Jack Lange cleaned up 32 bit shadow paging implementation
2009-02-03 Jack Lange fixed spurious characters...
2009-02-03 Jack Lange starting work on 64 bit shadow paging
2009-02-03 Lei Xia Merge branch 'devel' of ssh://palacios@newskysaw.cs...
2009-02-03 Lei Xia Finish the VMM Socket Layer
2009-02-03 Jack Lange added list_tail_entry() accessor function
2009-02-03 Jack Lange revamped the INVLPG handler
2009-02-03 Jack Lange modified the shadow paging files to separate them based...
2009-01-30 Jack Lange profiler changes
2009-01-30 Jack Lange some fixes
2009-01-29 Jack Lange some fixes for profiling
2009-01-29 Jack Lange added profiling support
2009-01-28 Jack Lange changed shadow memory map to use Red Black Tree
2009-01-28 Jack Lange changed the io_map implementation to use red-black...
2009-01-27 Jack Lange fixed instruction emulation for 64 bit machines
2009-01-25 Jack Lange working instruction emulation
2009-01-21 Jack Lange added red-black tree implementation from linux
2008-12-01 Jack Lange small fixes
2008-11-25 Jack Lange stupid error fix
2008-11-25 Jack Lange added sock_set functions for select() support
2008-11-24 Jack Lange added socket interface
2008-11-04 Jack Lange moved debugging functions over to new page table callba...
2008-11-03 Jack Lange reworked the paging functions
2008-10-31 Jack Lange hooked in page table walkers for 64 bit page table...
2008-10-31 Jack Lange added to string function for page_type enumerator
2008-10-31 Jack Lange fixed a ton of compile errors...
2008-10-31 Jack Lange added page table walkers
2008-10-31 Jack Lange added full page table access check functions
2008-10-31 Jack Lange added pae+64 bit page table access checks
2008-10-31 Jack Lange added translation functions
2008-10-30 Jack Lange added the translation functions to the header file
2008-10-30 Jack Lange added guest page table translators for 32/32PAE/64...
2008-10-30 Jack Lange added lookup functions for all page table forms,
2008-10-30 Jack Lange cleaned up the PAGE table access macros to be general...
2008-10-30 Jack Lange unified and simplified the control register handlers...
2008-10-30 Jack Lange added mem_size config variable
next