VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @16047   16 年 vboxsync fixed last second typo.
(edit) @16045   16 年 vboxsync PGMR3PhysTlbGCPhys2Ptr: Deal correctly with disabled access handlers. …
(edit) @15671   16 年 vboxsync PGMAllHandler.cpp: Prevent pgmPoolTrackFlushGCPhysPTsSlow and …
(edit) @15284   16 年 vboxsync PGM, REM: Virtual address in TLB - this is what I meant…
(edit) @14969   16 年 vboxsync VMM support for completing VA in TLB (not much tested)
(edit) @14082   16 年 vboxsync Must mask off the reference count from the HC physical address
(edit) @13841   16 年 vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13824   16 年 vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 年 vboxsync VMM: %VGv -> %RGv
(edit) @13819   16 年 vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 年 vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13415   16 年 vboxsync VMM: a couple of comments.
(edit) @13393   16 年 vboxsync Updates for physical page aliases
(edit) @13387   16 年 vboxsync First sketch of functionality to create guest physical address aliases.
(edit) @13232   16 年 vboxsync #1865: changed some validation into pure assertions or assert-return. …
(edit) @13085   16 年 vboxsync #1865: More PGM changes.
(edit) @13062   16 年 vboxsync #1865: More PGM changes.
(edit) @13046   16 年 vboxsync #1865: Eliminated two duplicate members of PGMVIRTHANDLER while at it.
(edit) @13042   16 年 vboxsync #1865: More PGM changes.
(edit) @13035   16 年 vboxsync #1865: More PGM…
(edit) @12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @11309   16 年 vboxsync iprt: Retired HCSTRING, replaced by R3STRING.
(edit) @9254   17 年 vboxsync Wrong string specifiers for 64 bits guest addresses/rtrcptrs.
(edit) @9212   17 年 vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9115   17 年 vboxsync HWACCM: Invalidate pages changed by PGMHandlerPhysicalPageTempOff. …
(edit) @9008   17 年 vboxsync Changes for proper flushing of the TLB for physical registration changes.
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7753   17 年 vboxsync The PGM bits of the MMIO cleanup. Moved the parts of PGMR3Reset that …
(edit) @7642   17 年 vboxsync Additional cleanup
(edit) @6927   17 年 vboxsync Converted MM_RAM_FLAGS_VIRTUAL_HANDLER, MM_RAM_FLAGS_VIRTUAL_WRITE …
(edit) @6913   17 年 vboxsync Separated the PGMVIRTHANDLERTYPE_HYPERVISOR kind of handlers from the …
(edit) @6912   17 年 vboxsync Removed the normal (PGMVIRTHANDLERTYPE_NORMAL) kind of virtual access …
(edit) @6911   17 年 vboxsync Removed the EIP (PGMVIRTHANDLERTYPE_EIP) kind of virtual access …
(edit) @6908   17 年 vboxsync Fixed uninitialized rc in PGMHandlerPhysicalReset.
(edit) @6906   17 年 vboxsync Moved PGMHandlerPhysicalPageTempOff, PGMHandlerPhysicalPageReset, …
(edit) @6902   17 年 vboxsync Converted MM_RAM_FLAGS_PHYSICAL_HANDLER, _WRITE, _ALL and _TEMP_OFF …
(edit) @6862   17 年 vboxsync Removed the PGMPHYSHANDLERTYPE_PHYSICAL value as it was never and will …
(edit) @6861   17 年 vboxsync Sketected out new MMIO and MMIO2 interfaces. Not complete or …
(edit) @6855   17 年 vboxsync Moved pgmGuestROMWriteHandler from PGMAllHandler.cpp to PGMAllPhys.cpp …
(edit) @6854   17 年 vboxsync All the new ROM stuff. Had to change PGMROMPAGE a bit to make it …
(edit) @6829   17 年 vboxsync Addressed the R0/R3 issues with the PGMRAMRANGE structure.
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4977   17 年 vboxsync Backed out most of 24659.
(edit) @4953   17 年 vboxsync Cleaned up disassembler
(edit) @4917   17 年 vboxsync Don't trigger breakpoints in ring 0. (AssertRelease & co)
(edit) @4620   17 年 vboxsync The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) …
(edit) @4616   17 年 vboxsync Ditto for REM(R3)NotifyHandlerPhysicalDeregister.
(edit) @4615   17 年 vboxsync REM(R3)NotifyHandlerPhysicalModify no longer needs a pvHC pointer, …
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2559   18 年 vboxsync Allow ring-3 only access handlers (phys).
(edit) @2297   18 年 vboxsync svn:eol-style native
(edit) @2270   18 年 vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @1793   18 年 vboxsync backed out 19970
(edit) @1792   18 年 vboxsync Proper interrupt redirection bitmap sync
(edit) @1359   18 年 vboxsync SELM function changes for v86 mode code. CPL check fixes for V86 mode …
(edit) @138   18 年 vboxsync 64-bit
(edit) @23   18 年 vboxsync string.h & stdio.h + header cleanups.
(edit) @14   18 年 vboxsync header
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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