VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47225   11 years vboxsync Exploring conforming segments in BS2 test case.
(edit) @47205   11 years vboxsync IEM: Got further in the long mode interrupt dispatching code.
(edit) @47202   11 years vboxsync VMM/HM: comments.
(edit) @47173   11 years vboxsync IEM: started on iemRaiseXcptOrIntInLongMode but isn't there quite yet.
(edit) @47156   11 years vboxsync VMM/HMSVMR0: Compile-time define to trap task switches unconditionally.
(edit) @47139   11 years vboxsync iem: Fixed negation of number in two registers.
(edit) @47138   11 years vboxsync IEM: idiv and div missing bits and fixes.
(edit) @47135   11 years vboxsync 32bit fixes
(edit) @47132   11 years vboxsync test divide errors (BS2+big.mac).
(edit) @47123   11 years vboxsync VMM/HM: Dispatch host NMIs on Intel. Added separate STAM counter for …
(edit) @47119   11 years vboxsync VMM/HMSVMR0: spaces, redundant brackets and comment.
(edit) @47110   11 years vboxsync VMM/HMVMXR0: Assert that the valid bit is set on Xcpt exits.
(edit) @47109   11 years vboxsync VMM: XCPT_NMI -> XCPT_OR_NMI. Name it like Intel does in the spec.
(edit) @47105   11 years vboxsync VMM/HMVMXR0: Added a todo.
(edit) @47097   11 years vboxsync VMM/HMSVMR0: SMI and INIT exit handling.
(edit) @47095   11 years vboxsync VMM/HMSVMR0: Don't intercept SMIs.
(edit) @47094   11 years vboxsync VMM/HMVMXR0: Log exit reasons for more rare/improbable gurus.
(edit) @47092   11 years vboxsync VMM/HMSVMR0: Fix VERR_SVM_UNKNOWN_EXIT guru.
(edit) @47090   11 years vboxsync VMM: Naming convention. lasterror->LastError.
(edit) @47089   11 years vboxsync VMM/HM: Additional HM error code for certain gurus. Later use it for …
(edit) @47080   11 years vboxsync VMM/HMSVMR0: Fail on unexpected exception exits when …
(edit) @47076   11 years vboxsync VMM/HM(VMX|SVM)R0: Easier to toggle statements.
(edit) @47072   11 years vboxsync VMM/HMSVMR0: Use a different error code for unrecognized vs. …
(edit) @47069   11 years vboxsync VMM/HM: No TPR patching on Intel, don't log it.
(edit) @47066   11 years vboxsync VMM/HMVMXR0: More validations for the error code valid bit.
(edit) @47065   11 years vboxsync VMM/HWVMXR0: Trip over assert.
(edit) @47064   11 years vboxsync VMM/CPUMR0: Slightly easier to read.
(edit) @47062   11 years vboxsync HMVMX: Look at the right exit info to figure out error code.
(edit) @47056   11 years vboxsync VMM: spaces.
(edit) @47055   11 years vboxsync VMM/HMSVMR0: Paranoia assert on global init.
(edit) @47054   11 years vboxsync VMM/HMSVMR0: Fix TPR patching case to properly resync the changed TPR …
(edit) @47050   11 years vboxsync VMM/HM: LogRel nit.
(edit) @47047   11 years vboxsync Two image BS2 so we can drop the test size restrictions. Rewrite the …
(edit) @47033   11 years vboxsync VMM/VMMR0: HMR0 fix regression caused by r86900.
(edit) @47032   11 years vboxsync VMM/VMMR0: HMR0 fix regression caused by r86900.
(edit) @47017   11 years vboxsync div and idiv tests (greg only, no mem yet).
(edit) @46995   11 years vboxsync build fix
(edit) @46992   11 years vboxsync 8-bit idiv overflow checks.
(edit) @46991   11 years vboxsync -> weinstadt.
(edit) @46975   11 years vboxsync VMM: nits.
(edit) @46973   11 years vboxsync VMM/HMVMXR0: Fail more gracefully when trying to run 64-bit guests on …
(edit) @46958   11 years vboxsync build fix
(edit) @46957   11 years vboxsync check for DIV overflow, fixing DIV/0 checks. IDIV overflow/underflow …
(edit) @46956   11 years vboxsync Added missing IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF after IEM_MC_REF_GREG_U32.
(edit) @46955   11 years vboxsync 64-bit mode addressing fix.
(edit) @46954   11 years vboxsync alignment fix
(edit) @46953   11 years vboxsync rip addressing fix for instructions with immediates.
(edit) @46951   11 years vboxsync Fixed first bunch of bugs found by the testcase.
(edit) @46948   11 years vboxsync IEM: Interrupt fix for --execute-all-in-iem.
(edit) @46946   11 years vboxsync Install bios symbol files in bin/VBoxDbgSyms/ and make DBGF look there.
(edit) @46945   11 years vboxsync VMM: Alignment build fix.
(edit) @46944   11 years vboxsync VMM: Comment not meant for AMD-V.
(edit) @46943   11 years vboxsync VMM: Superfluous and partially outdated comment.
(edit) @46942   11 years vboxsync VMM: Fix LDTR restoration to be done dynamically. This is required for …
(edit) @46940   11 years vboxsync Missing dependencies.
(edit) @46929   11 years vboxsync VMM/HMR0Mixed: A couple of missed skip LDTR, TR restoration in the …
(edit) @46928   11 years vboxsync VMM: Missed copyright year update.
(edit) @46927   11 years vboxsync testcase/tstASMStructs: attempted dependency fix.
(edit) @46926   11 years vboxsync VMM: Annoying assembler warning.
(edit) @46925   11 years vboxsync VMM: Optimized world-switch with lazy restoration LDTR and TR on Intel.
(edit) @46918   11 years vboxsync EM.cpp: fIemExecutesAll fixes.
(edit) @46917   11 years vboxsync bs2 + VBoxInsTst hacking.
(edit) @46915   11 years vboxsync PDMLdrEnumModules: Replaced fRc with a enmCtx so we don't load ring-3 …
(edit) @46914   11 years vboxsync VMM/HMR0: spaces.
(edit) @46913   11 years vboxsync VMM/HMR0: Oops typo. Skip GDTR, IDTR save & restore in the new VT-x …
(edit) @46906   11 years vboxsync variation control…
(edit) @46905   11 years vboxsync VMM/HMR0: World-switch assembly cleanup.
(edit) @46901   11 years vboxsync VMM/HMSVMR0: No lazy CR3, PAE PDPE updating necessary on AMD-V.
(edit) @46900   11 years vboxsync VMM/HM: Spaces, comment.
(edit) @46894   11 years vboxsync New way of varying the three SIB fields. Expected to create better …
(edit) @46893   11 years vboxsync more tedium…
(edit) @46892   11 years vboxsync VMM/HMSVMR0: redundant.
(edit) @46888   11 years vboxsync VMM/HM: Alignment and fix an assertion in the new AMD-V code.
(edit) @46883   11 years vboxsync VMM/HMSVMR0: Go back to ring-3 on host interrupts as we cannot really …
(edit) @46882   11 years vboxsync VMM/HMVMXR0: Go back to ring-3 on host interrupts unconditionally if …
(edit) @46881   11 years vboxsync VMM/HMVMXR0: Avoid reloading guest state on multiple reschedules on …
(edit) @46875   11 years vboxsync yeah, finally getting somewhere…
(edit) @46871   11 years vboxsync VMM/HM: Cleanup event injection statistics.
(edit) @46869   11 years vboxsync VMM/HMSVMR0: Only save/restore TSC_AUX MSR when required.
(edit) @46861   11 years vboxsync Don't allow mixing builds.
(edit) @46860   11 years vboxsync CFGMR3DestroyTree
(edit) @46856   11 years vboxsync 8-bit high register hell (reg/reg only so far).
(edit) @46853   11 years vboxsync NMI -> laptop.
(edit) @46850   11 years vboxsync VMM/VMMR0: HM profile counters.
(edit) @46849   11 years vboxsync spaces.
(edit) @46844   11 years vboxsync VMM/HMSVMR0: AMD-V Bits.
(edit) @46843   11 years vboxsync VMM/HMSVMR0: Review of the VMCB Clean Bits.
(edit) @46842   11 years vboxsync VMM/HM: AMD-V feature bits update.
(edit) @46840   11 years vboxsync VMM/HM: Skipped feature bit.
(edit) @46832   11 years vboxsync build fix
(edit) @46830   11 years vboxsync VMM/HMSVMR0: unintentional debug logging.
(edit) @46829   11 years vboxsync VMM/HMSVMR0: Fix while resyncing the TPR. Vista 64 now boots.
(edit) @46827   11 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46814   11 years vboxsync VMM/Makefile.kmk: dependency fix
(edit) @46808   11 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46804   11 years vboxsync VMM/HMSVMR0: TSC offsetting.
(edit) @46803   11 years vboxsync VMM/HWSVMR0: STAM counter.
(edit) @46798   11 years vboxsync VMM/HMSVMR0: reminder todo.
(edit) @46794   11 years vboxsync VMM/HMSVMR0: Fix non-nested paging w/ #PF injection. DSL now boots …
(edit) @46793   11 years vboxsync typo
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