VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49362   11 years vboxsync VMMRCA.asm/vmmRcSafeMsr*: See if making sure interrupts are disabled …
(edit) @49360   11 years vboxsync Stopgap MSR fixes (better MSR implementation is underways, just very …
(edit) @49357   11 years vboxsync VMM/VMMTests: test fewer MSRs in the 0xc0000000 range to prevent …
(edit) @49355   11 years vboxsync VMM/CPUM: MSR_P4_LASTBRANCH_* is not Intel-specific
(edit) @49354   11 years vboxsync Stop gap MSR fixes (better MSR implementation is underways, just very …
(edit) @49324   11 years vboxsync Make the TurnResetIntoPowerOff setting configurable during runtime
(edit) @49310   11 years vboxsync HMR0.cpp: Ignore VERR_SVM_DISABLED an VERR_SVM_IN_USE status codes …
(edit) @49288   11 years vboxsync VMM/HMVMXR0: Fix for MOV DRx intercepts on 32-bit hosts with 64-bit guests.
(edit) @49285   11 years vboxsync VMM/HMVMXR0: nits.
(edit) @49284   11 years vboxsync VMM/HMVMXR0: Don't forget to load guest debug state when not …
(edit) @49283   11 years vboxsync VMM/HMVMXR0: Macro naming fix and use RT_BOOL.
(edit) @49282   11 years vboxsync VMM/Preload/ -> VMM/tools/
(edit) @49275   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Guest-FPU pre-load optimization.
(edit) @49274   11 years vboxsync VMM/HMVMXR0: Incorrect assertion for SMP.
(edit) @49271   11 years vboxsync IEM: log the rc on VERR_IEM_IPE_1.
(edit) @49270   11 years vboxsync VMM/HMVMXR0: Fix incorrect masking of TPR bits with TPR-shadowing.
(edit) @49269   11 years vboxsync VMM/HMVMXR0: More paranoid assertions cannot hurt.
(edit) @49258   11 years vboxsync VMM/HMVMXR0: Introduced HMVMX_ALWAYS_FLUSH_TLB debug switch.
(edit) @49257   11 years vboxsync VMM/HMVMXR0: INS/OUTS with REP prefix update RFLAGS. Fix incorrect …
(edit) @49247   11 years vboxsync PATM,CSAM,SSM: Fix PATM restore issue in 4.3.0. …
(edit) @49227   11 years vboxsync VMM/HMVMXR0: Adding functions for dynamic MSR swapping.
(edit) @49225   11 years vboxsync VMM/HMSVMR0: Fix TSC Aux MSR passthru.
(edit) @49215   11 years vboxsync updates
(edit) @49209   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX, restore host MSR.
(edit) @49207   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX, use the right check to be doubly sure.
(edit) @49204   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX auto-load/store when not using TSC …
(edit) @49186   11 years vboxsync VMM/HMVMXR0: Fix MSR_TSC_AUX auto-load/store when not using TSC …
(edit) @49182   11 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49178   11 years vboxsync SUPDrv: Fix VT-x capability querying for BIOSes that don't set the …
(edit) @49164   11 years vboxsync Added a quick MSR report (~1 sec on fast box) to the normal tstVMM …
(edit) @49159   11 years vboxsync VMM/HMSVMR0: Comment nits.
(edit) @49153   11 years vboxsync HMR0SVM.cpp: Ditto and added the separate single stepping loop function.
(edit) @49152   11 years vboxsync HMR0VMX.cpp: Clear the TF bit in the single step loop, instead on …
(edit) @49148   11 years vboxsync duh
(edit) @49147   11 years vboxsync tstVMM/msr: Formatting bug on 32-bit hosts, a cast got lost in a …
(edit) @49145   11 years vboxsync grr
(edit) @49144   11 years vboxsync More MSRs per call on non-windows.
(edit) @49141   11 years vboxsync tstVMM: Extended it with a 'msr' mode for dump the MSRs of the host …
(edit) @49134   11 years vboxsync VMM: Minor nit, coding style.
(edit) @49092   11 years vboxsync VUSB,EHCI,OHCI: Add a method to query whether a device is emulated or …
(edit) @49085   11 years vboxsync VMM/HMVMXR0: Partially revert r89778. Back to disassembling and …
(edit) @49072   11 years vboxsync EM.cpp: logging.
(edit) @49071   11 years vboxsync EM.cpp: Don't try reset-on-triple-fault if SMP guest.
(edit) @49070   11 years vboxsync VMM: Observe the triple-fault-reset setting. Either trow a guru or …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49026   11 years vboxsync VMM: Some @thread doxygen corrections.
(edit) @49021   11 years vboxsync VMM/CPUMRCA.asm: Only IN_RC, don't leave legacy ifndef IN_RING3 lying …
(edit) @49020   11 years vboxsync VMM: FPU cleanup, CPUMAllA.asm is RC only, move it to CPUMRCA.asm and …
(edit) @49019   11 years vboxsync VMM: FPU cleanup.
(edit) @49018   11 years vboxsync VMM/HMR0Mixed.mac: Remove ugly jump label suffix passing when …
(edit) @49004   11 years vboxsync VMM/HMVMXR0: Comment update.
(edit) @49003   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Comment out unused code paths in TLB shootdown.
(edit) @49002   11 years vboxsync VMM/HMVMXR0: Use instruction info. for string IO VM-exits on CPUs that …
(edit) @49000   11 years vboxsync VMM: IntrInfo to IntInfo renaming.
(edit) @48998   11 years vboxsync VMM/HMVMXR0: Propagate all unexpected exits to release log, slight …
(edit) @48995   11 years vboxsync VMM/HMVMXR0: Make sure host segments are present in the LDT if we're …
(edit) @48986   11 years vboxsync VMM/SSM: Add support for USB devices
(edit) @48982   11 years vboxsync Missing exports
(edit) @48980   11 years vboxsync PDM,USB: Add methods to detach and attach drivers to USB devices …
(edit) @48965   11 years vboxsync VMM/HMR0Mixed.mac: Comment cleanup and spaces. No functional changes.
(edit) @48964   11 years vboxsync Whitespace.
(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) @48885   11 years vboxsync VMM/HMVMXR0: Don't assume CR8 load/store exiting is available on …
(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) @48723   11 years vboxsync VMM/HMSVMR0: Nit.
(edit) @48701   11 years vboxsync Introduced /CPUM/MaxIntelFamilyModelStep config variable to hack Mac …
(edit) @48700   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Alignment and assert.
(edit) @48697   11 years vboxsync build fix
(edit) @48695   11 years vboxsync CPUM: MSR_CORE_THREAD_COUNT and MSR_FLEX_RATIO for snow leopard.
(edit) @48694   11 years vboxsync DBGF: Added DBGFR3AsUnlinkModuleByName and extended DBGFR3AsLoadImage …
(edit) @48683   11 years vboxsync VMM/CPUMR0: const.
(edit) @48673   11 years vboxsync VMM/CPUMAllA.asm: Revert r89225, caller already saves/restores CR0. …
(edit) @48668   11 years vboxsync VMM/HMSVMR0: free mappings true.
(edit) @48657   11 years vboxsync tstMMHyperHeap: don't assert in MMHyper.cpp/mmR3ComputeHyperHeapSize
(edit) @48653   11 years vboxsync Log.
(edit) @48651   11 years vboxsync VMM/HMVMXR0: Checking this once outside the loop is sufficient.
(edit) @48650   11 years vboxsync VMM/HM: units when possible.
(edit) @48649   11 years vboxsync VMM/HMVMXR0: VMCS size is bits 44:32 not 43:32. Assert what the Intel …
(edit) @48648   11 years vboxsync VMM/HMVMXR0: Fix switcher verification bits to be compiled to match …
(edit) @48646   11 years vboxsync VMM/CPUM: Clarify by explicit comment that the msrApicBase shouldn't …
(edit) @48639   11 years vboxsync VMMAll/CPUMAllA.asm: Reverted flag ordering of r89225.
(edit) @48638   11 years vboxsync VMM/CPUMAllA.asm: Don't forget restoring host CR0 when swapping FPU …
(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) @48624   11 years vboxsync VMM/HMVMXR0, HMSVMR0: Use HMCF macros.
(edit) @48621   11 years vboxsync VMM/VMMR0: Don't disable interrupts for a long time when disabling …
(edit) @48618   11 years vboxsync nit.
(edit) @48617   11 years vboxsync cosmetics
(edit) @48616   11 years vboxsync spaces.
(edit) @48614   11 years vboxsync VMM/HMR0Mixed.mac: Comment for Win8.1 RTM and IDTR limit abuse.
(edit) @48606   11 years vboxsync VMM/HM: Nits.
(edit) @48602   11 years vboxsync LogRel consistency.
(edit) @48601   11 years vboxsync VMM/HM: Log correction.
(edit) @48597   11 years vboxsync HM: Log spacing.
(edit) @48591   11 years vboxsync VMMR0/HMR0: HM-Context flag macros.
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