VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72967   6 years vboxsync VMM/HMSVM: bugref:9193 Stop passing pCtx around and use …
(edit) @72963   6 years vboxsync VMM/HM: Spaces.
(edit) @72926   6 years vboxsync NEM/win: Release build fix. bugref:9044
(edit) @72924   6 years vboxsync NEM/win: Make it possible to select between ring-0 runloop …
(edit) @72917   6 years vboxsync NEM: Stop passing pCtx around and use pVCpu->cpum.GstCtx instead. …
(edit) @72896   6 years vboxsync iemCImpl_cpuid: Don't get all MSRs.
(edit) @72895   6 years vboxsync EM,HM: Replaced EMInterpretInvlpg with IEMExecDecodedInvlpg.
(edit) @72892   6 years vboxsync EM: We no longer need the assembly code in EMAllA.asm anymore.
(edit) @72891   6 years vboxsync EM,HM,IEM: Replaced EMInterpretCpuid with IEMExecDecodedCpuid. Set …
(edit) @72885   6 years vboxsync EMAll.cpp: flushed out unused code.
(edit) @72884   6 years vboxsync EM: emMSRtoString isn't needed any more. [burn fix]
(edit) @72882   6 years vboxsync EM,HM,IEM: Replaced EMInterpretRdmsr with IEMExecDecodedRdmsr.
(edit) @72879   6 years vboxsync CPUMAllRegs.cpp: Assert on missing HM code.
(edit) @72877   6 years vboxsync EM,HM,IEM: Replaced EMInterpretWrmsr with IEMExecDecodedWrmsr.
(edit) @72876   6 years vboxsync IEM: log group 3 needs more CPU state, make sure it's there so we …
(edit) @72866   6 years vboxsync IEM,CPUM: Can use LogRel in ring-0 too now and have it go to VBox.log.
(edit) @72746   6 years vboxsync VMM: Extend HM changed flags. ​​bugref:9193 [build fix]
(edit) @72744   6 years vboxsync VMM: Extend HM changed flags. ​bugref:9193 [HM, CPUM]
(edit) @72743   6 years vboxsync VMM: Extend HM changed flags. ​bugref:9193 [IEM]
(edit) @72712   6 years vboxsync IEM: Fixed regression in IEMExecStringIoRead from r123057 where writes …
(edit) @72690   7 years vboxsync NEM: Separate stats for odd and alerts when stopping the CPU. bugref:9044.
(edit) @72689   7 years vboxsync NEM/win: Redid the IoCtlMessageSlotHandleAndGetNext stuff during …
(edit) @72688   7 years vboxsync iemCImpl_finit: Need to manually call iemFpuActualizeStateForChange. …
(edit) @72687   7 years vboxsync NEM: Apparently the IoCtlMessageSlotHandleAndGetNext operation may be …
(edit) @72685   7 years vboxsync TM: Disable annoying trace for /me. bugref:9044
(edit) @72684   7 years vboxsync NEM/win: Assert correct register values in messages from Hyper-V. …
(edit) @72676   7 years vboxsync CPUMAllRegs.cpp: Added a whole bunch more CPUMCTX_EXTRN_ assertions. …
(edit) @72674   7 years vboxsync EM: Quietly deal with IEM errors VERR_IEM_INSTR_NOT_IMPLEMENTED and …
(edit) @72657   7 years vboxsync EM: Make the EMHistoryExec parameters adjustable. bugref:9198
(edit) @72655   7 years vboxsync EM,HM,NEM,TRPM: Renamed some EMEXIT_XXXX stuff to shorten things down …
(edit) @72643   7 years vboxsync VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
(edit) @72642   7 years vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
(edit) @72636   7 years vboxsync EM,HM: Removed EMInterpretRdtsc and EMInterpretRdtscp (reapplying …
(edit) @72634   7 years vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72619   7 years vboxsync VMM: Temporarily put the old RDTSC[P] code back and enabled it …
(edit) @72607   7 years vboxsync IEMExecForExits: Try checking in with RTThreadPreemptIsPending. bugref:9198
(edit) @72600   7 years vboxsync VMM: Eliminated VBOX_WITH_2ND_IEM_STEP.
(edit) @72596   7 years vboxsync EM,HM: Removed EMInterpretRdtsc and EMInterpretRdtscp. bugref:6973
(edit) @72592   7 years vboxsync IEM: Defined IEM_CPUMCTX_EXTRN_EXEC_DECODED_NO_MEM_MASK and …
(edit) @72590   7 years vboxsync HM,IEM,EM: Added IEMExecDecodedRdtsc and IEMExecDecodedRdtscp for …
(edit) @72586   7 years vboxsync IEMAll.cpp: doxygen
(edit) @72582   7 years vboxsync EM: More statistics for the history execution and probing. bugref:9044
(edit) @72581   7 years vboxsync IEM: Logging adjust.
(edit) @72580   7 years vboxsync EM,NEM: Added /EM/ExitOptimizationEnabled config option to disable …
(edit) @72579   7 years vboxsync EM: Implemented a very simple history record replacement strategy. …
(edit) @72575   7 years vboxsync NEM/win: Implemented exit optimizations for MMIO, I/O ports, CPUID and …
(edit) @72570   7 years vboxsync EM,IEM: build fixes. bugref:9044
(edit) @72569   7 years vboxsync EM,IEM,NEM: Started working on optimizing adjacent exits using IEM. …
(edit) @72565   7 years vboxsync EM,TRPM: Record TSC with exit history in raw-mode. Added the exit …
(edit) @72564   7 years vboxsync EM,TRPM,IOM: Improved the raw-mode exit history a little (just for the …
(edit) @72563   7 years vboxsync IEM: Fixed bug in three IEMExecDecodedXxx methods where they wouldn't …
(edit) @72560   7 years vboxsync EM,HM: Replaced HM exit history with the EM one. VT-x now reads TSC on …
(edit) @72559   7 years vboxsync EM,TRPM: Record raw-mode traps (no timestamps). bugref:9044
(edit) @72555   7 years vboxsync EM,NEM,HM: Started on generic exit history, only hooked up to NEM/win. …
(edit) @72553   7 years vboxsync iemCImpl_load_CrX: copy & past fix.
(edit) @72551   7 years vboxsync NEM/win,TM: Setting TSC on TM start/restore/resume/etc as best we can. …
(edit) @72546   7 years vboxsync NEM/win,TM: Setting TSC on TM start/restore/resume/etc as best we can. …
(edit) @72542   7 years vboxsync NEM/win: scm fix
(edit) @72526   7 years vboxsync NEM,TM: More TSC adjustments for NEM/win. bugref:9044
(edit) @72524   7 years vboxsync VMM/GIM: Assert in R3 handler for assuming TSC/NanoTS values were …
(edit) @72522   7 years vboxsync NEM,TM: Work on TSC and NEM/win. bugref:9044 [=>office]
(edit) @72518   7 years vboxsync IEM: Implemented rsm for the purpose of SVM intercepting. Renamed …
(edit) @72517   7 years vboxsync IEM: Modified wbinvd for the purpose of SVM intercepting.
(edit) @72516   7 years vboxsync IEM: Implemented invd for the purpose of SVM intercepting.
(edit) @72515   7 years vboxsync IEM: Extended testcase to make sure the IEM_MC_XXX macros are only …
(edit) @72514   7 years vboxsync IEM: Don't intercept rdtscp both in iemOp_Grp7_rdtscp and …
(edit) @72513   7 years vboxsync IEM: Made str use CImpl to better facilitate SVM intercepts.
(edit) @72512   7 years vboxsync IEM: Made sldt use CImpl so to better facilitate SVM intercepts.
(edit) @72506   7 years vboxsync IEM: Made smsw use CImpl so to better facilitate SVM intercepts.
(edit) @72505   7 years vboxsync IEM: Made smsw use CImpl so to better facilitate SVM intercepts.
(edit) @72504   7 years vboxsync IEM: Fixed iemOp_nop.
(edit) @72498   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72497   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72496   7 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72494   7 years vboxsync IEM: Dropped the IEMCPU::pCtxR3, IEMCPU::pCtxR0, and IEMCPU::pCtxRC …
(edit) @72493   7 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72490   7 years vboxsync NEM,EM: Generic optimization of I/O port accesses that have to be …
(edit) @72488   7 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72486   7 years vboxsync APIC: Document NEM/win assumptions regarding …
(edit) @72484   7 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72472   7 years vboxsync NEM/win: Fixed #BP interception. 2nd try at the nemHCWinStopCpu early …
(edit) @72470   7 years vboxsync NEM/win: Looks like we can get a stop confirmation first time around …
(edit) @72469   7 years vboxsync GIM,IEM: Correctly hook up hypercalls thru IEM. bugref:9044 - IEM: …
(edit) @72468   7 years vboxsync IEM: Missing IEMOP_HLP_DONE_DECODING_NO_LOCK_PREFIX() for svm …
(edit) @72463   7 years vboxsync NEM: More hypercall work. bugref:9044
(edit) @72462   7 years vboxsync EM,IEM,HM: Consolidated VMMHypercallsDisable/VMMHypercallsEnable into …
(edit) @72453   7 years vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72452   7 years vboxsync NEM/win: Working on vmcall in ring-3. bugref:9044
(edit) @72451   7 years vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72448   7 years vboxsync VMM/IEM: reset rcPassUp as part of iemReInitExec so as to not affect …
(edit) @72446   7 years vboxsync NEM/win: Working on intercepting VMMCALL and VMCALL. bugref:9044
(edit) @72441   7 years vboxsync VMM/IEM: Nested hw.virt: Fixes when nested-paging isn't enabled in the …
(edit) @72427   7 years vboxsync NEM/win: logging and assertion adjustments. bugref:9044
(edit) @72422   7 years vboxsync VMM/APIC: Space.
(edit) @72421   7 years vboxsync VMM/IEM: Nested hw.virt: Comment and doxygen.
(edit) @72417   7 years vboxsync NEM/win: MSR access fixes. bugref:9044
(edit) @72415   7 years vboxsync NEM/win: More MSR work. Document IA32_APIC_BASE issues (no X2APIC, …
(edit) @72412   7 years vboxsync NEM/win: More code merging. bugref:9044
(edit) @72403   7 years vboxsync NEM/win: Working on merging the two sets of register access functions. …
(edit) @72392   7 years vboxsync NEM/win: TSC_AUX and APIC_BASE work. bugref:9044
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