VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
(edit) @96407   3 年 vboxsync scm copyright and license note update
(edit) @94818   3 年 vboxsync VMM/SSM: Fix assertion, bugref:9955
(edit) @94802   3 年 vboxsync VMM/SSM: Fix assertion when the stream operations table is used in …
(edit) @94763   3 年 vboxsync VMM/SSM: Allow SSMR3Open and SSMR3ValidateFile to take a stream …
(edit) @93554   3 年 vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93470   3 年 vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93444   3 年 vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93115   3 年 vboxsync scm --update-copyright-year
(edit) @90783   4 年 vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90782   4 年 vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90346   4 年 vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @86375   4 年 vboxsync VMM/tstMMHyperHeap: Missing cleanup / leaks. bugref:9841
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @81753   5 年 vboxsync SSM,PDMDevHlp: Added volatile integer SSM getter variants so we can …
(edit) @81049   5 年 vboxsync SSM: Added a SSMR3HandleTellInUnit api for debugging purposes only.
(edit) @80585   5 年 vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80531   5 年 vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(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) @77360   6 年 vboxsync VMM/ssmR3FileWrite: Remove incorrect assertion (RTFileWriteAt doesn't …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @73097   7 年 vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72159   7 年 vboxsync VMM/SSM: Assert parameters.
(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) @63465   9 年 vboxsync VMM: warnings (clang)
(edit) @62869   9 年 vboxsync VMM: warnings.
(edit) @62657   9 年 vboxsync ssmR3StrmLogUnitContent: Restored the wrong rc, oops.
(edit) @62478   9 年 vboxsync (C) 2016
(edit) @58411   9 年 vboxsync Comment typo.
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 年 vboxsync VMM: Doxygen fixes.
(edit) @57358   10 年 vboxsync *: scm cleanup run.
(edit) @56968   10 年 vboxsync duh
(edit) @56966   10 年 vboxsync build fix - last min adjustments, grr.
(edit) @56965   10 年 vboxsync SSM.cpp: Dump (part of) the data unit on load failure to make it …
(edit) @56956   10 年 vboxsync SSM.cpp: Missing newlines in assert/logrel statements.
(edit) @56287   10 年 vboxsync VMM: Updated (C) year.
(edit) @55465   10 年 vboxsync SSM: Extended the SSMFIELD structure with a …
(edit) @55063   10 年 vboxsync CPUM: State saving fixes.
(edit) @55048   10 年 vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @51598   11 年 vboxsync VMM/SSM: comment.
(edit) @50575   11 年 vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
(edit) @49801   11 年 vboxsync fix warning
(edit) @49800   11 年 vboxsync SSM: Sticky failure statuses for SSMR3PutStruct, SSMR3PutStructEx, …
(edit) @48986   11 年 vboxsync VMM/SSM: Add support for USB devices
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @44522   12 年 vboxsync SSM: Hide SSMR3RegisterDevice and SSMR3RegisterDriver.
(edit) @44505   12 年 vboxsync SSM: Take device locks before doing any callbacks.
(edit) @44393   12 年 vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44347   12 年 vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @42335   13 年 vboxsync SSM.cpp: offUnitUser - debug aid.
(edit) @41965   13 年 vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41900   13 年 vboxsync SSM: Added SSMFIELD_ENTRY_U32_ZX_U64.
(edit) @41800   13 年 vboxsync Doxygen.
(edit) @41783   13 年 vboxsync Doxygen, comment typos.
(edit) @41777   13 年 vboxsync Doxygen.
(edit) @39402   13 年 vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39368   13 年 vboxsync VBOX_FULL_VERSION_MAKE: fixed copy & past bug messing up the build …
(edit) @39078   13 年 vboxsync VMM: -Wunused-parameter
(edit) @37026   14 年 vboxsync SSM: pointers aren't UL everywhere.
(edit) @36912   14 年 vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(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/SSM.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