VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4117   17 years vboxsync Removed trailing dots and \n from error messages.
(edit) @4116   17 years vboxsync Clear pVM->stam.s.pHead
(edit) @4086   17 years vboxsync Another LINUX -> RT_OS_LINUX
(edit) @4085   17 years vboxsync RT_OS_LINUX or did you really mean LINUX?
(edit) @4084   17 years vboxsync comment
(edit) @4083   17 years vboxsync Changed comment
(edit) @4081   17 years vboxsync Spacing
(edit) @4080   17 years vboxsync Changed comment
(edit) @4079   17 years vboxsync Fail if the CPU is in VMX root mode.
(edit) @4078   17 years vboxsync Handle the VMX in root mode error.
(edit) @4074   17 years vboxsync Call vmR3Destroy when vmR3Create fails at a late stage.
(edit) @4072   17 years vboxsync STAMR3Term: check for double termination
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4059   17 years vboxsync Correction
(edit) @4058   17 years vboxsync comment update
(edit) @4057   17 years vboxsync Don't allow popf instructions to change the current IOPL in simple …
(edit) @4013   17 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @4012   17 years vboxsync Hooked up the PDMThread stuff.
(edit) @4000   17 years vboxsync uint32_t -> int32_t
(edit) @3956   17 years vboxsync Always flag the necessary updates; necessary for hardware acceleration
(edit) @3942   17 years vboxsync fixed detecting the CPU vendor (in DevAPIC) by introducing symbolic …
(edit) @3888   17 years vboxsync Solaris.
(edit) @3861   17 years vboxsync use generic functions for determining paths instead of home-brewn solutions
(edit) @3857   17 years vboxsync PDMUsb - work in progress.
(edit) @3853   17 years vboxsync Some more USB sketching…
(edit) @3852   17 years vboxsync Finally splitting up pdm.h. Working on integrating USB into PDM …
(edit) @3840   17 years vboxsync Created CFGMR3CreateTree and CFGMR3InsertSubTree.
(edit) @3776   17 years vboxsync Compile fixes
(edit) @3753   17 years vboxsync info "ff"
(edit) @3750   17 years vboxsync Check if SVM is disabled in the BIOS. Otherwise enabling it with wrmsr …
(edit) @3724   17 years vboxsync removed the obsolete x86context.h (all constants are in VBox/x86.h).
(edit) @3723   17 years vboxsync Double underscore cleanup.
(edit) @3722   17 years vboxsync removed left over file
(edit) @3700   17 years vboxsync r0 logging for me
(edit) @3697   17 years vboxsync double underscore cleanup.
(edit) @3696   17 years vboxsync double underscore cleanup.
(edit) @3686   17 years vboxsync leaves.
(edit) @3635   17 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 …
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