VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23366   15 years vboxsync Wait for the target VCPU to finish its world switch.
(edit) @23350   15 years vboxsync VMM: Added PDMCritSectHasWaiters and PDMR3CritSectYield.
(edit) @23329   15 years vboxsync PDM: VM_FF_PDM_DMA can be set (by sb16) before we get to pdmR3Load, …
(edit) @23307   15 years vboxsync VMM: Moved the saved state code out of PGM.cpp and into PGMSavedState.cpp.
(edit) @23306   15 years vboxsync PGM: Live state saving work (in progress).
(edit) @23303   15 years vboxsync Compile fixes
(edit) @23300   15 years vboxsync Cut addresses according to the cpu mode.
(edit) @23297   15 years vboxsync Zero out the high parts of all registers in the RC trap handler.
(edit) @23284   15 years vboxsync Correction
(edit) @23283   15 years vboxsync Use atomic operations to update page table entries.
(edit) @23258   15 years vboxsync Disabled unused code for release builds
(edit) @23254   15 years vboxsync Empty line
(edit) @23252   15 years vboxsync Backed out 52727; was correct
(edit) @23251   15 years vboxsync Used the wrong macro
(edit) @23250   15 years vboxsync Deal with dirty page tracking and monitored pages.
(edit) @23244   15 years vboxsync Fixed tpr patch restore
(edit) @23226   15 years vboxsync TPR patch restore fix
(edit) @23224   15 years vboxsync Logging updates
(edit) @23220   15 years vboxsync Properly emulate task switches caused by IDT gates (VT-x & AMD-V)
(edit) @23213   15 years vboxsync OffStart -> offStart; 'off' is an one of the prefixes we use, similar …
(edit) @23212   15 years vboxsync PDMAsyncCompletionFileNormal.cpp: Fixed harmful casts introduced in r52654.
(edit) @23211   15 years vboxsync Logging change
(edit) @23210   15 years vboxsync Disabled PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for the moment
(edit) @23207   15 years vboxsync Async: fix warnings
(edit) @23201   15 years vboxsync Removed assertion
(edit) @23200   15 years vboxsync Extend to all use cases of RTMpPokeCpu
(edit) @23199   15 years vboxsync Accidental commit
(edit) @23198   15 years vboxsync Fall back to RTMpOnSpecific for those host platforms that don't …
(edit) @23191   15 years vboxsync VMM: Hacked EM to quit processing forced actions on VINF_EM_SUSPEND, …
(edit) @23190   15 years vboxsync VMEmt.cpp: Logging changes.
(edit) @23167   15 years vboxsync Nothing to do if a TLB flush is already pending; the VCPU should have …
(edit) @23153   15 years vboxsync VMM: live snapshot bugfix.
(edit) @23152   15 years vboxsync nitpicking
(edit) @23151   15 years vboxsync VBox/err.h,VMM: VMR3Save should be mostly done now.
(edit) @23148   15 years vboxsync VM.cpp: converted VMR3PowerOn and VMR3Resume to use …
(edit) @23147   15 years vboxsync Build fix.
(edit) @23146   15 years vboxsync VMM: State reworking.
(edit) @23145   15 years vboxsync VMM: Extended VMMR3EmtRendezvous with TYPE_ASCENDING, TYPE_DESCENDING …
(edit) @23140   15 years vboxsync Assert valid in all contexts
(edit) @23127   15 years vboxsync Logging change
(edit) @23121   15 years vboxsync Paging updates: - use the dirty page handling after fewer writes - …
(edit) @23116   15 years vboxsync Noisy logging
(edit) @23107   15 years vboxsync Backed out 52463
(edit) @23100   15 years vboxsync Wrong stat type
(edit) @23099   15 years vboxsync PATM: implemented couple tweaks to make NetBSD bootable (still some …
(edit) @23097   15 years vboxsync Distinguish between single page sync operations due to non-present or …
(edit) @23093   15 years vboxsync PGM_SYNC_NR_PAGES increased for VT-x/AMD-V
(edit) @23090   15 years vboxsync Fixed flushing of reused pages
(edit) @23088   15 years vboxsync Reversed order of dirty page initialization as it was incorrect for …
(edit) @23087   15 years vboxsync Added comment
(edit) @23086   15 years vboxsync Check for more invalid rcs (4064)
(edit) @23085   15 years vboxsync The VERR_PAGE_TABLE_NOT_PRESENT problem occurs on uniprocessor VMs …
(edit) @23080   15 years vboxsync VMM,ConsoleImpl.cpp: Added fFlags to VMR3ReqCall.
(edit) @23077   15 years vboxsync PDM: typo, device => driver
(edit) @23067   15 years vboxsync Flush page tables that have been updated with invalid entries.
(edit) @23060   15 years vboxsync More verbose assertion
(edit) @23058   15 years vboxsync Noisy logging
(edit) @23056   15 years vboxsync Extra printf
(edit) @23042   15 years vboxsync VM.cpp: Note about ResetLS/ResettingLS.
(edit) @23037   15 years vboxsync VMR3Save: Code done. (Had to add VMSTATE_RESET_LS to deal with reset.)
(edit) @23034   15 years vboxsync Always clear IF in VMXR0Execute64BitsHandler
(edit) @23033   15 years vboxsync Reversed ifdef corrected (not harmful though)
(edit) @23024   15 years vboxsync VM.cpp: More state cleanup.
(edit) @23023   15 years vboxsync VM.cpp: Retire vmR3SetState2. s/vmR3TrySetStateEx/vmR3TrySetState/
(edit) @23018   15 years vboxsync VM.cpp: More uniform error reporting when called with an invalid state.
(edit) @23017   15 years vboxsync VMReq.cpp: Added a todo.
(edit) @23016   15 years vboxsync VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API.
(edit) @23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @23014   15 years vboxsync VMReq.cpp: Don't use the 'U' version, it just makes the caller side …
(edit) @23013   15 years vboxsync PDMAsyncCompletion: Make it work on Solaris. directio doesn't work on …
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @23011   15 years vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @23010   15 years vboxsync VBox/vmapi.h,VMReq.cpp: Added A number of convenice function to …
(edit) @23009   15 years vboxsync VMM: State machine adjustments. Have only received basic testing.
(edit) @23001   15 years vboxsync Wrong free function called for UVM
(edit) @22997   15 years vboxsync Test UVM padding as well
(edit) @22988   15 years vboxsync VMM: Simplify AtError and AtRuntimeError registration and deregistration.
(edit) @22986   15 years vboxsync VMM: Removed the AtReset callbacks. Rewrote the AtState registration …
(edit) @22981   15 years vboxsync PDMAsyncCompletionFile.cpp: The env.var. VBOX_ASYNC_IO_FAILBACK can be …
(edit) @22980   15 years vboxsync VM: added critsects around the At[State|Reset|Error|RuntimeError] …
(edit) @22979   15 years vboxsync PDMAsyncCompletion: Add missing state transitions in failsafe manager
(edit) @22978   15 years vboxsync PDMAsyncCompletion: Fix crash on FreeBSD with failsafe manager. Need …
(edit) @22977   15 years vboxsync PDMASyncCompletionFile: uBitmaskAlignment fix.
(edit) @22975   15 years vboxsync VMM: State coding in progress - bed time commit.
(edit) @22967   15 years vboxsync PDMAsyncCompletion: Bug fixes
(edit) @22961   15 years vboxsync VMM: state updates (almost there).
(edit) @22949   15 years vboxsync TRPMR0A.asm: Align the trpmR0DispatchHostInterruptSimple code better.
(edit) @22947   15 years vboxsync PGMPhys.cpp: Corrected the 'Failed to procure handy pages' message, …
(edit) @22945   15 years vboxsync tstHelp: gcc warns about operator precedence
(edit) @22939   15 years vboxsync MMInternal.h: typo.
(edit) @22937   15 years vboxsync VMInternal.h: build fix.
(edit) @22936   15 years vboxsync PGMInternal.h: warning.
(edit) @22935   15 years vboxsync build fix
(edit) @22933   15 years vboxsync PGMInternal.h: burn fix.
(edit) @22929   15 years vboxsync build hacking.
(edit) @22926   15 years vboxsync PGM: alignment fix.
(edit) @22924   15 years vboxsync VMM: Made STAM assert on missaligned statistics. Fixed a bunch of …
(edit) @22923   15 years vboxsync GVMMR0.cpp: An attempt at hacking my way around the current snow …
(edit) @22919   15 years vboxsync VMM/PGM: Alignment fixes that cures crashes on snow leopard when gdb …
(edit) @22915   15 years vboxsync VMM: some state stuff (work in progress, back out on bustage).
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