VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23851   16 years vboxsync Annoying assertion
(edit) @23844   16 years vboxsync Do not call ModifyPage handler with non-page aligned sizes.
(edit) @23833   16 years vboxsync PGMPhys.cpp: reverted r53588 - wrong fix.
(edit) @23831   16 years vboxsync SUPLib-solaris.cpp: don't return VERR_TRY_AGAIN, return VERR_NO_MEMORY.
(edit) @23826   16 years vboxsync VMM: VMR3PowerOff should work for CREATED VMs as well. (TODO update …
(edit) @23817   16 years vboxsync PATM: 64-bit host saved state fixes (addresses testbox burn).
(edit) @23816   16 years vboxsync SSM: Added flag for indicating that we're not using SSMR3PutStructEx …
(edit) @23813   16 years vboxsync Async completion testcase: bugfixes
(edit) @23812   16 years vboxsync PDMAsyncCompletion: Bugfixes
(edit) @23811   16 years vboxsync AsyncCompletion Stress test: Bugfixes. Correctly calculate the write …
(edit) @23801   16 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23800   16 years vboxsync Removed comment
(edit) @23799   16 years vboxsync Accidental commit
(edit) @23798   16 years vboxsync Correction
(edit) @23797   16 years vboxsync More synthetic cpu work
(edit) @23794   16 years vboxsync More synthetic cpu work
(edit) @23792   16 years vboxsync Similar unexpected return value hack for nested paging (guest SMP).
(edit) @23789   16 years vboxsync PATM: build fix.
(edit) @23788   16 years vboxsync PATM: 64-bit host fix.
(edit) @23787   16 years vboxsync CPUM: Fixed bug in cpumR3LoadCpuId (live migration, disabled).
(edit) @23785   16 years vboxsync SSM: Added an _OLD field family for skipping obsolete field. May have …
(edit) @23784   16 years vboxsync PATM: The two relocation RTR3GetMem calls.
(edit) @23783   16 years vboxsync SSM: Added _HCPTR_HACK_U32 to deal with two PATM fields.
(edit) @23782   16 years vboxsync PATM: Missing ZEROs.
(edit) @23781   16 years vboxsync PATM: Converted to more SSMR3GetMem calls.
(edit) @23780   16 years vboxsync SSM: Adding IGN_GCPTR and IGN_GCPHYS just in case.
(edit) @23779   16 years vboxsync PATM: Converting to extended structure based deserialization.
(edit) @23778   16 years vboxsync todos
(edit) @23777   16 years vboxsync SSM,CSAM: More systematic naming SSMFIELDTRANS_HCPTR -> …
(edit) @23776   16 years vboxsync SSM: MSC32 bugfix.
(edit) @23775   16 years vboxsync SSM: Fixed uninitialized rc bug in the _ARRAY handling.
(edit) @23773   16 years vboxsync SSM: copy & past fix.
(edit) @23772   16 years vboxsync CSAM: Use SSMFIELD_ENTRY_PAD_MSC32_AUTO.
(edit) @23771   16 years vboxsync SSM: Added SSMFIELD_ENTRY_PAD_MSC32_AUTO.
(edit) @23770   16 years vboxsync CSAM: The right fix (hopefully).
(edit) @23768   16 years vboxsync CSAM: 32-bit (gcc) adjustment.
(edit) @23765   16 years vboxsync CSAM: Use SSMR3GetStructEx instead of SSMR3GetMem in an attempt to …
(edit) @23764   16 years vboxsync SSM: More structure serialization and deserialization features.
(edit) @23761   16 years vboxsync ssmR3StremClose: Signal the right semaphore on load.
(edit) @23758   16 years vboxsync Skeleton code for synthetic cpu handling.
(edit) @23753   16 years vboxsync SSM: Missing input checks (using ssmR3DataWrite/Read now).
(edit) @23752   16 years vboxsync SSM: Implemented SSMR3GetStructEx and SSMR3PutStructEx.
(edit) @23749   16 years vboxsync SSM: Extending SSMFIELD so it can be used for fixing old …
(edit) @23744   16 years vboxsync AsyncCompletion: Bugfix
(edit) @23733   16 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23730   16 years vboxsync VMM: Don't save the R0/RC stack (old todo).
(edit) @23729   16 years vboxsync SSM: Fixed assertion in ssmR3StrmClose when called from SSMR3Close.
(edit) @23722   16 years vboxsync CPUM: Live migration coding (incomplete and disabled).
(edit) @23716   16 years vboxsync PDM: Save the device list in pass 0 (as well as in the final pass) so …
(edit) @23714   16 years vboxsync SSM,VBox/err.*: VINF_SSM_DONT_CALL_AGAIN from pfnLiveExec.
(edit) @23713   16 years vboxsync Async Completion: bugfixes
(edit) @23712   16 years vboxsync Async Completion: logging fixes
(edit) @23709   16 years vboxsync SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
(edit) @23699   16 years vboxsync Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be …
(edit) @23677   16 years vboxsync AsyncCompletion: Stress test bugfixing. Still now working yet
(edit) @23673   16 years vboxsync typo
(edit) @23672   16 years vboxsync AsyncCompletion: Simple stress test utility for bug hunting
(edit) @23668   16 years vboxsync VMM: Live migration fixes.
(edit) @23649   16 years vboxsync SSM: Fixed seek regression (was testing the wrong directory field).
(edit) @23641   16 years vboxsync Wrong else
(edit) @23638   16 years vboxsync Log AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER
(edit) @23615   16 years vboxsync AsyncCompletion/FileCache: Improve memory usage for read sizes not …
(edit) @23610   16 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23604   16 years vboxsync AsyncCompletion: More logging
(edit) @23603   16 years vboxsync AsyncCompletion: Bugfixes
(edit) @23598   16 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23597   16 years vboxsync Fix QNX paging loop
(edit) @23596   16 years vboxsync SSM: doc fixes.
(edit) @23595   16 years vboxsync SSM: SSMR3LiveToFile -> SSMR3LiveSave.
(edit) @23593   16 years vboxsync SSM: Fixed bug causing invalid/unnecessary directory entries. Made …
(edit) @23589   16 years vboxsync SSM: Generalizing the file handling.
(edit) @23587   16 years vboxsync CFGM: Optimize the lookups.
(edit) @23586   16 years vboxsync CFGM: Sort the key and value name so that ordering is predictable. …
(edit) @23584   16 years vboxsync pdmR3Load: Relaxed device/instance ordering assumptions.
(edit) @23566   16 years vboxsync Fixed assertion
(edit) @23565   16 years vboxsync PGMSavedState: Enabled the new saved state format (v10).
(edit) @23558   16 years vboxsync Wrong tests
(edit) @23557   16 years vboxsync Test hwaccm(cpu) padding too
(edit) @23553   16 years vboxsync More assertions
(edit) @23544   16 years vboxsync oops again.
(edit) @23543   16 years vboxsync PGMSavedState: Zero page counting (ram+mmio2).
(edit) @23542   16 years vboxsync SSM: docs.
(edit) @23541   16 years vboxsync SSM: typo.
(edit) @23540   16 years vboxsync SSM: Added a live save flag to the file header and handle, exposing it …
(edit) @23539   16 years vboxsync PGMSavedState: Added some sanity checks for write monitored pages …
(edit) @23536   16 years vboxsync oops.
(edit) @23535   16 years vboxsync PGMSavedState: More statistics.
(edit) @23534   16 years vboxsync PGMSavedState: Mmio2 bugfixes and more statistics.
(edit) @23532   16 years vboxsync PGMSavedState: some cleanups
(edit) @23524   16 years vboxsync PGMSavedState: Some code restructuring.
(edit) @23523   16 years vboxsync PGMSavedState: bugfixes
(edit) @23521   16 years vboxsync PGMSavedState: Some more MMIO2 coding.
(edit) @23519   16 years vboxsync Backed out 53066; problem area elswhere
(edit) @23518   16 years vboxsync PGMSavedState: More MMIO2 work (incomplete).
(edit) @23517   16 years vboxsync Noisy logging
(edit) @23515   16 years vboxsync Force a TLB flush when returning back to ring 3. (local init only)
(edit) @23514   16 years vboxsync alignment fix.
(edit) @23513   16 years vboxsync PGMSavedState: MMIO2 optimizations in the works.
(edit) @23512   16 years vboxsync tstCompressionBenchmark: Page by page CRC/Hash benchmarking.
(edit) @23511   16 years vboxsync tstCompressionBenchmark: nitpicking.
Note: See TracRevisionLog for help on using the revision log.

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