VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3776   18 years vboxsync Compile fixes
(edit) @3753   18 years vboxsync info "ff"
(edit) @3750   18 years vboxsync Check if SVM is disabled in the BIOS. Otherwise enabling it with wrmsr …
(edit) @3724   18 years vboxsync removed the obsolete x86context.h (all constants are in VBox/x86.h).
(edit) @3723   18 years vboxsync Double underscore cleanup.
(edit) @3722   18 years vboxsync removed left over file
(edit) @3700   18 years vboxsync r0 logging for me
(edit) @3697   18 years vboxsync double underscore cleanup.
(edit) @3696   18 years vboxsync double underscore cleanup.
(edit) @3686   18 years vboxsync leaves.
(edit) @3635   18 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @3548   18 years vboxsync Quickly made PDMThread.cpp compile (still a bit unfinished).
(edit) @3523   18 years vboxsync PDMThread (unfinished).
(edit) @3520   18 years vboxsync PDMThread (unfinished).
(edit) @3519   18 years vboxsync MM_TAG_PDM_THREAD
(edit) @3510   18 years vboxsync Interpret CLTS
(edit) @3509   18 years vboxsync Emulate CLTS in GC.
(edit) @3505   18 years vboxsync Sigh
(edit) @3504   18 years vboxsync correction
(edit) @3503   18 years vboxsync Dump more of the FPU state
(edit) @3498   18 years vboxsync Adjusted assertion
(edit) @3492   18 years vboxsync Split up the huge printf.
(edit) @3491   18 years vboxsync Dump FPUDP, MXCSR & MXCSR_MASK too.
(edit) @3488   18 years vboxsync Put back logging changes.
(edit) @3486   18 years vboxsync got rid of incorrect assertion
(edit) @3393   18 years vboxsync Removed PCSUPGLOBALINFOPAGE and PCSUPGIPCPU to avoid const/volatile …
(edit) @3324   18 years vboxsync comment.
(edit) @3313   18 years vboxsync gcc-4.2 warnings
(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) @3293   18 years vboxsync Log MSR_IA32_FEATURE_CONTROL as well
(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) @3273   18 years vboxsync Switch to the new halt method. potentially risky.
(edit) @3272   18 years vboxsync lag to release log.
(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) @3210   18 years vboxsync Fixed a typo
(edit) @3207   18 years vboxsync Map VINF_EM_RAW_EMULATE_INSTR to VINF_IOM_HC_IOPORT_READ/WRITE. Direct …
(edit) @3197   18 years vboxsync IO handling updates
(edit) @3185   18 years vboxsync some minor comment cleanup.
(edit) @3184   18 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3180   18 years vboxsync Inverted checks
(edit) @3179   18 years vboxsync Also check for 16 bits mode
(edit) @3178   18 years vboxsync Take 16 bits count in real or v86 mode.
(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) @3152   18 years vboxsync VMM: Fixed OS/2 build.
(edit) @3151   18 years vboxsync VMM: Fixed OS/2 build.
(edit) @3145   18 years vboxsync Fixed incorrect IOM return checks.
(edit) @3123   18 years vboxsync Made VBOX_LOG_FLAGS=msprog work in GC.
(edit) @3122   18 years vboxsync Forward all non-ring 0 illegal instruction traps directly. Fixes …
(edit) @3112   18 years vboxsync Added full set of runtime error functions to PDM device/driver interface.
(edit) @3083   18 years vboxsync offNew - offOld is more correct (no harm, only weird release log message).
(edit) @3073   18 years vboxsync Fix for faulting push dword ptr [addr] in patch code.
(edit) @3025   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @3020   18 years vboxsync Added missing space after ')' in macro invocations so VCC doesn't mess …
(edit) @3015   18 years vboxsync The MSC precompiler messes up the output (/E or /P) if there isn't a …
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2984   18 years vboxsync configurable halt method. (still using the old stuff)
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2975   18 years vboxsync engage in 75% catchup a bit earlier.
(edit) @2970   18 years vboxsync warning
(edit) @2965   18 years vboxsync Forgot to commit this the other day…
(edit) @2954   18 years vboxsync It does
(edit) @2934   18 years vboxsync Initial code for proper tsc offset or rdtsc emulation. Needs testing.
(edit) @2921   18 years vboxsync Fixed int3 patch installation.
(edit) @2919   18 years vboxsync Stricter checks for patch jumps. Do not check for page boundary …
(edit) @2914   18 years vboxsync No output to the debug console for me. It's seriously slow here.
(edit) @2908   18 years vboxsync Removing the TM debug code.
(edit) @2904   18 years vboxsync VMSetError without traling \n
(edit) @2897   18 years vboxsync Correct eflags.IOPL as well.
(edit) @2896   18 years vboxsync More preparations for emulation of real and protected mode without …
(edit) @2894   18 years vboxsync Logging changes
(edit) @2893   18 years vboxsync Logging changes
(edit) @2892   18 years vboxsync Preliminary code for real mode and protected mode without paging.
(edit) @2888   18 years vboxsync spelling
(edit) @2886   18 years vboxsync added files missing in the other clean list.
(edit) @2885   18 years vboxsync Read the previous value together with the GIP.
(edit) @2884   18 years vboxsync Abort any pending catchup and reset. Fixed broken DoQueuesRun statistics.
(edit) @2883   18 years vboxsync annoying assertion…
(edit) @2882   18 years vboxsync fix
(edit) @2881   18 years vboxsync Completely wrong handling of the VINF_EM_RESCHEDULE_REM case. It was …
(edit) @2879   18 years vboxsync compile fix
(edit) @2878   18 years vboxsync Only take the lower 16 bits from ecx when in real or v86 mode.
(edit) @2874   18 years vboxsync ahem
(edit) @2873   18 years vboxsync skip the write; previous code caused crashes
(edit) @2870   18 years vboxsync Not required.
(edit) @2869   18 years vboxsync Create a speciallized version of the RTTimeNanoTS code in timesup.cpp …
(edit) @2861   18 years vboxsync Backed out 21511,21510 and 21508
(edit) @2860   18 years vboxsync Wonder if this is what busted testboxopt... I've got the info I needed …
(edit) @2859   18 years vboxsync some more.
(edit) @2858   18 years vboxsync mark statistics.
(edit) @2857   18 years vboxsync More logging.
(edit) @2854   18 years vboxsync Some more logging to make sure I'm on the right track.
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