VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @73097   6 年 vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70953   7 年 vboxsync VMM: Clarified docs on fRecompilerUser/Supervisor and did some related …
(edit) @70948   7 年 vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(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) @63560   8 年 vboxsync scm: cleaning up todos
(edit) @62647   8 年 vboxsync VMMR3: warnings
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62460   8 年 vboxsync VMM: scm
(edit) @62291   8 年 vboxsync Removed empty internal/pgm.h header file. (That stuff moved into …
(edit) @61391   9 年 vboxsync csamR3CalcPageHash: better assertion and logging.
(edit) @61390   9 年 vboxsync csamR3CalcPageHash: Shut up annoying assertion on …
(edit) @61122   9 年 vboxsync format specifier fixes
(edit) @58396   9 年 vboxsync VMM: Stubbed the csam, patm, rem and hm documentation @pages.
(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) @58116   9 年 vboxsync VMM: Doxygen fixes.
(edit) @57389   9 年 vboxsync VMM: DECLCALLBACK
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57008   9 年 vboxsync CSAM: Fixed saved state (broken since r10346). Won't easily break again.
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @56054   10 年 vboxsync PGM,CSAM: Documented that pfnInvalidateR3 does't work for the last 9 …
(edit) @56052   10 年 vboxsync VMM: Added non-PF raw-mode context virtual page access handler …
(edit) @55937   10 年 vboxsync CSAM,PATM: Changed csamRCCodePageWritePfHandler to store the pvFault …
(edit) @55900   10 年 vboxsync PGM: Added a pVCpu parameter to all virtual handler callouts and also …
(edit) @55897   10 年 vboxsync PGMR3HandlerVirtualTypeRegister: Dropped the pszModRC parameter as all …
(edit) @55895   10 年 vboxsync Added pvUser to the raw-mode context virtual handler callbacks.
(edit) @55889   10 年 vboxsync VMM: Split up virtual handlers just like the physical ones, such that …
(edit) @55001   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @52771   10 年 vboxsync VMM/CSAM, PATM: rename SSM_VERSION macros to SAVED_STATE_VERSION macros.
(edit) @50575   11 年 vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
(edit) @49247   11 年 vboxsync PATM,CSAM,SSM: Fix PATM restore issue in 4.3.0. …
(edit) @48936   11 年 vboxsync VMM: Whitespace cleanups by scm.
(edit) @45620   12 年 vboxsync CSAM,PATM: Don't bother initializing anything if HMIsEnabled(). Also, …
(edit) @45485   12 年 vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(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) @44385   12 年 vboxsync CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
(edit) @44373   12 年 vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @44362   12 年 vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @43872   12 年 vboxsync Make VBOX_WITH_RAW_MODE= link.
(edit) @42782   12 年 vboxsync CSAM: made comment fit on my screen.
(edit) @42186   12 年 vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @41965   12 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41906   12 年 vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41886   12 年 vboxsync DIS: Api name typo (missing r).
(edit) @41873   12 年 vboxsync CSAM: Fixed cross page bug (shouldn't do much harm, unless the …
(edit) @41810   12 年 vboxsync csamR3DISInstr: forgot to update the calls to pass DisInfo.
(edit) @41801   12 年 vboxsync Doxygen.
(edit) @41800   12 年 vboxsync Doxygen.
(edit) @41791   12 年 vboxsync DIS,CSAM: Drop pvUser2.
(edit) @41771   12 年 vboxsync Windows build fixes.
(edit) @41769   12 年 vboxsync CSAM: Made csamR3ReadBytes return the maximum number of bytes.
(edit) @41760   12 年 vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41741   12 年 vboxsync DISOPPARAM: s/parval/uValue/ + doc
(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) @41732   12 年 vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41731   12 年 vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(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) @41674   12 年 vboxsync DISCoreOne* -> DISCore*.
(edit) @41673   12 年 vboxsync build fix
(edit) @41671   12 年 vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41662   12 年 vboxsync DIS,CSAM: Combine the displacement members of OP_PARAMETER into a …
(edit) @41659   12 年 vboxsync CSAM: build fix
(edit) @41658   12 年 vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @40449   13 年 vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40274   13 年 vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @36969   14 年 vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36912   14 年 vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @35696   14 年 vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 年 vboxsync Debugger console: more cleanup.
(copy) @35348   14 年 vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
trunk/src/VBox/VMM/PATM/CSAM.cpp 複製
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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