VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46954   12 years vboxsync alignment fix
(edit) @46953   12 years vboxsync rip addressing fix for instructions with immediates.
(edit) @46951   12 years vboxsync Fixed first bunch of bugs found by the testcase.
(edit) @46948   12 years vboxsync IEM: Interrupt fix for --execute-all-in-iem.
(edit) @46946   12 years vboxsync Install bios symbol files in bin/VBoxDbgSyms/ and make DBGF look there.
(edit) @46945   12 years vboxsync VMM: Alignment build fix.
(edit) @46944   12 years vboxsync VMM: Comment not meant for AMD-V.
(edit) @46943   12 years vboxsync VMM: Superfluous and partially outdated comment.
(edit) @46942   12 years vboxsync VMM: Fix LDTR restoration to be done dynamically. This is required for …
(edit) @46940   12 years vboxsync Missing dependencies.
(edit) @46929   12 years vboxsync VMM/HMR0Mixed: A couple of missed skip LDTR, TR restoration in the …
(edit) @46928   12 years vboxsync VMM: Missed copyright year update.
(edit) @46927   12 years vboxsync testcase/tstASMStructs: attempted dependency fix.
(edit) @46926   12 years vboxsync VMM: Annoying assembler warning.
(edit) @46925   12 years vboxsync VMM: Optimized world-switch with lazy restoration LDTR and TR on Intel.
(edit) @46918   12 years vboxsync EM.cpp: fIemExecutesAll fixes.
(edit) @46917   12 years vboxsync bs2 + VBoxInsTst hacking.
(edit) @46915   12 years vboxsync PDMLdrEnumModules: Replaced fRc with a enmCtx so we don't load ring-3 …
(edit) @46914   12 years vboxsync VMM/HMR0: spaces.
(edit) @46913   12 years vboxsync VMM/HMR0: Oops typo. Skip GDTR, IDTR save & restore in the new VT-x …
(edit) @46906   12 years vboxsync variation control…
(edit) @46905   12 years vboxsync VMM/HMR0: World-switch assembly cleanup.
(edit) @46901   12 years vboxsync VMM/HMSVMR0: No lazy CR3, PAE PDPE updating necessary on AMD-V.
(edit) @46900   12 years vboxsync VMM/HM: Spaces, comment.
(edit) @46894   12 years vboxsync New way of varying the three SIB fields. Expected to create better …
(edit) @46893   12 years vboxsync more tedium…
(edit) @46892   12 years vboxsync VMM/HMSVMR0: redundant.
(edit) @46888   12 years vboxsync VMM/HM: Alignment and fix an assertion in the new AMD-V code.
(edit) @46883   12 years vboxsync VMM/HMSVMR0: Go back to ring-3 on host interrupts as we cannot really …
(edit) @46882   12 years vboxsync VMM/HMVMXR0: Go back to ring-3 on host interrupts unconditionally if …
(edit) @46881   12 years vboxsync VMM/HMVMXR0: Avoid reloading guest state on multiple reschedules on …
(edit) @46875   12 years vboxsync yeah, finally getting somewhere…
(edit) @46871   12 years vboxsync VMM/HM: Cleanup event injection statistics.
(edit) @46869   12 years vboxsync VMM/HMSVMR0: Only save/restore TSC_AUX MSR when required.
(edit) @46861   12 years vboxsync Don't allow mixing builds.
(edit) @46860   12 years vboxsync CFGMR3DestroyTree
(edit) @46856   12 years vboxsync 8-bit high register hell (reg/reg only so far).
(edit) @46853   12 years vboxsync NMI -> laptop.
(edit) @46850   12 years vboxsync VMM/VMMR0: HM profile counters.
(edit) @46849   12 years vboxsync spaces.
(edit) @46844   12 years vboxsync VMM/HMSVMR0: AMD-V Bits.
(edit) @46843   12 years vboxsync VMM/HMSVMR0: Review of the VMCB Clean Bits.
(edit) @46842   12 years vboxsync VMM/HM: AMD-V feature bits update.
(edit) @46840   12 years vboxsync VMM/HM: Skipped feature bit.
(edit) @46832   12 years vboxsync build fix
(edit) @46830   12 years vboxsync VMM/HMSVMR0: unintentional debug logging.
(edit) @46829   12 years vboxsync VMM/HMSVMR0: Fix while resyncing the TPR. Vista 64 now boots.
(edit) @46827   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46814   12 years vboxsync VMM/Makefile.kmk: dependency fix
(edit) @46808   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46804   12 years vboxsync VMM/HMSVMR0: TSC offsetting.
(edit) @46803   12 years vboxsync VMM/HWSVMR0: STAM counter.
(edit) @46798   12 years vboxsync VMM/HMSVMR0: reminder todo.
(edit) @46794   12 years vboxsync VMM/HMSVMR0: Fix non-nested paging w/ #PF injection. DSL now boots …
(edit) @46793   12 years vboxsync typo
(edit) @46792   12 years vboxsync Added CFGMR3DestroyTree.
(edit) @46791   12 years vboxsync Made CFGMR3RemoveNode work in standalone mode.
(edit) @46790   12 years vboxsync VMM/HMSVMR0: doxygen.
(edit) @46789   12 years vboxsync VMM/HM: Doxygen.
(edit) @46788   12 years vboxsync VMM: Suspend and resume reasons.
(edit) @46787   12 years vboxsync VMM/HM: AMD-V StatFlushEntire stat.
(edit) @46786   12 years vboxsync VMM/HM: Stat description.
(edit) @46785   12 years vboxsync VMM/HMSVMR0: AMD-v oops. Unintentional debug logging.
(edit) @46784   12 years vboxsync VMM/HMSVMR0: AMD-V bits. DSL now boots.
(edit) @46781   12 years vboxsync CFGM: Made the CFGMR3CreateTree usable with pUVM == NULL for testing …
(edit) @46780   12 years vboxsync VMM/EM: Commented out debug assertion for single-stepping.
(edit) @46779   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46774   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46771   12 years vboxsync SIB hacking in progress.
(edit) @46762   12 years vboxsync VMM/HMSVMR0: AMD-V bits. Boots past the BIOS.
(edit) @46753   12 years vboxsync VMM/HM: Log consistency.
(edit) @46752   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46748   12 years vboxsync VMM/HMSVMR0: nits.
(edit) @46746   12 years vboxsync REX.B rip encoding (half of them, anyways).
(edit) @46744   12 years vboxsync 32-bit memory accesses in 64-bit mode.
(edit) @46733   12 years vboxsync fixes
(edit) @46731   12 years vboxsync calling it a day…
(edit) @46728   12 years vboxsync -> home
(edit) @46725   12 years vboxsync VMM/HMSVMR0: Bits.
(edit) @46724   12 years vboxsync VMM/HM: Refactor the state-flags for proper sharing between old, new …
(edit) @46723   12 years vboxsync VMM/HMSVMR0: Comment and assertion.
(edit) @46719   12 years vboxsync VMM/HMVMXR0: Bits.
(edit) @46718   12 years vboxsync VMM/HM: Updating context-flags unconditionally from ring-3 when it's …
(edit) @46715   12 years vboxsync VMM/HMVMXR0: Incorrect debug assertion.
(edit) @46714   12 years vboxsync VMM/HMVMXR0: prefer typedef to macros when possible.
(edit) @46713   12 years vboxsync VMM/HMVMXR0: More debug assertion fixes, comments.
(edit) @46711   12 years vboxsync VMM/HM: Fix guest-state flags (trunk regression, debug builds assertion).
(edit) @46707   12 years vboxsync VMM/HMVMXR0: Fix guru with re-injecting software interrupts during …
(edit) @46706   12 years vboxsync VMM/HM: release logging.
(edit) @46705   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46681   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46678   12 years vboxsync VMM/HMSVMR0: Typos.
(edit) @46675   12 years vboxsync VMM/HM: Log.
(edit) @46674   12 years vboxsync VMM/HM: Log adjustments.
(edit) @46673   12 years vboxsync VMM/HM: AMD-V bits logging.
(edit) @46672   12 years vboxsync VMM/HMSVMR0: VMCB Clean Bits MBZ when it's not supported by the CPU.
(edit) @46671   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46670   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46665   12 years vboxsync VMM/HMVMXR0: comments.
(edit) @46664   12 years vboxsync VMM/HMSVMR0: Build fixes, makefile conditionals.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette