VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @97043   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10092 Remove unused member …
(edit) @96940   2 年 vboxsync VMM/PGMDbg,DBGFMem: Basic EPT dumping, both guest and shadow tables. …
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @93951   3 年 vboxsync VMM/PGMDbg: GCC 11.2.1 build tweaks.
(edit) @93743   3 年 vboxsync VMM/PGMDbg: Non-x86 host scan functions. bugref:9898
(edit) @93716   3 年 vboxsync VMM/PGM: Moved the physical handler allocation off the hyper heap and …
(edit) @93554   3 年 vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @92426   3 年 vboxsync VMM: Nested VMX: bugref:10092 Refactor PGMGstGetPage and related API …
(edit) @91904   3 年 vboxsync VMM: Nested VMX: bugref:10092 EPT guest paging mode boiler plate and …
(edit) @91854   3 年 vboxsync VMM: Removed PGM_WITHOUT_MAPPINGS and associated mapping code. bugref:9517
(edit) @91016   3 年 vboxsync VMM/PGM,++: Kicked out VBOX_WITH_2X_4GB_ADDR_SPACE and the DynMap code …
(edit) @90794   3 年 vboxsync *: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90439   4 年 vboxsync VMM/PGM: Check PGMCritSectEnter status code when we don't return it. …
(edit) @86523   4 年 vboxsync VMM/PGMDbg: Doxygen fix
(edit) @86473   4 年 vboxsync VMM/PGM: Working on eliminating page table bitfield use. bugref:9841 …
(edit) @86461   4 年 vboxsync VMM/PGM: Don't check for, or even define, PGM_PDFLAGS_MAPPING when …
(edit) @85180   5 年 vboxsync VMM/PGMDbg.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85121   5 年 vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @82555   5 年 vboxsync PGMPool,MM: Use ring-0 mapping while in ring-0, so let the page pool …
(edit) @80673   5 年 vboxsync PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
(edit) @80333   6 年 vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80191   6 年 vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80118   6 年 vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @73073   7 年 vboxsync PGM/DBG: Optimize page scanning to speed up 'detect'.
(edit) @69111   7 年 vboxsync (C) year
(edit) @65900   8 年 vboxsync Reapplied r113098 (backed out in r113137): pgmLogState: page content.
(edit) @65899   8 年 vboxsync Reapplied r113094, r113095 (backed out in r113137): PGM: pgmLogState.
(edit) @65531   8 年 vboxsync PGM: Put back r113092 & r113134 (revered in r113137).
(edit) @65504   8 年 vboxsync PGM: Temporarily backed out r113092 & r113134.
(edit) @65476   8 年 vboxsync PGM: Backed out r113094, r113095, r113096, r113097 & r113098.
(edit) @65472   8 年 vboxsync pgmLogState: page content
(edit) @65469   8 年 vboxsync PGM: pgmLogState.
(edit) @65468   8 年 vboxsync PGM: pgmLogState.
(edit) @65466   8 年 vboxsync PGM: Guest page table walking optimizations (incomplete) and …
(edit) @63560   9 年 vboxsync scm: cleaning up todos
(edit) @62478   9 年 vboxsync (C) 2016
(edit) @60923   9 年 vboxsync PGMDbg: Fix regression introduced with r101864, breaks DBGFR3MemScan …
(edit) @59747   9 年 vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(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) @57358   10 年 vboxsync *: scm cleanup run.
(edit) @57336   10 年 vboxsync iprt/cdefs.h,PGMDbg.cpp: Align DECLASM and DECLCALLBACK (and the rest) …
(edit) @57334   10 年 vboxsync next try
(edit) @57126   10 年 vboxsync VMM: Optimizations for memory scanning, trying to make 'detect' run …
(edit) @57006   10 年 vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56287   10 年 vboxsync VMM: Updated (C) year.
(edit) @47786   12 年 vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @46220   12 年 vboxsync grumble
(edit) @46216   12 年 vboxsync Fixed bug in previous memory scan fix (MMIO2 aliases for MMIO).
(edit) @46125   12 年 vboxsync PGM: Optimized virtual memory searching by skipping empty tables.
(edit) @46117   12 年 vboxsync PGMDbg.cpp: Don't try scan PGMPAGETYPE_MMIO2_ALIAS_MMIO pages.
(edit) @44399   12 年 vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @41965   13 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41783   13 年 vboxsync Doxygen, comment typos.
(edit) @41777   13 年 vboxsync Doxygen.
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @39034   13 年 vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @37187   14 年 vboxsync typo fix
(edit) @36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(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/PGMDbg.cpp 複製
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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