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.


debugging tweaks and minor fixes
[palacios.git] / palacios / include / palacios / vm_guest.h
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-12-03 Jack Lange major VMX update
2009-12-01 Jack Lange integrated new configuration system
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 added cpuid hooking
2009-09-14 Jack Lange added symbiotic interface
2009-09-04 Jack Lange hardware multicore support
2009-08-31 Andy Gocke VMX is working for a 32-bit Linux kernel. It should...
2009-08-21 Jack Lange ported the profiler over to the telemetry interface
2009-08-17 Jack Lange initial checkin of symbiotic swap interface
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-11 Jack Lange added yield functionality
2009-08-07 Jack Lange added yield functionality
2009-06-24 Jack Lange first cut at cleaning up the VMX mess
2009-06-05 Jack Lange include prototype for guest state dump
2009-04-26 Jack Lange removed unused msrs
2009-04-26 Jack Lange updated IO and MSRs to allow hooking/unhooking dynamic...
2009-04-23 Jack Lange renamed guest cpu/mem mode functions
2009-04-23 Jack Lange typedef name changes
2009-04-17 Jack Lange changed memory map to be layered on top of a single...
2009-03-20 Jack Lange moved exception tracking out of the interrupt state...
2009-03-18 Jack Lange removed segment regs
2009-03-03 Jack Lange reformatting include files
2009-02-25 Jack Lange added address width calculations
2009-02-19 Jack Lange added configurable memory sizes
2009-02-16 Jack Lange added hypercall registration and handler
2009-02-14 Jack Lange Do we need to save and restore the guests GS/FS regs?
2009-02-06 Jack Lange cleaned up emulation interface
2009-02-06 Jack Lange minor fixes
2009-02-05 Jack Lange save/restore MSRs before VM entry/exit
2009-02-05 Jack Lange 64 bit guests initially supported
2009-01-30 Jack Lange some fixes
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-25 Jack Lange working instruction emulation
2008-10-30 Jack Lange added mem_size config variable
2008-10-28 Jack Lange added more 64 bit support,
2008-10-27 Jack Lange more 64 bit guest support
2008-10-27 Jack Lange added MSR hook framework
2008-10-17 Jack Lange more cleanup
2008-10-16 Jack Lange large scale namespace changes
2008-10-15 Jack Lange added host event hooks interface
2008-10-10 Jack Lange reworked the interrupt injection to be guest specific
2008-10-03 Jack Lange added new copyright and license
2008-09-26 Jack Lange almost done with the namespace protection via -D__V3VEE...
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-25 Jack Lange added copyright tags
2008-09-16 Jack Lange fixed a ton of compile errors
2008-08-14 Zheng Cui *** empty log message ***
2008-08-04 Jack Lange changed the emulator to use single step break points...
2008-08-02 Jack Lange started the emulation framework
2008-07-31 Jack Lange added hash table
2008-07-25 Jack Lange added decoder support for cr0 write handler
2008-07-23 Jack Lange integrated decoder
2008-07-23 Jack Lange moved xed around to setup the decoder interface
2008-07-22 Jack Lange code clean up
2008-07-22 Jack Lange code clean up
2008-07-16 Jack Lange some nested paging fixes
2008-07-14 Jack Lange ugg
2008-07-14 Jack Lange *** empty log message ***
2008-06-30 Jack Lange large change to break apart the guest operation mode...
2008-05-21 Jack Lange lot of changes
2008-05-19 Jack Lange added invlpg support
2008-05-14 Jack Lange architecture independence work
2008-05-13 Jack Lange lots of changes...
2008-04-18 Jack Lange added irq initial setup
2008-04-15 Jack Lange moved over the a real linked list implementation
2008-04-12 Peter Dinda Added devices, device manager, and nvram device
2008-04-09 Jack Lange added the framework for interupt delivery
2008-04-09 Jack Lange BIOS now runs, but dies because it has no devices....
2008-04-05 Jack Lange code restructuring