VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2018   18 years vboxsync corrected comment.
(edit) @2017   18 years vboxsync more verbose assertion
(edit) @2016   18 years vboxsync Windows guest library: allocate the event structure from pool.
(edit) @2015   18 years vboxsync Fixed 2 stupid mistakes.
(edit) @2014   18 years vboxsync r=bird: some cleanup of the cPages change.
(edit) @2013   18 years vboxsync Argh. Forgot to update eip.
(edit) @2012   18 years vboxsync Added Bstr::alloc() to pair Utf8Str() alloc.
(edit) @2011   18 years vboxsync Ported back new recompiler save/restore changes.
(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) @2008   18 years vboxsync Disabled the code that ignored missing imports. (should've been done …
(edit) @2007   18 years vboxsync Bumped ssm version
(edit) @2006   18 years vboxsync SSMR3Get/PutBool replaced by UInt. Missing exports.
(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) @2001   18 years vboxsync Removed parts of Etherboot we never build.
(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) @1993   18 years vboxsync Added CSAMR3RemovePage
(edit) @1992   18 years vboxsync More stats
(edit) @1991   18 years vboxsync Added EMEmulateBts & EMEmulateBtc
(edit) @1990   18 years vboxsync Added EMEmulateBtc & EMEmulateBts
(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) @1984   18 years vboxsync Added EMEmulateBtr
(edit) @1983   18 years vboxsync Call remR3DisasInstr only in debug mode
(edit) @1982   18 years vboxsync Removed obsolete code.
(edit) @1981   18 years vboxsync Arg. Forgot that EMInterpretInstructionCPU doesn't accept cpl != 0.
(edit) @1980   18 years vboxsync Switch to the mysterious import library.
(edit) @1979   18 years vboxsync German updates
(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) @1975   18 years vboxsync Added EMR3CheckRawForcedActions
(edit) @1974   18 years vboxsync Got rid of annoying assertion
(edit) @1973   18 years vboxsync better translation
(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) @1968   18 years vboxsync translation fix
(edit) @1967   18 years vboxsync a bit less strict on 0 byte buffers. (TEST UNIT READY + linux)
(edit) @1966   18 years vboxsync Take an argument.
(edit) @1965   18 years vboxsync HostDVD support for Darwin.
(edit) @1964   18 years vboxsync Backed out changeset 20231 because it caused the tests to coredump.
(edit) @1963   18 years vboxsync Fixed heap corruption.
(edit) @1962   18 years vboxsync Free old string if present in alloc.
(edit) @1961   18 years vboxsync Missing return type.
(edit) @1960   18 years vboxsync Added alloc method to Utf8Str class
(edit) @1959   18 years vboxsync Main/Glue: Don't assume we've got full error info if any of …
(edit) @1958   18 years vboxsync XPCOM/IPC/DConnect: Implemented nsIException caching and serialization …
(edit) @1957   18 years vboxsync backed out 20227; degrades performance
(edit) @1956   18 years vboxsync Fixed a couple of issues with virtualized TSC related to pausing and …
(edit) @1955   18 years vboxsync Enabled REM_PHYS_ADDR_IN_TLB for all builds
(edit) @1954   18 years vboxsync Reversed vif & if clearing
(edit) @1953   18 years vboxsync Reversed vif & if clearing
(edit) @1952   18 years vboxsync more debug code removed
(edit) @1951   18 years vboxsync leftover code
(edit) @1950   18 years vboxsync very noisy logging
(edit) @1949   18 years vboxsync Forgot a few VBox HDD container APIs.
(edit) @1948   18 years vboxsync removed tab
(edit) @1947   18 years vboxsync fix for #1850 (ALSA on AMD64 was croaking)
(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) @1944   18 years vboxsync Save/restore: remember if we've entered raw mode (vital for ring 1 …
(edit) @1943   18 years vboxsync Paranoid checks.
(edit) @1942   18 years vboxsync Redesigned VBox HDD container interface. Now all operations work with …
(edit) @1941   18 years vboxsync L4 fixes
(edit) @1940   18 years vboxsync Removed obsolete changes.
(edit) @1939   18 years vboxsync Support segment prefixes in our instruction emulator.
(edit) @1938   18 years vboxsync Added DISFetchRegSegEx
(edit) @1937   18 years vboxsync Added DISFetchRegSegEx
(edit) @1936   18 years vboxsync Use new disassembler functions. Remove obsolete tables.
(edit) @1935   18 years vboxsync Optimizations and added DISFetchRegSeg & DISWriteRegSeg
(edit) @1934   18 years vboxsync Added DISFetchRegSeg & DISWriteRegSeg
(edit) @1933   18 years vboxsync build fix.
(edit) @1932   18 years vboxsync Added cpu_get_tsc stats.
(edit) @1931   18 years vboxsync apic.c => DevAPIC.cpp
(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) @1928   18 years vboxsync OSE fixes
(edit) @1927   18 years vboxsync FE/Qt: Added Chinese/China translation.
(edit) @1926   18 years vboxsync Got rid of incorrect assertion.
(edit) @1925   18 years vboxsync FE/Qt: Clipboard UI spelling; fixed VBoxGlobal::systemLanguageID() so …
(edit) @1924   18 years vboxsync Correct CPL when trying to load a ring 1 selector
(edit) @1923   18 years vboxsync Correct CPL when trying to load a ring 1 selector
(edit) @1922   18 years vboxsync FE/Qt: Use our own logic to detect the system language setting (in Qt, …
(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
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