VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @1998   18 years vboxsync - Emulation for bts & btc added - Try to resolve conflicts with CSAM …
(edit) @1997   18 years vboxsync Better search for innocent conflicts
(edit) @1996   18 years vboxsync Round address to page boundary.
(edit) @1995   18 years vboxsync Update
(edit) @1994   18 years vboxsync Added CSAMR3RemovePage
(edit) @1992   18 years vboxsync More stats
(edit) @1991   18 years vboxsync Added EMEmulateBts & EMEmulateBtc
(edit) @1989   18 years vboxsync more logging
(edit) @1988   18 years vboxsync corrected assertion
(edit) @1987   18 years vboxsync more verbose assertion
(edit) @1986   18 years vboxsync Btr emulation added. (possibly dangerous; not well tested)
(edit) @1985   18 years vboxsync Statistics for BTR.
(edit) @1982   18 years vboxsync Removed obsolete code.
(edit) @1981   18 years vboxsync Arg. Forgot that EMInterpretInstructionCPU doesn't accept cpl != 0.
(edit) @1978   18 years vboxsync Need to emulate RDTSC for ring-3 as well.
(edit) @1977   18 years vboxsync Need to emulate RDTSC for ring-3 as well.
(edit) @1976   18 years vboxsync Never inject interrupts or traps before we sync the GDT/IDT/LDT and TSS.
(edit) @1974   18 years vboxsync Got rid of annoying assertion
(edit) @1972   18 years vboxsync wrong mask
(edit) @1971   18 years vboxsync Log updates to selectors in loaded segment registers
(edit) @1970   18 years vboxsync RT_LIKELY additions.
(edit) @1969   18 years vboxsync Check for protected mode in CPUMGetGuestCPL.
(edit) @1956   18 years vboxsync Fixed a couple of issues with virtualized TSC related to pausing and …
(edit) @1946   18 years vboxsync PGMReadPhys: return zeros for physical memory that hasn't been …
(edit) @1945   18 years vboxsync Increased SSM version of REM.
(edit) @1943   18 years vboxsync Paranoid checks.
(edit) @1940   18 years vboxsync Removed obsolete changes.
(edit) @1939   18 years vboxsync Support segment prefixes in our instruction emulator.
(edit) @1936   18 years vboxsync Use new disassembler functions. Remove obsolete tables.
(edit) @1930   18 years vboxsync backed out unneccessary changes from previous changeset
(edit) @1929   18 years vboxsync We can encounter 16 bits code in raw mode too now; always refuse to …
(edit) @1926   18 years vboxsync Got rid of incorrect assertion.
(edit) @1921   18 years vboxsync And assertion is too annoying there.
(edit) @1920   18 years vboxsync u1VM implies cpl=3
(edit) @1919   18 years vboxsync Corrected assertion
(edit) @1918   18 years vboxsync Always check if the code selector is wide open. Refuse patching if …
(edit) @1917   18 years vboxsync %VGx -> %VGv
(edit) @1914   18 years vboxsync Reapplied 20145
(edit) @1913   18 years vboxsync Reapplied 20145
(edit) @1909   18 years vboxsync Removed debugging code
(edit) @1908   18 years vboxsync Backed out part of 20091 to check if that's the cause of the major …
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