VirtualBox

source: vbox/trunk/include/VBox/ssm.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31895   14 years vboxsync FT updates
(edit) @30396   14 years vboxsync Teleportation: Make the progress bar move during teleportation. The …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(edit) @24917   15 years vboxsync SSM,Main: Fixed error propagation on the target side so that a source …
(edit) @24895   15 years vboxsync SSM: Flush buffers when they are 0.5 sec old and check that the stream …
(edit) @24874   15 years vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
(edit) @24843   15 years vboxsync SSM: Added SSMR3HandleRevision, SSMR3HandleVersion and …
(edit) @24793   15 years vboxsync SSM,PGM: Added the pass number to the LiveVote callback. Improved …
(edit) @24264   15 years vboxsync SSM: Added SSMR3SetLoadError[V] and SSMR3SetCfgError for setting log …
(edit) @23872   15 years vboxsync SSM: Extended and fixed the SSMFIELD_ENTRY_OLD bits.
(edit) @23816   15 years vboxsync SSM: Added flag for indicating that we're not using SSMR3PutStructEx …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23786   15 years vboxsync VBox/ssm.h: typos.
(edit) @23785   15 years vboxsync SSM: Added an _OLD field family for skipping obsolete field. May have …
(edit) @23783   15 years vboxsync SSM: Added _HCPTR_HACK_U32 to deal with two PATM fields.
(edit) @23780   15 years vboxsync SSM: Adding IGN_GCPTR and IGN_GCPHYS just in case.
(edit) @23777   15 years vboxsync SSM,CSAM: More systematic naming SSMFIELDTRANS_HCPTR -> …
(edit) @23774   15 years vboxsync VBox/ssm.h: typo.
(edit) @23771   15 years vboxsync SSM: Added SSMFIELD_ENTRY_PAD_MSC32_AUTO.
(edit) @23767   15 years vboxsync VBox/ssm.h: Fixed typo in SSMFIELD_ENTRY_PAD_OTHER_INT.
(edit) @23764   15 years vboxsync SSM: More structure serialization and deserialization features.
(edit) @23752   15 years vboxsync SSM: Implemented SSMR3GetStructEx and SSMR3PutStructEx.
(edit) @23749   15 years vboxsync SSM: Extending SSMFIELD so it can be used for fixing old …
(edit) @23709   15 years vboxsync SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23595   15 years vboxsync SSM: SSMR3LiveToFile -> SSMR3LiveSave.
(edit) @23593   15 years vboxsync SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
(edit) @23589   15 years vboxsync SSM: Generalizing the file handling.
(edit) @23540   15 years vboxsync SSM: Added a live save flag to the file header and handle, exposing it …
(edit) @23002   15 years vboxsync VBox/ssm.h: SSMR3Cancel.
(edit) @22884   15 years vboxsync SSM: Added cancellation support (SSMR3Cancel). Needed by the state …
(edit) @22803   15 years vboxsync ssm: Use VMMR3_INT_DECL.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22792   15 years vboxsync SSM: Live snapshot and migration coding.
(edit) @22559   15 years vboxsync ssm changes.
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @21927   15 years vboxsync SSM,VBox/err.h: SSMR3SkipToEndOfUnit and more error codes.
(edit) @21795   15 years vboxsync include/VBox/ssm.h: Clearified the extern load exec return code (new code).
(edit) @21787   15 years vboxsync SSMR3ValidateFile/ConsoleImpl.cpp: Don't waste lots of time …
(edit) @21217   15 years vboxsync include/VBox/*.h: Mark which components the header files relate to.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20363   15 years vboxsync VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
(edit) @20114   16 years vboxsync SSM: Added SSMR3Skip.
(edit) @18045   16 years vboxsync SSM: Added SSMR3HandleGetUnitOffset for assiting in debugging saved …
(edit) @17662   16 years vboxsync SSM: SSMFIELD preps and ideas.
(edit) @13596   16 years vboxsync SSM: Eliminated some more silly type methods, adding RTGCUINTREG.
(edit) @13595   16 years vboxsync SSM: removed RTHCUINT/RTHCINT methods. (unused and now deprecated types)
(edit) @13594   16 years vboxsync #1865: SSM - just some cleaning up.
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @11944   16 years vboxsync Updates for state saving
(edit) @11808   16 years vboxsync Deal with GCPtr differences between 1.6 & 2.0 saved states.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7588   17 years vboxsync Another correction
(edit) @7582   17 years vboxsync Correction
(edit) @7581   17 years vboxsync 64 bits physical address save/restore
(edit) @7112   17 years vboxsync Removed duplicate docs.
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @6401   17 years vboxsync ssm: major, minor
(edit) @6287   17 years vboxsync doxygen: Missing close.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4185   17 years vboxsync Fixed x86/amd64 file header difference. Added SSMAFTER_DEBUG_IT for …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3632   17 years vboxsync VBox_hdr_h -> _VBox_hdr_h
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @900   18 years vboxsync Added SSMR3DeregisterExternal
(add) @1   55 years vboxsync import
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