VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @23510   16 years vboxsync tstCompressionBenchmark: fixed copy&past error.
(edit) @23509   16 years vboxsync tstCompressionBenchmark: fixed copy&past error.
(edit) @23508   16 years vboxsync tstCompressionBenchmark: Added SHA-1, SHA-256 and SHA-512.
(edit) @23489   16 years vboxsync PGMSavedState: More write lock checks. Added missing …
(edit) @23488   16 years vboxsync PGM: Lock stats and check for write locks on monitored pages during …
(edit) @23487   16 years vboxsync VMM: Saved and restore the [R|E]FLAGS register in the …
(edit) @23486   16 years vboxsync PGMPAGE: optimization todos for later. enough for now.
(edit) @23485   16 years vboxsync PGMPAGE: Optimized tests accessing both u2HandlerPhysStateY and …
(edit) @23484   16 years vboxsync PGMPAGE: Removed the non-PGM_PAGE_WITH_U16MISCY bits.
(edit) @23483   16 years vboxsync PGMPAGE: Merging u2HandlerPhysStateY into the misc field.
(edit) @23480   16 years vboxsync Fixed bad proprocessing around PGM_PAGE_INIT…
(edit) @23479   16 years vboxsync PGM: Fixed wrong PGM_PAGE_MAX_LOCKS value.
(edit) @23478   16 years vboxsync PGMPAGE: Removed the PGM_PAGE_WITH_BIT_FIELD bits.
(edit) @23477   16 years vboxsync PGMPAGE: Spell it out for the compiler. (soon, no bitfields)
(edit) @23476   16 years vboxsync Use global (one shot on all cpus) or local (each time we want to …
(edit) @23471   16 years vboxsync PGM: Made PGM_PAGE_WITH_LOCKS unconditional.
(edit) @23470   16 years vboxsync PGMPAGE: Removed the non-PGM_PAGE_WITH_PAGEID_IN_HCPHYS cases.
(edit) @23468   16 years vboxsync Misleading comment
(edit) @23464   16 years vboxsync Do not use physical page 0 for the pgm pool.
(edit) @23461   16 years vboxsync PGM: Enabled page lock counters.
(edit) @23460   16 years vboxsync PGM: Page lock counters. (disabled)
(edit) @23459   16 years vboxsync PGMPAGE: Enable HCPhys and idPage merge.
(edit) @23458   16 years vboxsync PGMPAGE: HCPhys and idPage migration work, part 2.
(edit) @23457   16 years vboxsync PGMPAGE: HCPhys and idPage migration work, part 1.
(edit) @23456   16 years vboxsync PGMSavedState: gcc 4.0.1 warnings.
(edit) @23455   16 years vboxsync PGMPAGE: Moved the usage tracking data out of HCPhysY.
(edit) @23454   16 years vboxsync PGMPAGE: prep for lock counting. renamed all names (X->Y) just to make …
(edit) @23453   16 years vboxsync PGMPhysPageMap cleanup.
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