VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46280   12 years vboxsync VMM/HM: macro rename and comment update.
(edit) @46220   12 years vboxsync grumble
(edit) @46219   12 years vboxsync copy&past fix.
(edit) @46217   12 years vboxsync Fixed the 'r', 'rg' and 'rg32' commands in 64-bit guest code.
(edit) @46216   12 years vboxsync Fixed bug in previous memory scan fix (MMIO2 aliases for MMIO).
(edit) @46192   12 years vboxsync VMM/HM: CR0 and CR4 masks can be 32-bit. Plus hungarian naming fixes.
(edit) @46190   12 years vboxsync VMM/HM: nit.
(edit) @46177   12 years vboxsync More symbols in disassembly, for PATM esp.
(edit) @46167   12 years vboxsync Buried DBGFSym.cpp and with it loadsyms - rip.
(edit) @46165   12 years vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @46161   12 years vboxsync First part of loading .dSYM bundles.
(edit) @46159   12 years vboxsync Patch manager support in the disassembler, making the 'u' command in …
(edit) @46155   12 years vboxsync List near, unassemble, hyper register and more tiny debugger fixes.
(edit) @46150   12 years vboxsync PATM: Patch symbols.
(edit) @46142   12 years vboxsync VMM/CPUM: show all CPUID leaves in the log, not only the leaves we …
(edit) @46139   12 years vboxsync VMM/HM: Indent sub-function information in logging, easier to read!
(edit) @46137   12 years vboxsync Missing file, reverting 85830.
(edit) @46136   12 years vboxsync temporary build fix
(edit) @46135   12 years vboxsync Started populating the RC address space in the debugger.
(edit) @46125   12 years vboxsync PGM: Optimized virtual memory searching by skipping empty tables.
(edit) @46117   12 years vboxsync PGMDbg.cpp: Don't try scan PGMPAGETYPE_MMIO2_ALIAS_MMIO pages.
(edit) @46110   12 years vboxsync VMM: Default to deferred module loading.
(edit) @46050   12 years vboxsync More symbol work
(edit) @45993   12 years vboxsync VMM: Added DBGFR3AsGetConfig.
(edit) @45987   12 years vboxsync build fix
(edit) @45984   12 years vboxsync RTDbgCfg: Debugging configuration, like symbol search paths and such.
(edit) @45971   12 years vboxsync Main, VMM: Added an API seting to disable VT-x unrestricted execution.
(edit) @45963   12 years vboxsync VMM: nits.
(edit) @45949   12 years vboxsync VMM/VMMR3: Stat description.
(edit) @45947   12 years vboxsync VMM: HM cleanup for CTRL, CONTROLS in symbolic names.
(edit) @45930   12 years vboxsync VMM/DBGFCoreWrite: Clarify comment regarding threads in the guest core …
(edit) @45919   12 years vboxsync HM: Added VMX entry refused/allowed stats.
(edit) @45916   12 years vboxsync VMM/HM: Remove redundant code while loading save-state. …
(edit) @45897   12 years vboxsync VMM: Log spacing.
(edit) @45879   12 years vboxsync VMM: Log spacing/indent inconsistencies.
(edit) @45864   12 years vboxsync VMM/VMMR3: nit.
(edit) @45858   12 years vboxsync VMM: Corrected an obsolete comment regarding HM execution and a todo …
(edit) @45856   12 years vboxsync VMM: STAM counter descriptions, cleanup. Fixed a few erroneous stats …
(edit) @45830   12 years vboxsync VMM: Don't resolve RC symbols when HM is enabled (fix for r85378)
(edit) @45824   12 years vboxsync VMM/CPUM: Undo r85381 as it breaks SMP debug builds.
(edit) @45821   12 years vboxsync HM/VMX: More accurate entry checks.
(edit) @45812   12 years vboxsync VMM/CPUM: Reset TSC to 0 on CPUMR3ResetCpu().
(edit) @45809   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 2).
(edit) @45808   12 years vboxsync VMM,DevVGA: Don't resolve RC symbols when HM is enabled (part 1).
(edit) @45804   12 years vboxsync VMX: Added CFGM key to disable unrestricted execution.
(edit) @45798   12 years vboxsync Fixed up and enabled Netware WP0+RO+US hack.
(edit) @45793   12 years vboxsync CPUMDbg.cpp: crX and drX sub registers.
(edit) @45786   12 years vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45781   12 years vboxsync VMM/HM: Simplified real/protected mode transition tracking logic.
(edit) @45753   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45752   12 years vboxsync Don't call MMHyperIsInsideArea if we're using HM to execute code, it …
(edit) @45750   12 years vboxsync VMMSwitcher: Fixed assertion in debug builds (harmless).
(edit) @45749   12 years vboxsync VMM: Introduced VMCPUSTATE_STARTED_HM for indicating that we're …
(edit) @45746   12 years vboxsync The vmmR3Switcher32BitToAMD64_Def and vmmR3SwitcherPAEToAMD64_Def …
(edit) @45745   12 years vboxsync Doc updates regarding guest 64-bit on 32-bit host.
(edit) @45739   12 years vboxsync VMM: First part of HMIsEnabled() and PGMMap*.
(edit) @45728   12 years vboxsync TRPM: Sprinkled HMIsEnabled around the place.
(edit) @45726   12 years vboxsync VMMSwitcher.cpp: We never include internal headers of other components.
(edit) @45721   12 years vboxsync VMM: fix r85247 for 32-bit hosts
(edit) @45714   12 years vboxsync VMM/HM: Log adjustment.
(edit) @45713   12 years vboxsync build fix
(edit) @45709   12 years vboxsync SELM.cpp: Must cast pointers to uintptr_t before doing …
(edit) @45708   12 years vboxsync SELM: nits
(edit) @45707   12 years vboxsync build fix
(edit) @45705   12 years vboxsync Retired SELMR3DisableMonitoring.
(edit) @45701   12 years vboxsync VMM: SELM and VMM early HM init changes.
(edit) @45693   12 years vboxsync VMM: Introducing VINF_EM_TRIPLE_FAULT status code for triple-fault …
(edit) @45692   12 years vboxsync VMMR3/DBGF: Single-stepping should no longer be in effect when …
(edit) @45678   12 years vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @45665   12 years vboxsync HM.cpp: Fix assertion in HMIsEnabledNotMacro during vm startup.
(edit) @45645   12 years vboxsync VMM/PDMDevHlp: Add helper to get the SUPDrv session handle (intended …
(edit) @45623   12 years vboxsync HMVMX: HMVMX_USE_FUNCTION_TABLE (enabled, as before) and …
(edit) @45620   12 years vboxsync CSAM,PATM: Don't bother initializing anything if HMIsEnabled(). Also, …
(edit) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45611   12 years vboxsync VMM: fUsePeriodicPreemptionTimers should be set to false *after* we've …
(edit) @45578   12 years vboxsync VMMR3/HM: cosmetics.
(edit) @45555   12 years vboxsync nits
(edit) @45536   12 years vboxsync oops
(edit) @45535   12 years vboxsync oops
(edit) @45533   12 years vboxsync #ifdef the raw-mode force flags to find more code to #ifdef out.
(edit) @45531   12 years vboxsync VMMR0/HMVMXR0: Redo of VT-x event injection. Some STAM cleanup. VMM: …
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45525   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45517   12 years vboxsync VMM: Clean up STAM counters and hungarian fixes.
(edit) @45500   12 years vboxsync VMM: STAM counter description.
(edit) @45499   12 years vboxsync VMM: Proper per-CPU stats categorization for VM and HM. Follow suit of EM.
(edit) @45485   12 years vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(edit) @45480   12 years vboxsync VMM/HM: bits.
(edit) @45474   12 years vboxsync VMM: Remove unused error codes, use more specific error codes. Restore …
(edit) @45457   12 years vboxsync VMM/VMMR3/HM: release log for when the new VT-x code is active.
(edit) @45436   12 years vboxsync VMM/TM.cpp: disable TSC offsetting for SMP VMs as a workaround for the …
(edit) @45387   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45378   12 years vboxsync VMM/VMMR0: HM bits. Some stats and adjustments.
(edit) @45349   12 years vboxsync VMM/VMMR0: Very important stats.
(edit) @45311   12 years vboxsync IOM: Prepared for using read/write locking, still using the old …
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45301   12 years vboxsync IOM: Preparing to use read/write critsect.
(edit) @45293   12 years vboxsync PGMCritSectRw: Prep for ring-0 and raw-mode context operation.
(edit) @45291   12 years vboxsync VMM: HM bits.
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
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