VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13609   16 years vboxsync annoying warning
(edit) @13598   16 years vboxsync #1865: STAM - minor cleanups.
(edit) @13597   16 years vboxsync SSM todo.
(edit) @13596   16 years vboxsync SSM: Eliminated some more silly type methods, adding RTGCUINTREG.
(edit) @13595   16 years vboxsync SSM: removed RTHCUINT/RTHCINT methods. (unused and now deprecated types)
(edit) @13594   16 years vboxsync #1865: SSM - just some cleaning up.
(edit) @13586   16 years vboxsync TM: extended the statistics to get an idea about the normal catchup rate.
(edit) @13585   16 years vboxsync Refresh the cr3 mapping by putting it at the head of the age list. …
(edit) @13582   16 years vboxsync Invalidate the current pml4 phys pointer properly when changing cr3.
(edit) @13577   16 years vboxsync #1865: SELM.
(edit) @13572   16 years vboxsync Statistics for rdtsc intercepts
(edit) @13567   16 years vboxsync tstInstrEmul: unbusted the darwin build and straigthened up the …
(edit) @13566   16 years vboxsync EMAll.cpp: doxygen.
(edit) @13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13562   16 years vboxsync Stricter tests
(edit) @13561   16 years vboxsync Emulate (lock) cmpxchg8b in ring 0 & 3. Added testcase for instruction …
(edit) @13543   16 years vboxsync #1865: PGMPool.
(edit) @13542   16 years vboxsync Additional release logging for two more VT-x error cases.
(edit) @13541   16 years vboxsync Paranoid assertions
(edit) @13533   16 years vboxsync Extra assertions to check for unexpected use conditions.
(edit) @13532   16 years vboxsync CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
(edit) @13519   16 years vboxsync fixed return type (gcc found this bug)
(edit) @13517   16 years vboxsync Refined suspend state testing.
(edit) @13516   16 years vboxsync Protection against touching VT-x/AMD-V after the suspend signal has …
(edit) @13514   16 years vboxsync Enabled power notification callbacks to disable VT-x/AMD-V before …
(edit) @13502   16 years vboxsync VMM: Prevent the debugger from crashing the VMM passing it guest …
(edit) @13477   16 years vboxsync STAM: Use RTStrSimplePatternMatch.
(edit) @13447   16 years vboxsync Logging change
(edit) @13434   16 years vboxsync Fixed Fedora boot guru meditation (VT-x)
(edit) @13419   16 years vboxsync More logging
(edit) @13418   16 years vboxsync Logging change
(edit) @13415   16 years vboxsync VMM: a couple of comments.
(edit) @13413   16 years vboxsync VMM: spaces mostly.
(edit) @13412   16 years vboxsync spaces. sigh.
(edit) @13403   16 years vboxsync More checks
(edit) @13400   16 years vboxsync Extra checks
(edit) @13399   16 years vboxsync Minor update
(edit) @13398   16 years vboxsync Don't check disabled physical access handlers
(edit) @13397   16 years vboxsync Backed out 38140
(edit) @13396   16 years vboxsync Correction
(edit) @13395   16 years vboxsync Corrected assertion
(edit) @13394   16 years vboxsync Implement PrefetchPage for EPT when in real or protected mode without …
(edit) @13393   16 years vboxsync Updates for physical page aliases
(edit) @13392   16 years vboxsync Correction
(edit) @13390   16 years vboxsync Properly export the new functions.
(edit) @13388   16 years vboxsync Updates
(edit) @13387   16 years vboxsync First sketch of functionality to create guest physical address aliases.
(edit) @13381   16 years vboxsync EM: experimental fix for #DE loop during ubuntu boot w/ busted apic: …
(edit) @13380   16 years vboxsync tmVirtualNanoTSRediscover: return to R3 when we start stepping (1ns). …
(edit) @13375   16 years vboxsync some (disabled) VMI bits
(edit) @13373   16 years vboxsync Removed the new MMIO functionality. Will do it in a different way.
(edit) @13371   16 years vboxsync Some updates
(edit) @13368   16 years vboxsync Started with IOMR3MMIORegisterR3 extension for MMIO ranges backed by …
(edit) @13367   16 years vboxsync Added new devhlp functions.
(edit) @13366   16 years vboxsync Unnecessary checks removed
(edit) @13362   16 years vboxsync Removed redundant check.
(edit) @13351   16 years vboxsync Fully emulated lmsw.
(edit) @13347   16 years vboxsync Compilation fix (alignment).
(edit) @13345   16 years vboxsync Corrected comment
(edit) @13343   16 years vboxsync VT-x real mode emulation: got rid of all the ugly hacks and just fall …
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13289   16 years vboxsync Cleaned up
(edit) @13288   16 years vboxsync Corrected previous change in interrupt bitmap updating.
(edit) @13285   16 years vboxsync More logging; shut up warning messages
(edit) @13283   16 years vboxsync More logging
(edit) @13281   16 years vboxsync Fixed IP in the stack frame for #BP & #OF traps.
(edit) @13279   16 years vboxsync More failure path problems with VT-x (lead to crashes on testboxwin3).
(edit) @13277   16 years vboxsync Compile fix
(edit) @13276   16 years vboxsync Manually inject interrupts in real mode (VT-x). Fixes OS/2 boot issue.
(edit) @13267   16 years vboxsync lmsw: corrected exit path
(edit) @13266   16 years vboxsync lmsw emulation: 16 bits operand
(edit) @13265   16 years vboxsync Lmsw emulation.
(edit) @13263   16 years vboxsync VT-x: fixed OpenSuse grub loading
(edit) @13257   16 years vboxsync build fix
(edit) @13253   16 years vboxsync Restore the IOPL flags when switching from real back to protected mode.
(edit) @13252   16 years vboxsync Obsolete comment
(edit) @13251   16 years vboxsync Stats for forced TLB flushes by physical page invalidation.
(edit) @13250   16 years vboxsync AMD-V/nested paging: invlpga only invalidates TLB entries for guest …
(edit) @13236   16 years vboxsync #1865: More polish.
(edit) @13235   16 years vboxsync PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
(edit) @13232   16 years vboxsync #1865: changed some validation into pure assertions or assert-return. …
(edit) @13230   16 years vboxsync further new recompiler work
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @13216   16 years vboxsync PDMDevice: removed pci bus selection todo.
(edit) @13215   16 years vboxsync PDM: adjusted the PCI Bus determination so that it checks whether the …
(edit) @13204   16 years vboxsync Enabled EPT
(edit) @13203   16 years vboxsync Missing shadow cases for EPT.
(edit) @13202   16 years vboxsync Missing EPT case in pgmPoolTrackFlushGCPhysPTInt.
(edit) @13200   16 years vboxsync VMXR0InvalidatePage calls still occur in EPT mode.
(edit) @13199   16 years vboxsync Fix for 32 bits builds (EPT PAE PDPTE caching)
(edit) @13198   16 years vboxsync Recommitted 37737 & 37738 minus the dangerous changes.
(edit) @13197   16 years vboxsync Backed out 37737&37738. (regressions)
(edit) @13195   16 years vboxsync Prefetch the four PDPT entries in PAE mode (EPT only).
(edit) @13194   16 years vboxsync EPT: Our identity mapping is a 32 bits page directory.
(edit) @13193   16 years vboxsync uint64_t conversion fix
(edit) @13189   16 years vboxsync PCI: Add support for PCI-to-PCI bridges
(edit) @13188   16 years vboxsync PGM: polish.
(edit) @13187   16 years vboxsync PGMR3InitDynMap: check that the dynamic mapping area doesn't cross a …
(edit) @13186   16 years vboxsync PGMPhys: Fix for silly edge case bug.
(edit) @13182   16 years vboxsync Extra 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