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.


moved svm_lowlevel.asm over to gas syntax in svm_lowlevel.S
[palacios.git] / palacios / src / palacios /
2008-10-20 Jack Lange moved svm_lowlevel.asm over to gas syntax in svm_lowlevel.S
2008-10-20 Jack Lange moved vmm_lowlevel.asm to C header file vmm_lowlevel.h
2008-10-17 Peter Dinda Fixed a = versus == thing
2008-10-17 Jack Lange more cleanup
2008-10-16 Jack Lange more namespace changes
2008-10-16 Jack Lange large scale namespace changes
2008-10-16 Jack Lange moved bochs debug facilities to a virtual device
2008-10-16 Jack Lange added more selective debugging directives
2008-10-15 Jack Lange tried to reduce compiler warnings, and cut down on...
2008-10-15 Jack Lange updated devices to use new host event interface
2008-10-15 Jack Lange added host event hooks interface
2008-10-14 Jack Lange General fixes and clean up
2008-10-10 Jack Lange reworked the interrupt injection to be guest specific
2008-10-07 Jack Lange fixed ceil linking issue and net.c compile problems
2008-10-07 Jack Lange Merge branch '64bit' into 64bit-right
2008-10-07 Jack Lange updated to 64 bits based on the wrong f#@$%ing trunk
2008-10-07 Jack Lange added a configuration structure for the binary inputs...
2008-10-06 Jack Lange build reorganization
2008-10-03 Jack Lange added new copyright and license
2008-10-02 Jack Lange added functioning ramdisk, makefile support
2008-10-02 Jack Lange trying to deal with nvram bug, disabled for now
2008-10-02 Jack Lange reworked ramdisk now compiles, not tested
2008-09-30 Jack Lange reworked the generic device to handle run time configur...
2008-09-30 Jack Lange bug fix in deinit
2008-09-30 Jack Lange bug fix in deinit
2008-09-30 Jack Lange removed references to GeekOS and added some namespace...
2008-09-30 Jack Lange import of new ramdisk
2008-09-26 Jack Lange removed references to GeekOS and added some namespace...
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-09-02 Jack Lange clean up
2008-08-25 Jack Lange added queue implementation
2008-08-22 Jack Lange reworked the hash table implementation
2008-08-14 Zheng Cui *** empty log message ***
2008-08-11 Jack Lange cleaned up handler code
2008-08-07 Peter Dinda Added support for wbinvd instruction exit (which window...
2008-08-04 Jack Lange to rein in the confusion
2008-08-04 Jack Lange changed the emulator to use single step break points...
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-24 Jack Lange moving along...
2008-07-24 Jack Lange added support for register instrs
2008-07-23 Jack Lange added more decoder support
2008-07-23 Jack Lange integrated decoder
2008-07-23 Jack Lange added decoder support to makefile
2008-07-23 Jack Lange moved xed around to setup the decoder interface
2008-07-22 Jack Lange *** empty log message ***
2008-07-22 Jack Lange more clean up changes
2008-07-22 Jack Lange added configuration routine
2008-07-22 Jack Lange code clean up
2008-07-22 Jack Lange code clean up
2008-07-22 Jack Lange source code clean up,
2008-07-22 Jack Lange fixed debug output
2008-07-21 Jack Lange added new debugging directives
2008-07-21 Jack Lange changed debug output to be more granular
2008-07-21 Lei Xia Incorporated XED inclusion code. puppy-and-xed
2008-07-21 Peter Dinda code for new irq hooking mechanism boots-puppy-iso-to-command-prompt
2008-07-19 Peter Dinda Handling of pause exits (currently just noop, but power...
2008-07-19 Peter Dinda svm_handler now handles pause exits and correctly does...
2008-07-17 Jack Lange *** empty log message ***
2008-07-16 Jack Lange *** empty log message ***
2008-07-16 Jack Lange some nested paging fixes
2008-07-15 Peter Dinda Added support for SMI interrupt reaches-user-mode-on-qemu-and-both-amd-boxes-nested-paging-faults
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-10 Peter Dinda Added fix to is_svm_capable() to correctly detect neste...
2008-07-07 Peter Dinda svm_io.c now correctly handles segment prefix overrides...
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-02 Peter Dinda *** empty log message ***
2008-07-01 Jack Lange *** empty log message ***
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-23 Jack Lange removed debugging
2008-06-23 Jack Lange added new fields to interface
2008-06-23 Peter Dinda Fixed the FS/GS save/restore problem
2008-06-23 Jack Lange Instruction Decoder - Name Change
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-06-01 Jack Lange fixed interrupt injection
2008-05-30 Jack Lange *** empty log message ***
2008-05-29 Jack Lange added timer support...
2008-05-22 Jack Lange *** empty log message ***
2008-05-21 Jack Lange lot of changes
2008-05-19 Jack Lange added invlpg support
next