VirtualBox

source: vbox/trunk/src/VBox/VMM/EM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8098   17 years vboxsync Emulate cmpxchg8b in GC.
(edit) @7996   17 years vboxsync Relax tests for PAE (rem vs raw)
(edit) @7803   17 years vboxsync More logging
(edit) @7735   17 years vboxsync Include EFER msr in all PGMChangeMode calls.
(edit) @7584   17 years vboxsync Logging fixes
(edit) @7286   17 years vboxsync emulate [lock] xadd in GC
(edit) @6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5264   17 years vboxsync Quit unconditionally on a guru meditation.
(edit) @5249   17 years vboxsync Make guru meditation work. At this point rc2 cannot be …
(edit) @4738   17 years vboxsync more new phys code.
(edit) @4551   17 years vboxsync EMSTATE_NONE
(edit) @4295   17 years vboxsync VMSTATE_GURU_MEDITATION when EMR3Execute returns with the EM state …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4013   17 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @3184   17 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3145   17 years vboxsync Fixed incorrect IOM return checks.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2894   18 years vboxsync Logging changes
(edit) @2893   18 years vboxsync Logging changes
(edit) @2888   18 years vboxsync spelling
(edit) @2882   18 years vboxsync fix
(edit) @2881   18 years vboxsync Completely wrong handling of the VINF_EM_RESCHEDULE_REM case. It was …
(edit) @2852   18 years vboxsync spaces.
(edit) @2776   18 years vboxsync Release statistics, dumping them to the release log upon VM …
(edit) @2716   18 years vboxsync One other case where we should check if any forced actions are pending …
(edit) @2505   18 years vboxsync Documented port I/O status code and fixed places where we didn't …
(edit) @2232   18 years vboxsync Put back 20576. Not sure what went wrong before.
(edit) @2229   18 years vboxsync backed out accidental commit
(edit) @2228   18 years vboxsync backed out 20576 due to regressions
(edit) @2226   18 years vboxsync Cleanup of emR3RawExecuteIOInstruction: use existing IOM functions. …
(edit) @2177   18 years vboxsync Put back RF flag
(edit) @2174   18 years vboxsync Compile fix
(edit) @2173   18 years vboxsync Only set TF in hwacc stepping mode.
(edit) @2161   18 years vboxsync Fix
(edit) @2160   18 years vboxsync Added single stepping in hardware accelerated mode (debug feature)
(edit) @2135   18 years vboxsync Removed wrong assertion.
(edit) @2124   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
(edit) @2063   18 years vboxsync More stats
(edit) @2033   18 years vboxsync More stats
(edit) @1992   18 years vboxsync More stats
(edit) @1985   18 years vboxsync Statistics for BTR.
(edit) @1982   18 years vboxsync Removed obsolete code.
(edit) @1976   18 years vboxsync Never inject interrupts or traps before we sync the GDT/IDT/LDT and TSS.
(edit) @1913   18 years vboxsync Reapplied 20145
(edit) @1909   18 years vboxsync Removed debugging code
(edit) @1907   18 years vboxsync attempt to fix tinderboxes: remove r20142, r20145, r20146
(edit) @1894   18 years vboxsync Reenabled old VINF_PATM_PENDING_IRQ_AFTER_IRET code
(edit) @1831   18 years vboxsync Some CSAM changes.
(edit) @1607   18 years vboxsync ~0U
(edit) @1605   18 years vboxsync Enabled raw trap forwarding again.
(edit) @1583   18 years vboxsync warnings
(edit) @1559   18 years vboxsync Backed out 19596 due to regressions with save/restore smoke tests.
(edit) @1519   18 years vboxsync Forward trap back to raw mode if the rechecked gate handler is valid.
(edit) @1366   18 years vboxsync Put back disasm logging.
(edit) @1365   18 years vboxsync Log iret faults in patch code.
(edit) @1359   18 years vboxsync SELM function changes for v86 mode code. CPL check fixes for V86 mode …
(edit) @1336   18 years vboxsync Forbit execution of v86 code with IF=0.
(edit) @1165   18 years vboxsync Oops. Compile error fixed.
(edit) @1164   18 years vboxsync Even more v86 corrections
(edit) @1156   18 years vboxsync Reversed printing & executing
(edit) @1148   18 years vboxsync Added emR3SingleStepExecRem
(edit) @1141   18 years vboxsync Logging change
(edit) @1138   18 years vboxsync Logging change
(edit) @1091   18 years vboxsync Corrected assertions for v86 mode PATM & CSAM changes
(edit) @1057   18 years vboxsync Trapping and virtualizing TSC (both disabled).
(edit) @1055   18 years vboxsync RDTSC stats.
(edit) @882   18 years vboxsync CSAMR3CheckCode added
(edit) @880   18 years vboxsync Added some missing SELMToFlat calls.
(edit) @748   18 years vboxsync Updates
(edit) @747   18 years vboxsync Added some debug code, that I need for easy debugging.
(edit) @627   18 years vboxsync Backed out 18254
(edit) @625   18 years vboxsync Corrected EM StatTotal.
(edit) @448   18 years vboxsync Drop the AMD64 assertions.
(edit) @347   18 years vboxsync Rewrote and simplified interrupt handler patching.
(edit) @318   18 years vboxsync rcGC
(edit) @278   18 years vboxsync Disable single instruction emulation for iret. Makes no diference.
(edit) @273   18 years vboxsync Update
(edit) @270   18 years vboxsync VINF_PATM_PENDING_IRQ_AFTER_IRET update
(edit) @234   18 years vboxsync VMM: Added support for runtime error notifications (VMSetRuntimeError …
(edit) @23   18 years vboxsync string.h & stdio.h + header cleanups.
(add) @1   55 years vboxsync import
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette