VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15433   16 years vboxsync PGMR0DynMap: doubled the set size.
(edit) @15432   16 years vboxsync Disabled assertion.
(edit) @15431   16 years vboxsync Oops.
(edit) @15430   16 years vboxsync Move the flush all subset.
(edit) @15429   16 years vboxsync PGM: Don't use PGMDynMapHCPage in R0/darwin.
(edit) @15428   16 years vboxsync PGM: PGMDynMapHCPageOff -> pgmDynMapHCPageOff, making it internal and …
(edit) @15427   16 years vboxsync PGMR0DynMap: PGMR0DynMap never returns anything but VINF_SUCCESS (no …
(edit) @15426   16 years vboxsync EMAll: STOSWD - reject REP operations that crossess pages. The shadow …
(edit) @15425   16 years vboxsync PGMR0DynMapHCPage: always successful, or will bail out to ring-3.
(edit) @15424   16 years vboxsync PGM: pgmR0DynMapHCPageInlined won't fail.
(edit) @15423   16 years vboxsync PGMR0DynMap: bail out on failure, don't crash the host.
(edit) @15421   16 years vboxsync EMAll: BTS, BTR and BTC looks fine to me for all 32-bit hosts since …
(edit) @15420   16 years vboxsync EMAll: ADD, ADC and SUB - the first is used a bit by windows.
(edit) @15419   16 years vboxsync EMAll: Corrected PGMVerifyAccess call in the STOSDW emulation to pass …
(edit) @15418   16 years vboxsync EMAll: AND, OR and XOR on darwin/R0 - the first two are for vista64.
(edit) @15417   16 years vboxsync CPUM: save and restore 64-bit debug registers on darwin (#3202).
(edit) @15416   16 years vboxsync CPUM: hybrid 32-bit kernel FPU mess.
(edit) @15415   16 years vboxsync HWACCMR0.asm: strimmed down the three other Run wrappers.
(edit) @15414   16 years vboxsync Corrected VBOX_WITH_HYBIRD_32BIT_KERNEL to …
(edit) @15413   16 years vboxsync #3202: CMPXCHG - 64-bit solaris optimziation.
(edit) @15412   16 years vboxsync EMAll: Whitelisted XCHG for >4 bytes operations (64-bit ubuntu 8.10 …
(edit) @15411   16 years vboxsync VMM: Working around set overflows caused by the page pool.
(edit) @15410   16 years vboxsync PGM: Deal with pgmPoolAlloc failure in MapCR3 without relying on …
(edit) @15409   16 years vboxsync Made exitting on the wrong cpu fatal in strict builds but not when …
(edit) @15406   16 years vboxsync PGMPool: temporarily enabled the old code.
(edit) @15405   16 years vboxsync PGMPool: Don't flush the pool anywhere but in ring-3, it just takes …
(edit) @15404   16 years vboxsync #3202: 64-bit guest support on the mac.
(edit) @15402   16 years vboxsync PGMDynMapMigrateAutoSet: Fixed incorrect updating of PGMMAPSET::iCpu.
(edit) @15395   16 years vboxsync spaces
(edit) @15394   16 years vboxsync Workaround for guest EFER load regression, see defect comment 36.
(edit) @15392   16 years vboxsync Enable addition flags in the EFER msr in the world switcher.
(edit) @15390   16 years vboxsync X86_CPUID_AMD_FEATURE_EDX_SEP not set it seems in 32 bits mode. (Intel)
(edit) @15389   16 years vboxsync Update the guest EFER VMCS field too.
(edit) @15386   16 years vboxsync Missing cases
(edit) @15385   16 years vboxsync Cache only those writes which require special attention in 32 bits …
(edit) @15378   16 years vboxsync Update
(edit) @15377   16 years vboxsync Program entry and exit controls on each guest state sync.
(edit) @15374   16 years vboxsync Scratch pad
(edit) @15371   16 years vboxsync More paranoia
(edit) @15368   16 years vboxsync Paranoia
(edit) @15364   16 years vboxsync Cleanup + extra check
(edit) @15363   16 years vboxsync Type corrections for logging.
(edit) @15362   16 years vboxsync Don't use RTCCUINTREG.
(edit) @15361   16 years vboxsync Wrong stack position
(edit) @15360   16 years vboxsync Comment
(edit) @15359   16 years vboxsync Makes no difference.
(edit) @15358   16 years vboxsync Resync the whole guest state after each world switch.
(edit) @15354   16 years vboxsync Flush the VMCS write cache first (before any other vmreads/vmwrites!)
(edit) @15349   16 years vboxsync VMM: Fixed linked list bug responsible for #3379.
(edit) @15348   16 years vboxsync #3202: Optimized PGMPOOL_PAGE_2_PTR for darwin/R0 and */RC.
(edit) @15347   16 years vboxsync PGMR0DynMap: Fixed testcase (missing migration).
(edit) @15346   16 years vboxsync Avoid a few calls to RTMpCpuId() and RTMCpuIdToSetIndex().
(edit) @15344   16 years vboxsync #3202: Optimizations of the dynamic page mapping code (ring-0). Do …
(edit) @15332   16 years vboxsync Messed up return code.
(edit) @15331   16 years vboxsync More fixes
(edit) @15328   16 years vboxsync VT-x switcher updates
(edit) @15317   16 years vboxsync Removed VMR3GetGuestBitness.
(edit) @15307   16 years vboxsync VT-x switcher update
(edit) @15306   16 years vboxsync Fixed VMCSREAD macro
(edit) @15303   16 years vboxsync REM: actually ask for guest bitness when loading apropriate implmentation
(edit) @15297   16 years vboxsync Activate VMX_USE_CACHED_VMCS_ACCESSES
(edit) @15296   16 years vboxsync Update the 64 bits variant too
(edit) @15295   16 years vboxsync Update
(edit) @15294   16 years vboxsync Write order is important.
(edit) @15292   16 years vboxsync better assertion
(edit) @15291   16 years vboxsync Flush pending writes when leaving ring 0.
(edit) @15289   16 years vboxsync Flush the queued writes first before checking the values. (debug only)
(edit) @15288   16 years vboxsync Exclusive
(edit) @15284   16 years vboxsync PGM, REM: Virtual address in TLB - this is what I meant…
(edit) @15276   16 years vboxsync Fix
(edit) @15275   16 years vboxsync Fixes
(edit) @15273   16 years vboxsync Missing setup
(edit) @15265   16 years vboxsync Wrong operand order
(edit) @15262   16 years vboxsync Bug fixes
(edit) @15258   16 years vboxsync Don't cache 64 bits read and writes for now (the _FULL fields).
(edit) @15257   16 years vboxsync PGMR0DynMap: Two more parenthesis.
(edit) @15255   16 years vboxsync Compile fixes
(edit) @15254   16 years vboxsync Bugfix
(edit) @15253   16 years vboxsync Fixed wrong opcodes
(edit) @15250   16 years vboxsync Duplicate index
(edit) @15249   16 years vboxsync More VMCS access caching work.
(edit) @15246   16 years vboxsync More VMCS read/write caching.
(edit) @15236   16 years vboxsync Started with VMCS read/write cache.
(edit) @15228   16 years vboxsync backed out 40461. (PGMAllBth.h)
(edit) @15227   16 years vboxsync PGMAllBth: Fixed typo in CalcKind (harmless), did some predicting and …
(edit) @15226   16 years vboxsync PGM: Inlined PGMDynMapHCPageOff (get rid of it perhaps?).
(edit) @15225   16 years vboxsync PGMPool: typo in stat description.
(edit) @15224   16 years vboxsync PGMR0DynMap: Silly silly silly silly bug, mapping were mapped write …
(edit) @15218   16 years vboxsync HWACCM: some temporary profiling of sub-parts of SwitchFromGC_2.
(edit) @15217   16 years vboxsync HWACCM: describe the exit reason stats.
(edit) @15214   16 years vboxsync HWACCMA.asm: code alignment, avoid stack.
(edit) @15213   16 years vboxsync HWACCMA.asm: code alignment.
(edit) @15211   16 years vboxsync VMXR0SaveHostState: Assert on bad cs and ss.
(edit) @15199   16 years vboxsync HWACCMR0A.asm: trimmed down VMXR0StartVM32 without any real effect. :/
(edit) @15198   16 years vboxsync HWACCMR0A.asm: retf -> far jmps for 64->32 thunking on darwin.
(edit) @15197   16 years vboxsync HWACCM: split up the SwitchFromGC (aka StatExit) stats into two parts …
(edit) @15196   16 years vboxsync PGMR0DynMap: profiling the whole shebang.
(edit) @15189   16 years vboxsync VMXR0RunGuestCode: profiling fixes.
(edit) @15188   16 years vboxsync Some typos corrected.
(edit) @15187   16 years vboxsync Compile fix
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