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.


Add Vnet Configure
[palacios.git] / palacios / src / palacios / svm_handler.c
2010-01-25 Lei Xia Add Vnet Configure
2009-12-15 Jack Lange debugging tweaks and minor fixes
2009-10-30 Jack Lange symbiotic fixups
2009-10-06 Jack Lange changed the symbiotic calling interface to a synchronou...
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-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-13 Jack Lange fixed configuration macro checks and a few configuratio...
2009-08-11 Jack Lange reworked the interrupt handling to streamline things...
2009-06-26 Jack Lange more cleanup
2009-06-10 Jack Lange cleanup of vmcb structs and names
2009-04-24 Jack Lange Ok. One more time. Please, please, please let this...
2009-04-24 Jack Lange I think I might have fixed the SHUTDOWN bug...
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-08 Jack Lange updated the pci and IDE configuration.
2009-04-06 Jack Lange getting things working again
2009-04-06 Jack Lange huge update for merge
2009-03-25 Jack Lange first cut at nested paging
2009-03-20 Jack Lange added EXITINTINFO checks before interrupt injection
2009-03-20 Jack Lange moved exception tracking out of the interrupt state...
2009-03-17 Jack Lange debugging update
2009-03-17 Jack Lange debugging fixes
2009-03-17 Jack Lange only debug seastar and apic timer messages
2009-03-17 Jack Lange updated debugging output
2009-03-16 Jack Lange squashed debug messages
2009-03-16 Jack Lange fixed stupid error...
2009-03-16 Jack Lange added checks to only mark interrupts as taken if SVM...
2009-03-03 Jack Lange reformatting of the source files
2009-02-19 Jack Lange increment rip after a successfull hypercall
2009-02-16 Jack Lange added hypercall registration and handler
2009-02-05 Jack Lange 64 bit guests initially supported
2009-02-04 Jack Lange fixed paging callbacks to normalize calling convention
2009-02-04 Jack Lange changed to error output
2009-01-29 Jack Lange some fixes for profiling
2009-01-29 Jack Lange added profiling support
2009-01-25 Jack Lange working instruction emulation
2008-10-27 Jack Lange added MSR hook framework
2008-10-26 Jack Lange fixed format string issues due to printf attribute...
2008-10-25 Jack Lange added 32 bit support for geekos
2008-10-22 Jack Lange fixed shadow paging up to the next error
2008-10-22 Jack Lange more printf format fixes
2008-10-22 Jack Lange fixed all the printf style warnings/errors
2008-10-22 Jack Lange fixed svm entry launch
2008-10-16 Jack Lange more namespace changes
2008-10-16 Jack Lange large scale namespace changes
2008-10-16 Jack Lange added more selective debugging directives
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-09-16 Jack Lange fixed a ton of compile errors
2008-08-22 Jack Lange reworked the hash table implementation
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 changed the emulator to use single step break points...
2008-08-03 Jack Lange added emulator
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-21 Jack Lange added new debugging directives
2008-07-21 Jack Lange changed debug output to be more granular
2008-07-21 Peter Dinda code for new irq hooking mechanism boots-puppy-iso-to-command-prompt
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 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-07 Jack Lange boot process to serial initialization
2008-07-02 Peter Dinda *** empty log message ***
2008-06-30 Jack Lange large change to break apart the guest operation mode...
2008-06-20 Jack Lange added decoder
2008-06-10 Jack Lange *** empty log message ***
2008-06-01 Jack Lange fixed interrupt injection
2008-05-21 Jack Lange lot of changes
2008-05-19 Jack Lange added invlpg support
2008-05-15 Jack Lange *** empty log message ***
2008-05-14 Jack Lange reworked some of the interrupt handling
2008-05-14 Jack Lange architecture independence work
2008-05-13 Jack Lange lots of changes...
2008-05-06 Jack Lange booting geekos up to the timer initialization
2008-05-02 Jack Lange *** empty log message ***
2008-04-30 Jack Lange a guest kernel that works equally well on the dell+HP
2008-04-18 Jack Lange added irq initial setup
2008-04-16 Jack Lange something that sort of works more than it did previousl...
2008-04-15 Jack Lange moved over the a real linked list implementation
2008-04-14 Jack Lange added full device support
2008-04-11 Jack Lange *** empty log message ***
2008-04-11 Jack Lange *** empty log message ***
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-09 Jack Lange got the bios setup ok, now we have to handle the exits
2008-04-05 Jack Lange code restructuring