VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2213   18 years vboxsync More stats
(edit) @2203   18 years vboxsync prevent warning
(edit) @2202   18 years vboxsync Cleaned up.
(edit) @2201   18 years vboxsync Moved ins/outs handling to the VMMAll directory.
(edit) @2199   18 years vboxsync warning
(edit) @2191   18 years vboxsync Export to OSE.
(edit) @2189   18 years vboxsync Bugfix
(edit) @2188   18 years vboxsync disabled svm usage in all cpu modes for now
(edit) @2184   18 years vboxsync Compile fixes
(edit) @2183   18 years vboxsync Argh
(edit) @2181   18 years vboxsync SELMValidateAndConvertCSAddr correction
(edit) @2180   18 years vboxsync more verbose assertion
(edit) @2179   18 years vboxsync The values in the hidden selector registers have to be checked first …
(edit) @2177   18 years vboxsync Put back RF flag
(edit) @2176   18 years vboxsync Don't check timer & r3 job in single stepping mode.
(edit) @2174   18 years vboxsync Compile fix
(edit) @2173   18 years vboxsync Only set TF in hwacc stepping mode.
(edit) @2172   18 years vboxsync Wrong dr6
(edit) @2171   18 years vboxsync Added @todo
(edit) @2169   18 years vboxsync Intercept X86_TRAP_DB if single stepping is enabled.
(edit) @2168   18 years vboxsync Added DBGFIsStepping
(edit) @2166   18 years vboxsync Single stepping support added (as a debug feature)
(edit) @2163   18 years vboxsync Compile dbgfr0.cpp
(edit) @2161   18 years vboxsync Fix
(edit) @2160   18 years vboxsync Added single stepping in hardware accelerated mode (debug feature)
(edit) @2153   18 years vboxsync Comment updates
(edit) @2152   18 years vboxsync Never reuse non-paging shadow page tables.
(edit) @2151   18 years vboxsync CPUMGetGuestCPL: get cpl from hidden ss selector register if valid.
(edit) @2150   18 years vboxsync Get cpl from hidden ss selector register.
(edit) @2149   18 years vboxsync Set user bit in shadow page & pd when in non-paging mode.
(edit) @2138   18 years vboxsync Use hidden selector register in DBGFR3DisasInstrEx
(edit) @2137   18 years vboxsync Drop page flags consistency check in non-paging mode.
(edit) @2136   18 years vboxsync Drop the 32 bits code requirement from EMInterpretInstruction.
(edit) @2135   18 years vboxsync Removed wrong assertion.
(edit) @2134   18 years vboxsync Logging update
(edit) @2133   18 years vboxsync Removed obsolete comment.
(edit) @2132   18 years vboxsync Reset pending flag on reset.
(edit) @2131   18 years vboxsync Got rid of obsolete assertions.
(edit) @2130   18 years vboxsync Always sync the hidden selector attributes.
(edit) @2129   18 years vboxsync Accept all cpu modes for AMD SVM.
(edit) @2128   18 years vboxsync Enable movs emulation for ring 0.
(edit) @2127   18 years vboxsync Fully sync the selector attributes in real mode.
(edit) @2124   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
(edit) @2121   18 years vboxsync Enable movs for ring 0. (not yet used)
(edit) @2120   18 years vboxsync Real and protected mode without paging changes. Currently not yet used.
(edit) @2119   18 years vboxsync Finished hidden selector case.
(edit) @2117   18 years vboxsync SELMToFlatEx change. Enable 16 bits instruction emulation for MMIO
(edit) @2116   18 years vboxsync SELMToFlatEx change
(edit) @2108   18 years vboxsync Never return true from RTAssertDoBreakpoint.
(edit) @2107   18 years vboxsync Proper init of hidden selector registers.
(edit) @2105   18 years vboxsync sync virt time docs and some general docs updates.
(edit) @2098   18 years vboxsync SELMToFlat change for hwaccm mode.
(edit) @2097   18 years vboxsync X86_CR0_PG must always be set in the guest CR0.
(edit) @2096   18 years vboxsync Made error messages more detailed
(edit) @2095   18 years vboxsync GetPage will deal with real and protected mode without paging.
(edit) @2094   18 years vboxsync CPUMR3DisasmInstrCPU fix for real mode disassembly.
(edit) @2091   18 years vboxsync space
(edit) @2090   18 years vboxsync Added PGMPOOLKIND_32BIT_PT_FOR_PHYS & PGMPOOLKIND_PAE_PT_FOR_PHYS
(edit) @2089   18 years vboxsync Added PGMPOOLKIND_32BIT_PT_FOR_PHYS & PGMPOOLKIND_PAE_PT_FOR_PHYS
(edit) @2088   18 years vboxsync nasm fix
(edit) @2087   18 years vboxsync fixed broken nasm support.
(edit) @2086   18 years vboxsync fixed broken nasm support.
(edit) @2082   18 years vboxsync spaces
(edit) @2081   18 years vboxsync don't check for pending timers on resume either.
(edit) @2078   18 years vboxsync Removed obsolete code
(edit) @2076   18 years vboxsync TMTimerGet is unsafe as it checks for expired timers each time.
(edit) @2075   18 years vboxsync Added TMVirtualGetEx. Changed TMCpuTickGetOffset to return virtual …
(edit) @2070   18 years vboxsync Corrected TSC offset for SVM & VMX.
(edit) @2069   18 years vboxsync logging
(edit) @2066   18 years vboxsync Removed misleading comment
(edit) @2065   18 years vboxsync Use EMInterpretInstructionCPU for rdtsc
(edit) @2064   18 years vboxsync Accept ring 3 rdtsc for emulation.
(edit) @2063   18 years vboxsync More stats
(edit) @2062   18 years vboxsync TSC offset initialized on entry.
(edit) @2061   18 years vboxsync Added TMCpuTickGetOffset
(edit) @2056   18 years vboxsync Virtualize the TSC.
(edit) @2054   18 years vboxsync Think I found the problem with the double shutdown mess. Removing the …
(edit) @2050   18 years vboxsync debug only
(edit) @2049   18 years vboxsync Disabled ss mov patch again.
(edit) @2047   18 years vboxsync Size override fixes
(edit) @2046   18 years vboxsync Corrections and activation of mov gpr,ss patch.
(edit) @2043   18 years vboxsync Preperations for mov gpr, ss patch.
(edit) @2041   18 years vboxsync export to OSE
(edit) @2037   18 years vboxsync Got rid of noisy logging
(edit) @2036   18 years vboxsync Emulate (lock) cmpxchg in the guest context.
(edit) @2034   18 years vboxsync Added EMGCEmulateLockCmpXchg & EMGCEmulateCmpXchg
(edit) @2033   18 years vboxsync More stats
(edit) @2030   18 years vboxsync Attempt to recreate patches who's dirty instruction(s) we can't …
(edit) @2026   18 years vboxsync more verbose assertion
(edit) @2017   18 years vboxsync more verbose assertion
(edit) @2013   18 years vboxsync Argh. Forgot to update eip.
(edit) @2010   18 years vboxsync Check for monitor/mwait support in cpuid before emulating them.
(edit) @2009   18 years vboxsync Fixed segment limit calculation for expand-down segments.
(edit) @2007   18 years vboxsync Bumped ssm version
(edit) @2005   18 years vboxsync And again
(edit) @2004   18 years vboxsync Another attempt at fixing the 64 bits build.
(edit) @2003   18 years vboxsync Emulate monitor in ring 0.
(edit) @2002   18 years vboxsync 64 bits compile fix
(edit) @2000   18 years vboxsync Cleaned up instruction emulation. Got rid of duplicate code.
(edit) @1999   18 years vboxsync warning
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