VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23489   15 years vboxsync PGMSavedState: More write lock checks. Added missing …
(edit) @23488   15 years vboxsync PGM: Lock stats and check for write locks on monitored pages during …
(edit) @23487   15 years vboxsync VMM: Saved and restore the [R|E]FLAGS register in the …
(edit) @23486   15 years vboxsync PGMPAGE: optimization todos for later. enough for now.
(edit) @23485   15 years vboxsync PGMPAGE: Optimized tests accessing both u2HandlerPhysStateY and …
(edit) @23484   15 years vboxsync PGMPAGE: Removed the non-PGM_PAGE_WITH_U16MISCY bits.
(edit) @23483   15 years vboxsync PGMPAGE: Merging u2HandlerPhysStateY into the misc field.
(edit) @23480   15 years vboxsync Fixed bad proprocessing around PGM_PAGE_INIT…
(edit) @23479   15 years vboxsync PGM: Fixed wrong PGM_PAGE_MAX_LOCKS value.
(edit) @23478   15 years vboxsync PGMPAGE: Removed the PGM_PAGE_WITH_BIT_FIELD bits.
(edit) @23477   15 years vboxsync PGMPAGE: Spell it out for the compiler. (soon, no bitfields)
(edit) @23476   15 years vboxsync Use global (one shot on all cpus) or local (each time we want to …
(edit) @23471   15 years vboxsync PGM: Made PGM_PAGE_WITH_LOCKS unconditional.
(edit) @23470   15 years vboxsync PGMPAGE: Removed the non-PGM_PAGE_WITH_PAGEID_IN_HCPHYS cases.
(edit) @23468   15 years vboxsync Misleading comment
(edit) @23464   15 years vboxsync Do not use physical page 0 for the pgm pool.
(edit) @23461   15 years vboxsync PGM: Enabled page lock counters.
(edit) @23460   15 years vboxsync PGM: Page lock counters. (disabled)
(edit) @23459   15 years vboxsync PGMPAGE: Enable HCPhys and idPage merge.
(edit) @23458   15 years vboxsync PGMPAGE: HCPhys and idPage migration work, part 2.
(edit) @23457   15 years vboxsync PGMPAGE: HCPhys and idPage migration work, part 1.
(edit) @23456   15 years vboxsync PGMSavedState: gcc 4.0.1 warnings.
(edit) @23455   15 years vboxsync PGMPAGE: Moved the usage tracking data out of HCPhysY.
(edit) @23454   15 years vboxsync PGMPAGE: prep for lock counting. renamed all names (X->Y) just to make …
(edit) @23453   15 years vboxsync PGMPhysPageMap cleanup.
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23449   15 years vboxsync PGMSavedState: Corrected live save statistics a bit and did a quick …
(edit) @23448   15 years vboxsync SSM: Live snapshot bugfix.
(edit) @23447   15 years vboxsync PGMSavedState: Live snapshot fixes (it kind of works now).
(edit) @23446   15 years vboxsync PGMSavedState: Bugfixes (new code).
(edit) @23443   15 years vboxsync PGMSavedState: New state saved state format in the works.
(edit) @23436   15 years vboxsync SSM: Fixed some missing SSMHANDLE::rc updates. (untested)
(edit) @23415   15 years vboxsync PGM: Saved state hacking and some minor cleanups.
(edit) @23404   15 years vboxsync AsyncCompletion: Handle out of resources case properly. Should fix …
(edit) @23398   15 years vboxsync PGM: ROM pages are soo much fun.
(edit) @23393   15 years vboxsync PGM: live save work in progress.
(edit) @23387   15 years vboxsync 32-bit Linux build fix
(edit) @23383   15 years vboxsync Measure the RTMpOnSpecific code path as well (stats).
(edit) @23374   15 years vboxsync PGMPool: Moved pgmR3PoolClearAll to from VMMAll to PGMPool.cpp.
(edit) @23372   15 years vboxsync pgmR3PoolClearAll.
(edit) @23371   15 years vboxsync Alignment fix
(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.
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