VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/EMRaw.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @76397   6 年 vboxsync VBox/vmm/hm_svm.h,hm_vmx.h: Try avoid including VBox/err.h in widely …
(edit) @74795   6 年 vboxsync vm.h,EM: Made the FF_SET and FF_CLEAR macros only take constants with …
(edit) @74791   6 年 vboxsync vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the …
(edit) @74790   6 年 vboxsync vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a …
(edit) @74789   6 年 vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @74785   6 年 vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @72634   6 年 vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72488   6 年 vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @69111   7 年 vboxsync (C) year
(edit) @69046   7 年 vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65650   8 年 vboxsync gcc 7: fall thru
(edit) @62659   8 年 vboxsync VMMR3: warnings
(edit) @62637   8 年 vboxsync VMMR3: warnings
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62287   8 年 vboxsync REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack …
(edit) @61634   8 年 vboxsync Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily …
(edit) @60900   9 年 vboxsync EMRaw.cpp: Remove DEBUG_bird assertion.
(edit) @60868   9 年 vboxsync EMRaw: Try switch to the recompiler if PGMSyncCR3 return …
(edit) @60859   9 年 vboxsync EM: Use IEM a little more in raw mode.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57989   9 年 vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @56064   10 年 vboxsync Committed the VBOX_WITH_FIRST_IEM_STEP code, removing the #else cases.
(edit) @55980   10 年 vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55001   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @55000   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @54737   10 年 vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @47823   11 年 vboxsync EMRaw.cpp: fixes, IEM single instruction emulation is still disabled.
(edit) @47820   11 年 vboxsync EMRaw.cpp: Disabled code for using IEM for singled instruction …
(edit) @47788   11 年 vboxsync EM/HM: Try execute single instructions in IEM before asking REM.
(edit) @47421   11 年 vboxsync VMM: Use IEM for I/O that's been deferred to ring-3.
(edit) @46423   12 年 vboxsync VMM,Main: Introduced a execute-all-in-IEM debug mode.
(edit) @46420   12 年 vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @46165   12 年 vboxsync Made dSYM-bundle loading work as well as line numbers in the stack …
(edit) @45531   12 年 vboxsync VMMR0/HMVMXR0: Redo of VT-x event injection. Some STAM cleanup. VMM: …
(edit) @45485   12 年 vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(edit) @45305   12 年 vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45276   12 年 vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44375   12 年 vboxsync EM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44362   12 年 vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44340   12 年 vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @42772   12 年 vboxsync EMRaw.cpp: Logging adj.
(edit) @42407   12 年 vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42186   12 年 vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @41939   12 年 vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41906   12 年 vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41801   12 年 vboxsync Doxygen.
(edit) @41800   12 年 vboxsync Doxygen.
(edit) @41783   12 年 vboxsync Doxygen, comment typos.
(edit) @41744   12 年 vboxsync DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
(edit) @41739   12 年 vboxsync DISCPUSTATE: s/param/Param/
(edit) @41738   12 年 vboxsync DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
(edit) @41737   12 年 vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41734   12 年 vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41732   12 年 vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41728   12 年 vboxsync DIS: register macro name adjustments - part two.
(edit) @41727   12 年 vboxsync DIS: register macro name adjustments.
(edit) @41678   12 年 vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41676   12 年 vboxsync DIS: More scoping work.
(edit) @41675   12 年 vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @40451   13 年 vboxsync EM: build fix.
(edit) @40450   13 年 vboxsync EM: Refactoring (dropping pVM argument).
(edit) @40449   13 年 vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40442   13 年 vboxsync IEM integration in progress - doing some EM refactoring to ease this …
(edit) @40377   13 年 vboxsync Fixes for real dtrace (trailing digits are not allowed in provider names).
(edit) @40375   13 年 vboxsync VMM: flow tracing.
(edit) @40371   13 年 vboxsync EM tracking.
(edit) @40356   13 年 vboxsync MWAIT fixes: Only clear the mwait-active flag when actually resuming …
(edit) @40274   13 年 vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39685   13 年 vboxsync doc updates.
(edit) @39405   13 年 vboxsync VMM: Don't use generic IPE status codes, use specific ones. Part 2.
(edit) @39070   13 年 vboxsync VMM,IPRT: -Wunused-function.
(edit) @38324   13 年 vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(copy) @35333   14 年 vboxsync VMM source reorg.
trunk/src/VBox/VMM/EMRaw.cpp 複製
(edit) @32956   14 年 vboxsync Sleep a bit longer.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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