VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15605   16 years vboxsync #3281: Making #undef HWACCM_VMX_EMULATE_REALMODE work again, looks …
(edit) @15587   16 years vboxsync #3281: Two more places to check for pRealModeTSS.
(edit) @15576   16 years vboxsync More paranoid checks
(edit) @15555   16 years vboxsync Clear PAE bit when in 32 bits shadow mode
(edit) @15545   16 years vboxsync More paranoia.
(edit) @15507   16 years vboxsync VT-x: keep track of missed paging mode changes
(edit) @15502   16 years vboxsync Cleaned up
(edit) @15490   16 years vboxsync Disabled VMX_VMCS_GUEST_EFER_FULL code. (crashes my Nehalem host)
(edit) @15440   16 years vboxsync Sync CR2 properly for VT-x EPT (unable to access the 64 bits cr2 from …
(edit) @15439   16 years vboxsync Enable 64 bits guest support on 32 bits hosts. Only use rem64 if the …
(edit) @15436   16 years vboxsync PGMR0DynMap: Corrected PGMR0DYNMAP_PAGES_PER_CPU_MIN (>= max set …
(edit) @15434   16 years vboxsync PGMR0DynMap: Tuning and logging.
(edit) @15429   16 years vboxsync PGM: Don't use PGMDynMapHCPage in R0/darwin.
(edit) @15427   16 years vboxsync PGMR0DynMap: PGMR0DynMap never returns anything but VINF_SUCCESS (no …
(edit) @15423   16 years vboxsync PGMR0DynMap: bail out on failure, don't crash the host.
(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) @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) @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) @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) @15377   16 years vboxsync Program entry and exit controls on each guest state sync.
(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) @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) @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) @15307   16 years vboxsync VT-x switcher update
(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) @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) @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) @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) @15186   16 years vboxsync Fixed fpu and debug state syncing.
(edit) @15154   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15153   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15150   16 years vboxsync Wrong handler
(edit) @15147   16 years vboxsync Wrong push order
(edit) @15144   16 years vboxsync Oops
(edit) @15142   16 years vboxsync Compile fixes
(edit) @15141   16 years vboxsync Cleaned up
(edit) @15134   16 years vboxsync HWACCMR0: Don't register power notification when using SUPR0EnableVTx …
(edit) @15072   16 years vboxsync Compile fixes
(edit) @15071   16 years vboxsync Deal with 64 bits address flushes in 32 bits host mode. (flush the …
(edit) @15046   16 years vboxsync No need to restore CR2 for AMD-V.
(edit) @15040   16 years vboxsync Always set the tpr shadow feature; host mode is irrelevant
(edit) @15033   16 years vboxsync Push VMCS addresses
(edit) @15031   16 years vboxsync Switcher updates
(edit) @15017   16 years vboxsync More detailed statistics for CRx accesses.
(edit) @14997   16 years vboxsync Clearly mark possible 64 bits values
(edit) @14993   16 years vboxsync Switcher updates
(edit) @14978   16 years vboxsync props
(edit) @14946   16 years vboxsync Some todos added
(edit) @14945   16 years vboxsync Manual disassembly of ins/outs. Take two.
(edit) @14943   16 years vboxsync Disassemble ins/outs manually to deal with segment prefixes.
(edit) @14903   16 years vboxsync HWACCMR0: Try use SUPR0EnableVTx. (#3202)
(edit) @14899   16 years vboxsync Wrote testcase for the new switcher.
(edit) @14897   16 years vboxsync Deal with undocumented interrupt type for breakpoint exceptions
(edit) @14895   16 years vboxsync Wrong string specifier
(edit) @14888   16 years vboxsync Small update
(edit) @14880   16 years vboxsync PGMR0DynMap: nit picking.
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