VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @94818   3 years vboxsync VMM/SSM: Fix assertion, bugref:9955
(edit) @94802   3 years vboxsync VMM/SSM: Fix assertion when the stream operations table is used in …
(edit) @94763   3 years vboxsync VMM/SSM: Allow SSMR3Open and SSMR3ValidateFile to take a stream …
(edit) @93554   3 years vboxsync VMM: Changed PAGE_SIZE -> GUEST_PAGE_SIZE / HOST_PAGE_SIZE, PAGE_SHIFT …
(edit) @93470   3 years vboxsync DbgPlugInDiggers,VMM,Main: Refactored the diggers and related …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @90783   3 years vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90782   3 years vboxsync VMM: AssertMsgReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @90346   3 years vboxsync - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074 - …
(edit) @86375   4 years vboxsync VMM/tstMMHyperHeap: Missing cleanup / leaks. bugref:9841
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81753   5 years vboxsync SSM,PDMDevHlp: Added volatile integer SSM getter variants so we can …
(edit) @81049   5 years vboxsync SSM: Added a SSMR3HandleTellInUnit api for debugging purposes only.
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80191   5 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @77360   6 years vboxsync VMM/ssmR3FileWrite: Remove incorrect assertion (RTFileWriteAt doesn't …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72159   7 years vboxsync VMM/SSM: Assert parameters.
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @63465   8 years vboxsync VMM: warnings (clang)
(edit) @62869   8 years vboxsync VMM: warnings.
(edit) @62657   8 years vboxsync ssmR3StrmLogUnitContent: Restored the wrong rc, oops.
(edit) @62478   8 years vboxsync (C) 2016
(edit) @58411   9 years vboxsync Comment typo.
(edit) @58170   9 years vboxsync doxygen: fixes.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 years vboxsync VMM: Doxygen fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56968   9 years vboxsync duh
(edit) @56966   9 years vboxsync build fix - last min adjustments, grr.
(edit) @56965   9 years vboxsync SSM.cpp: Dump (part of) the data unit on load failure to make it …
(edit) @56956   9 years vboxsync SSM.cpp: Missing newlines in assert/logrel statements.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @55465   10 years vboxsync SSM: Extended the SSMFIELD structure with a …
(edit) @55063   10 years vboxsync CPUM: State saving fixes.
(edit) @55048   10 years vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @51598   10 years vboxsync VMM/SSM: comment.
(edit) @50575   11 years vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
(edit) @49801   11 years vboxsync fix warning
(edit) @49800   11 years vboxsync SSM: Sticky failure statuses for SSMR3PutStruct, SSMR3PutStructEx, …
(edit) @48986   11 years vboxsync VMM/SSM: Add support for USB devices
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44522   12 years vboxsync SSM: Hide SSMR3RegisterDevice and SSMR3RegisterDriver.
(edit) @44505   12 years vboxsync SSM: Take device locks before doing any callbacks.
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @42335   12 years vboxsync SSM.cpp: offUnitUser - debug aid.
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41900   12 years vboxsync SSM: Added SSMFIELD_ENTRY_U32_ZX_U64.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41777   12 years vboxsync Doxygen.
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39368   13 years vboxsync VBOX_FULL_VERSION_MAKE: fixed copy & past bug messing up the build …
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @37026   14 years vboxsync SSM: pointers aren't UL everywhere.
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(copy) @35333   14 years vboxsync VMM source reorg.
copied from trunk/src/VBox/VMM/SSM.cpp
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
Note: See TracRevisionLog for help on using the revision log.

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