VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3488   18 years vboxsync Put back logging changes.
(edit) @3486   18 years vboxsync got rid of incorrect assertion
(edit) @3312   18 years vboxsync Always enable the assertion overrides in ring 0. (!!)
(edit) @3301   18 years vboxsync Update the MSR_IA32_FEATURE_CONTROL MSR ourselves if it's not locked.
(edit) @3299   18 years vboxsync Changed error code for vmxon failures.
(edit) @3295   18 years vboxsync fixed compile errors
(edit) @3294   18 years vboxsync Get rid of redundant logging
(edit) @3292   18 years vboxsync Write the exact reason for VMX/SVM detection failure to the release log.
(edit) @3279   18 years vboxsync Log VMXON failures
(edit) @3238   18 years vboxsync Keep the AssertMsg1/2 overrides separate from the no ring-0 assertion …
(edit) @3216   18 years vboxsync Removed incorrect io return code changes.
(edit) @3197   18 years vboxsync IO handling updates
(edit) @3184   18 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3172   18 years vboxsync compile fix
(edit) @3171   18 years vboxsync Fixes for bad error code VINF_EM_RESCHEDULE_REM.
(edit) @3169   18 years vboxsync More IOM_SUCCESS changes
(edit) @3168   18 years vboxsync Corrected io return checks.
(edit) @3151   18 years vboxsync VMM: Fixed OS/2 build.
(edit) @3112   18 years vboxsync Added full set of runtime error functions to PDM device/driver interface.
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2954   18 years vboxsync It does
(edit) @2934   18 years vboxsync Initial code for proper tsc offset or rdtsc emulation. Needs testing.
(edit) @2897   18 years vboxsync Correct eflags.IOPL as well.
(edit) @2892   18 years vboxsync Preliminary code for real mode and protected mode without paging.
(edit) @2824   18 years vboxsync Enabled ring 0 logging again for 64 bits builds.
(edit) @2822   18 years vboxsync And another
(edit) @2820   18 years vboxsync compile fix
(edit) @2819   18 years vboxsync Bugfix
(edit) @2818   18 years vboxsync Corrections for 64 bits shifts.
(edit) @2816   18 years vboxsync Corrections for 64 bits descriptors
(edit) @2814   18 years vboxsync compile fix
(edit) @2813   18 years vboxsync Updates
(edit) @2811   18 years vboxsync Updates for 64 bits descriptors.
(edit) @2803   18 years vboxsync Simplified GS save/restore
(edit) @2800   18 years vboxsync More logging in failure case.
(edit) @2790   18 years vboxsync Dropped VMXWriteVMCS high for AMD64
(edit) @2789   18 years vboxsync Fixes for gs save & restore in AMD64 mode.
(edit) @2774   18 years vboxsync Cleanup
(edit) @2773   18 years vboxsync cleanup
(edit) @2762   18 years vboxsync Logging fixes
(edit) @2761   18 years vboxsync Logging fixes
(edit) @2760   18 years vboxsync Don't save FS & GS in 64 bits mode
(edit) @2759   18 years vboxsync fixes
(edit) @2757   18 years vboxsync corrections
(edit) @2756   18 years vboxsync Manually save and restore GDTR & IDTR.
(edit) @2751   18 years vboxsync Leftover breakpoints
(edit) @2750   18 years vboxsync Proper masking
(edit) @2747   18 years vboxsync Sigh
(edit) @2746   18 years vboxsync Another attempt at masking off the top 32 bits
(edit) @2745   18 years vboxsync and another
(edit) @2743   18 years vboxsync bugfix
(edit) @2740   18 years vboxsync Incorrect code was generated
(edit) @2739   18 years vboxsync Fixed typo
(edit) @2738   18 years vboxsync Backed out 21335 & corrected return values.
(edit) @2735   18 years vboxsync Use 64 bits index for VMXWrite/ReadVMCS64.
(edit) @2733   18 years vboxsync Let's assume success please.
(edit) @2732   18 years vboxsync VMXActivateVMCS shouldn't use vmclear of course…
(edit) @2731   18 years vboxsync VMXWriteVMCS64 bug fixes
(edit) @2730   18 years vboxsync Temporarily disabled ring 0 to vbox log hack on Vista 64.
(edit) @2699   18 years vboxsync Stricter type checking.
(edit) @2556   18 years vboxsync Added todos for tsc offset/trapping.
(edit) @2555   18 years vboxsync Added intercept code for rdtsc (not yet enabled).
(edit) @2507   18 years vboxsync Drop the VINF_IOM_HC_IOPORT_READWRITE status code as it isn't really …
(edit) @2506   18 years vboxsync Documented port I/O status code and fixed places where we didn't …
(edit) @2477   18 years vboxsync export
(edit) @2475   18 years vboxsync Makefile.kmk -> Makefile.kup
(edit) @2297   18 years vboxsync svn:eol-style native
(edit) @2294   18 years vboxsync svn:eol-style and keywords.
(edit) @2270   18 years vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @2228   18 years vboxsync backed out 20576 due to regressions
(edit) @2224   18 years vboxsync In some situations the guest state would not be synced.
(edit) @2218   18 years vboxsync Added ins/outs support to VMX. Cleaned up both VMX & SVM io handling.
(edit) @2217   18 years vboxsync Added IOMInterpretINSEx & IOMInterpretOUTSEx. Support ins/outs …
(edit) @2191   18 years vboxsync Export to OSE.
(edit) @2176   18 years vboxsync Don't check timer & r3 job in single stepping mode.
(edit) @2172   18 years vboxsync Wrong dr6
(edit) @2169   18 years vboxsync Intercept X86_TRAP_DB if single stepping is enabled.
(edit) @2166   18 years vboxsync Single stepping support added (as a debug feature)
(edit) @2150   18 years vboxsync Get cpl from hidden ss selector register.
(edit) @2134   18 years vboxsync Logging update
(edit) @2133   18 years vboxsync Removed obsolete comment.
(edit) @2131   18 years vboxsync Got rid of obsolete assertions.
(edit) @2130   18 years vboxsync Always sync the hidden selector attributes.
(edit) @2127   18 years vboxsync Fully sync the selector attributes in real mode.
(edit) @2124   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
(edit) @2108   18 years vboxsync Never return true from RTAssertDoBreakpoint.
(edit) @2097   18 years vboxsync X86_CR0_PG must always be set in the guest CR0.
(edit) @2076   18 years vboxsync TMTimerGet is unsafe as it checks for expired timers each time.
(edit) @2070   18 years vboxsync Corrected TSC offset for SVM & VMX.
(edit) @2062   18 years vboxsync TSC offset initialized on entry.
(edit) @2050   18 years vboxsync debug only
(edit) @1793   18 years vboxsync backed out 19970
(edit) @1792   18 years vboxsync Proper interrupt redirection bitmap sync
(edit) @1773   18 years vboxsync Spaces
(edit) @1645   18 years vboxsync removed some leftover debug code (amd64 tripple-fault)
(edit) @1599   18 years vboxsync added RestrictAccess key to allow to disable the policy that only VMs …
(edit) @1585   18 years vboxsync warnings
(edit) @1570   18 years vboxsync pushfq, not pushfd. (hope the old yasm doesn't mind...)
(edit) @1406   18 years vboxsync Uninitialized variable. (pointed out by Frank)
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