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.


From 294306ec5026ea691a4f1380598114688b061c99 Mon Sep 17 00:00:00 2001
[palacios.git] / palacios / src / palacios / vmm_ctrl_regs.c
2009-08-27 Steven Jaconette From 294306ec5026ea691a4f1380598114688b061c99 Mon Sep...
2009-08-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-04-26 Jack Lange moved guest_efer from top level guest_info to the shado...
2009-04-23 Jack Lange various fixes. Hopefully this fixes the transient shutd...
2009-04-23 Jack Lange renamed guest cpu/mem mode functions
2009-04-23 Jack Lange typedef name changes
2009-04-20 Jack Lange cleaned up the memory handing implementation
2009-03-20 Jack Lange fixed debug formats
2009-03-12 Jack Lange fixed cr0 reads from long mode
2009-03-04 Jack Lange fixed a number of bugs due to the update
2009-03-03 Jack Lange fixed stupid issue with xed where it reversed the opera...
2009-02-25 Peter Dinda fixed cr4 handling of pse/pae/pge, any of which, when...
2009-02-14 Jack Lange fixed Syscall enable flag in efer
2009-02-06 Jack Lange minor fixes
2009-02-05 Jack Lange removed reference to shadow_efer
2009-02-05 Jack Lange 64 bit guests initially supported
2009-01-25 Jack Lange working instruction emulation
2008-10-30 Jack Lange fixed xed to handle SMSW instructions
2008-10-30 Jack Lange unified and simplified the control register handlers...
2008-10-29 Jack Lange setting up framework for 64 bit shadow paging
2008-10-29 Jack Lange restructured the ctrl register handlers
2008-10-29 Jack Lange added full EFER virtualization
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-26 Jack Lange fixed format string issues due to printf attribute...
2008-10-22 Trammell Hudson It works!
2008-10-22 Jack Lange fixed shadow paging up to the next error
2008-10-22 Jack Lange typecast fix
2008-10-22 Jack Lange added address conversion to cached CR3 value
2008-10-21 Jack Lange updated to use pa_to_va address conversion
2008-10-16 Jack Lange more namespace changes
2008-10-16 Jack Lange large scale namespace changes
2008-10-07 Jack Lange updated to 64 bits based on the wrong f#@$%ing trunk
2008-10-03 Jack Lange added new copyright and license
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-08-25 Jack Lange added queue implementation
2008-08-22 Jack Lange reworked the hash table implementation
2008-08-07 Peter Dinda Added support for wbinvd instruction exit (which window...
2008-08-03 Jack Lange added emulator
2008-08-02 Jack Lange started the emulation framework
2008-07-31 Peter Dinda write_cr3 optimization to reuse page table if cr3 is...
2008-07-31 Jack Lange added hash table
2008-07-28 Jack Lange added new control register handlers
2008-07-28 Peter Dinda Added RTC functionality (including interrupt injection...
2008-07-25 Jack Lange added decoder support for cr0 write handler
2008-07-23 Jack Lange integrated decoder
2008-07-21 Jack Lange added new debugging directives
2008-07-21 Jack Lange changed debug output to be more granular
2008-07-16 Jack Lange some nested paging fixes
2008-07-14 Jack Lange ugg
2008-07-14 Jack Lange *** empty log message ***
2008-07-14 Jack Lange *** empty log message ***
2008-07-14 Peter Dinda Tweaks to inject page faults on certain conditions...
2008-07-07 Jack Lange boot process to serial initialization
2008-07-03 Peter Dinda svm_io.c: these now continue to operate on OUTS, INS... boot386puppy-26-to-ide
2008-07-02 Peter Dinda Updated to include improved 8254
2008-07-01 Jack Lange *** empty log message ***
2008-07-01 Jack Lange moved further along in the boot process....
2008-06-30 Jack Lange large change to break apart the guest operation mode...
2008-06-29 Peter Dinda Added CR0 handling for PROTECTED_PG and for the CLTS...
2008-06-24 Jack Lange fixed page table deletion error
2008-06-20 Jack Lange added decoder
2008-06-17 Jack Lange added initial memory hook support, still need decoder
2008-06-10 Jack Lange *** empty log message ***
2008-05-19 Jack Lange added invlpg support
2008-05-14 Jack Lange architecture independence work