VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48980   11 years vboxsync PDM,USB: Add methods to detach and attach drivers to USB devices …
(edit) @48936   11 years vboxsync VMM: Whitespace cleanups by scm.
(edit) @48898   11 years vboxsync VMM,DBGC: Implemented DBGFR3RegNmSet and made the debugger side work.
(edit) @48890   11 years vboxsync PDM: init fVMSuspended for USB devices and a todo.
(edit) @48884   11 years vboxsync VMM/HM: Log guest support before calling into VMX/SVM R0 setup routines.
(edit) @48814   11 years vboxsync Nit.
(edit) @48729   11 years vboxsync DBGFStack.cpp: Fixed silly line number issue.
(edit) @48728   11 years vboxsync PGMPhys.cpp: DEBUG_bird hack for loading new ROM on reset (snapshot fun).
(edit) @48701   11 years vboxsync Introduced /CPUM/MaxIntelFamilyModelStep config variable to hack Mac …
(edit) @48694   11 years vboxsync DBGF: Added DBGFR3AsUnlinkModuleByName and extended DBGFR3AsLoadImage …
(edit) @48653   11 years vboxsync Log.
(edit) @48650   11 years vboxsync VMM/HM: units when possible.
(edit) @48646   11 years vboxsync VMM/CPUM: Clarify by explicit comment that the msrApicBase shouldn't …
(edit) @48633   11 years vboxsync VMMR3.def: VMR3ReqCallNoWaitU
(edit) @48629   11 years vboxsync VMM: fixed help message to point the user where to enable PAE
(edit) @48606   11 years vboxsync VMM/HM: Nits.
(edit) @48601   11 years vboxsync VMM/HM: Log correction.
(edit) @48597   11 years vboxsync HM: Log spacing.
(edit) @48569   11 years vboxsync VMMR0: RT_BOOL().
(edit) @48568   11 years vboxsync VMM/HM: Log host EFER.
(edit) @48565   11 years vboxsync VMM/HM: Added total VM-exits STAM.
(edit) @48556   11 years vboxsync VMM/HM: Comment.
(edit) @48528   11 years vboxsync Change implementation for turning a reset into a power off to prevent …
(edit) @48450   11 years vboxsync Corrected hmR3IsCodeSelectorOkForVmx, hmR3IsStackSelectorOkForVmx and …
(edit) @48445   11 years vboxsync Todo.
(edit) @48433   11 years vboxsync VMM/HM: Unused variable.
(edit) @48416   11 years vboxsync space.
(edit) @48406   11 years vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(edit) @48370   11 years vboxsync EM,HM: MWait fix, clearing the active bit too early.
(edit) @48368   11 years vboxsync Implement MSR_PKG_CST_CONFIG_CONTROL for mac os x.
(edit) @48267   11 years vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48266   11 years vboxsync VMMR3/IEM: STAM description typo.
(edit) @48262   11 years vboxsync VMM/HM: Preempt stats and minor optimizations to VT-x when …
(edit) @48256   11 years vboxsync VMM: More descriptive host-NMI stat name.
(edit) @48235   11 years vboxsync VMM/VMMR3/STAM.cpp: fix a few long standing typos in the per-VM GMM …
(edit) @48234   11 years vboxsync VMM: PDMR3UsbCreateEmulatedDevice
(edit) @48226   11 years vboxsync VMM: Log missing \n.
(edit) @48221   11 years vboxsync VMM: Adding a debugging aid for 64-on-32 that tries to catch …
(edit) @48216   11 years vboxsync VMM/HM: Cleanup.
(edit) @48213   11 years vboxsync VMM: Naming fixes and log cosmetics.
(edit) @48212   11 years vboxsync VMM/HM: Naming fixes.
(edit) @48210   11 years vboxsync VMM: More naming fixes.
(edit) @48198   11 years vboxsync VMM: Thread-context hooks logging.
(edit) @48130   11 years vboxsync VMM: Enable thread-context hooks. Reimplemented event injection logic …
(edit) @48023   11 years vboxsync VMM/HMVMXR0: Additional logging to track VMCS state changes.
(edit) @47999   11 years vboxsync VMM/HM: Better error reporting for unsupported VT-x feature combos.
(edit) @47958   11 years vboxsync VMM/HM: Better error reporting when we get invalid VMCS launch-state …
(edit) @47889   11 years vboxsync cpumguestinstr: always print what the disassembler returns, and make …
(edit) @47843   11 years vboxsync tstVMM: No double fault test for me either.
(edit) @47825   11 years vboxsync VMMRC.debug is generally in RTPathAppPrivateNoArch, so add it to the …
(edit) @47823   11 years vboxsync EMRaw.cpp: fixes, IEM single instruction emulation is still disabled.
(edit) @47820   11 years vboxsync EMRaw.cpp: Disabled code for using IEM for singled instruction …
(edit) @47818   11 years vboxsync Annotate disassembly with patch stuff.
(edit) @47815   11 years vboxsync duh.
(edit) @47808   11 years vboxsync docs.
(edit) @47807   11 years vboxsync EM/HM: Don't switch to REM immediately, try up to 1024 instruction in …
(edit) @47790   11 years vboxsync build fix
(edit) @47788   11 years vboxsync EM/HM: Try execute single instructions in IEM before asking REM.
(edit) @47786   11 years vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @47737   11 years vboxsync HM.cpp: Added APIs for checking whether VT-x and AMD-V are enabled.
(edit) @47714   11 years vboxsync CPUMRecalcHyperDRx: Host single stepping in HM-mode fix.
(edit) @47712   11 years vboxsync testing…
(edit) @47705   11 years vboxsync VMM/HM: Log alignment.
(edit) @47700   11 years vboxsync CPU.cpp: Must recalc DRx values on relocation.
(edit) @47689   11 years vboxsync tstVMM: DRx fixes.
(edit) @47681   11 years vboxsync VMM: I/O breakpoints.
(edit) @47671   11 years vboxsync VMM: More debugging related stuff.
(edit) @47660   11 years vboxsync VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
(edit) @47655   11 years vboxsync VMM/HM: spaces.
(edit) @47654   11 years vboxsync VMM/HM: Log prefix corrections and column alignment cosmetics.
(edit) @47652   11 years vboxsync VMM: Removed all VBOX_WITH_OLD_[VTX|AMDV]_CODE bits.
(edit) @47635   11 years vboxsync VMM/HM: Implemented VMX guest-state checks in accordance with the …
(edit) @47619   11 years vboxsync EM: Started on HM single stepping for IEM verification purposes. …
(edit) @47584   11 years vboxsync VMM/HM: Log.
(edit) @47583   11 years vboxsync VMM/HM: Fix logging inconsistencies with hex prefixes.
(edit) @47548   11 years vboxsync IEM: Bunch of fixes, mostly DOS related.
(edit) @47512   11 years vboxsync VMM: make the StatExitHostNmi release
(edit) @47444   11 years vboxsync IEM,HM,PGM: Started on string I/O optimizations using IEM (disabled). …
(edit) @47425   11 years vboxsync EM.cpp: r86914 disabled raw mode by accident. restored it.
(edit) @47421   11 years vboxsync VMM: Use IEM for I/O that's been deferred to ring-3.
(edit) @47328   11 years vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47307   11 years vboxsync IEM: Implemented mfence, lfence, sfence.
(edit) @47238   11 years vboxsync Disable tracing by default even in debug builds. It's only useful when …
(edit) @47202   11 years vboxsync VMM/HM: comments.
(edit) @47123   11 years vboxsync VMM/HM: Dispatch host NMIs on Intel. Added separate STAM counter for …
(edit) @47109   11 years vboxsync VMM: XCPT_NMI -> XCPT_OR_NMI. Name it like Intel does in the spec.
(edit) @47094   11 years vboxsync VMM/HMVMXR0: Log exit reasons for more rare/improbable gurus.
(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) @47069   11 years vboxsync VMM/HM: No TPR patching on Intel, don't log it.
(edit) @47050   11 years vboxsync VMM/HM: LogRel nit.
(edit) @46975   11 years vboxsync VMM: nits.
(edit) @46946   11 years vboxsync Install bios symbol files in bin/VBoxDbgSyms/ and make DBGF look there.
(edit) @46918   11 years vboxsync EM.cpp: fIemExecutesAll fixes.
(edit) @46915   11 years vboxsync PDMLdrEnumModules: Replaced fRc with a enmCtx so we don't load ring-3 …
(edit) @46871   11 years vboxsync VMM/HM: Cleanup event injection statistics.
(edit) @46861   11 years vboxsync Don't allow mixing builds.
(edit) @46842   11 years vboxsync VMM/HM: AMD-V feature bits update.
(edit) @46840   11 years vboxsync VMM/HM: Skipped feature bit.
(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