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) @12305   16 years vboxsync Flush the recompiler's TB cache each time we detect writes to …
(edit) @12299   16 years vboxsync Add option to REMR3State to flush all TBs. (currently not yet active)
(edit) @12079   16 years vboxsync More specific error messages for unexpected VT-x failures.
(edit) @12068   16 years vboxsync More release logging for the VERR_VMX_INVALID_VMCS_PTR case.
(edit) @11792   16 years vboxsync Assert when the SSM version doesn't match.
(edit) @11514   16 years vboxsync Removed obsolete logging
(edit) @11513   16 years vboxsync Additional logging
(edit) @11473   16 years vboxsync http://en.wikipedia.org/wiki/Guru_Meditation
(edit) @11424   16 years vboxsync Emulate stosw/d/q ourselves.
(edit) @10706   16 years vboxsync Backed out 33381. Could be responsible for test regressions.
(edit) @10669   16 years vboxsync Use rip of course
(edit) @10668   16 years vboxsync Enabled our ring 3 instruction emulation fallback again. WARNING: …
(edit) @10458   16 years vboxsync TPR & interrupt dispatch updates.
(edit) @10411   16 years vboxsync Missing change
(edit) @10205   16 years vboxsync Logging fix
(edit) @9713   16 years vboxsync More eip -> rip changes.
(edit) @9712   16 years vboxsync Logging change
(edit) @9675   16 years vboxsync General cleanup of SELMToFlat.
(edit) @9659   16 years vboxsync SELMGetCpuModeFromSelector is a better name.
(edit) @9658   16 years vboxsync Renamed SELMIsSelector32Bit to SELMGetSelectorType.
(edit) @9341   17 years vboxsync Format specifiers again…
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9069   17 years vboxsync Interpret msr reads and writes (currently disabled in order not to …
(edit) @8985   17 years vboxsync Added an extra argument to TRPMForwardTrap so the trpm profiling …
(edit) @8851   17 years vboxsync Fixed VERR_REM_FLUSHED_PAGES_OVERFLOW handling in emR3RawHandleRC - it …
(edit) @8824   17 years vboxsync Don't assert on VERR_REM_TOO_MANY_TRAPS and make the debugger go into …
(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.
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