VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24009   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23983   15 years vboxsync Must flush all contexts when restarting with asid 1
(edit) @23978   15 years vboxsync Remove semicolon
(edit) @23977   15 years vboxsync Cleaned up
(edit) @23976   15 years vboxsync Flush page instead of context (code path not used)
(edit) @23975   15 years vboxsync AsyncCompletion: Fix possible data corruption
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23972   15 years vboxsync Must set tlb flush flag when exiting ring 0 (local init)
(edit) @23959   15 years vboxsync PDMAsyncCompletion: Disable async I/O on linux if opening fails …
(edit) @23958   15 years vboxsync temporary debugging code
(edit) @23956   15 years vboxsync PDMAsyncCompletion: Migrate endpoints to a failsafe manager if a …
(edit) @23952   15 years vboxsync AsyncCompletion: Disable RTFILE_O_NO_CACHE for Linux on filesystems …
(edit) @23944   15 years vboxsync Format specifier fix
(edit) @23943   15 years vboxsync More verbose assertion
(edit) @23927   15 years vboxsync netflt/win: alternative loopback handling mechanism (disabled for now)
(edit) @23925   15 years vboxsync dbgfR3VMMWait: polling hack.
(edit) @23922   15 years vboxsync missing case
(edit) @23917   15 years vboxsync VM: Set it VMINT::fTeleportedAndNotFullyResumedYet in VMR3Load.…
(edit) @23915   15 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
(edit) @23905   15 years vboxsync SSM: Moved the LivePrep phase to the worker thread.
(edit) @23904   15 years vboxsync VMM,Main: Fixed bugs related to teleporting a paused VM.
(edit) @23901   15 years vboxsync doc typo.
(edit) @23895   15 years vboxsync SSM.cpp: Corrected assertion.
(edit) @23872   15 years vboxsync SSM: Extended and fixed the SSMFIELD_ENTRY_OLD bits.
(edit) @23853   15 years vboxsync docs
(edit) @23851   15 years vboxsync Annoying assertion
(edit) @23844   15 years vboxsync Do not call ModifyPage handler with non-page aligned sizes.
(edit) @23833   15 years vboxsync PGMPhys.cpp: reverted r53588 - wrong fix.
(edit) @23831   15 years vboxsync SUPLib-solaris.cpp: don't return VERR_TRY_AGAIN, return VERR_NO_MEMORY.
(edit) @23826   15 years vboxsync VMM: VMR3PowerOff should work for CREATED VMs as well. (TODO update …
(edit) @23817   15 years vboxsync PATM: 64-bit host saved state fixes (addresses testbox burn).
(edit) @23816   15 years vboxsync SSM: Added flag for indicating that we're not using SSMR3PutStructEx …
(edit) @23813   15 years vboxsync Async completion testcase: bugfixes
(edit) @23812   15 years vboxsync PDMAsyncCompletion: Bugfixes
(edit) @23811   15 years vboxsync AsyncCompletion Stress test: Bugfixes. Correctly calculate the write …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23800   15 years vboxsync Removed comment
(edit) @23799   15 years vboxsync Accidental commit
(edit) @23798   15 years vboxsync Correction
(edit) @23797   15 years vboxsync More synthetic cpu work
(edit) @23794   15 years vboxsync More synthetic cpu work
(edit) @23792   15 years vboxsync Similar unexpected return value hack for nested paging (guest SMP).
(edit) @23789   15 years vboxsync PATM: build fix.
(edit) @23788   15 years vboxsync PATM: 64-bit host fix.
(edit) @23787   15 years vboxsync CPUM: Fixed bug in cpumR3LoadCpuId (live migration, disabled).
(edit) @23785   15 years vboxsync SSM: Added an _OLD field family for skipping obsolete field. May have …
(edit) @23784   15 years vboxsync PATM: The two relocation RTR3GetMem calls.
(edit) @23783   15 years vboxsync SSM: Added _HCPTR_HACK_U32 to deal with two PATM fields.
(edit) @23782   15 years vboxsync PATM: Missing ZEROs.
(edit) @23781   15 years vboxsync PATM: Converted to more SSMR3GetMem calls.
(edit) @23780   15 years vboxsync SSM: Adding IGN_GCPTR and IGN_GCPHYS just in case.
(edit) @23779   15 years vboxsync PATM: Converting to extended structure based deserialization.
(edit) @23778   15 years vboxsync todos
(edit) @23777   15 years vboxsync SSM,CSAM: More systematic naming SSMFIELDTRANS_HCPTR -> …
(edit) @23776   15 years vboxsync SSM: MSC32 bugfix.
(edit) @23775   15 years vboxsync SSM: Fixed uninitialized rc bug in the _ARRAY handling.
(edit) @23773   15 years vboxsync SSM: copy & past fix.
(edit) @23772   15 years vboxsync CSAM: Use SSMFIELD_ENTRY_PAD_MSC32_AUTO.
(edit) @23771   15 years vboxsync SSM: Added SSMFIELD_ENTRY_PAD_MSC32_AUTO.
(edit) @23770   15 years vboxsync CSAM: The right fix (hopefully).
(edit) @23768   15 years vboxsync CSAM: 32-bit (gcc) adjustment.
(edit) @23765   15 years vboxsync CSAM: Use SSMR3GetStructEx instead of SSMR3GetMem in an attempt to …
(edit) @23764   15 years vboxsync SSM: More structure serialization and deserialization features.
(edit) @23761   15 years vboxsync ssmR3StremClose: Signal the right semaphore on load.
(edit) @23758   15 years vboxsync Skeleton code for synthetic cpu handling.
(edit) @23753   15 years vboxsync SSM: Missing input checks (using ssmR3DataWrite/Read now).
(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) @23744   15 years vboxsync AsyncCompletion: Bugfix
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23730   15 years vboxsync VMM: Don't save the R0/RC stack (old todo).
(edit) @23729   15 years vboxsync SSM: Fixed assertion in ssmR3StrmClose when called from SSMR3Close.
(edit) @23722   15 years vboxsync CPUM: Live migration coding (incomplete and disabled).
(edit) @23716   15 years vboxsync PDM: Save the device list in pass 0 (as well as in the final pass) so …
(edit) @23714   15 years vboxsync SSM,VBox/err.*: VINF_SSM_DONT_CALL_AGAIN from pfnLiveExec.
(edit) @23713   15 years vboxsync Async Completion: bugfixes
(edit) @23712   15 years vboxsync Async Completion: logging fixes
(edit) @23709   15 years vboxsync SSM: VINF_SSM_VOTE_FOR_ANOTHER_PASS - for pushing config data in pass 0.
(edit) @23699   15 years vboxsync Added SUP_IOCTL_VT_CAPS to get VT-x/AMD-V caps that can only be …
(edit) @23677   15 years vboxsync AsyncCompletion: Stress test bugfixing. Still now working yet
(edit) @23673   15 years vboxsync typo
(edit) @23672   15 years vboxsync AsyncCompletion: Simple stress test utility for bug hunting
(edit) @23668   15 years vboxsync VMM: Live migration fixes.
(edit) @23649   15 years vboxsync SSM: Fixed seek regression (was testing the wrong directory field).
(edit) @23641   15 years vboxsync Wrong else
(edit) @23638   15 years vboxsync Log AMD_CPUID_SVM_FEATURE_EDX_PAUSE_FILTER
(edit) @23615   15 years vboxsync AsyncCompletion/FileCache: Improve memory usage for read sizes not …
(edit) @23610   15 years vboxsync IPRT,VMM,SUPDrv,VBGLR0: Added a parameter to RTR0MemObjLockUser/Kernel …
(edit) @23604   15 years vboxsync AsyncCompletion: More logging
(edit) @23603   15 years vboxsync AsyncCompletion: Bugfixes
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23597   15 years vboxsync Fix QNX paging loop
(edit) @23596   15 years vboxsync SSM: doc fixes.
(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) @23587   15 years vboxsync CFGM: Optimize the lookups.
(edit) @23586   15 years vboxsync CFGM: Sort the key and value name so that ordering is predictable. …
(edit) @23584   15 years vboxsync pdmR3Load: Relaxed device/instance ordering assumptions.
(edit) @23566   15 years vboxsync Fixed assertion
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