VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94261   3 years vboxsync iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member …
(edit) @94260   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94259   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94258   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94256   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94226   3 years vboxsync tstIEMAImpl: Updated AMD data. bugref:9898
(edit) @94225   3 years vboxsync VMM/IEM: Fixes for AMD versions of RCL and SHLD. Another stab at …
(edit) @94224   3 years vboxsync VMM/IEM: Attempt at doxygen fix. bugref:9898
(edit) @94222   3 years vboxsync VMM/IEM: Attempt at doxygen fix. bugref:9898
(edit) @94221   3 years vboxsync tstIEMAImpl: More shift test variations. bugref:9898
(edit) @94220   3 years vboxsync VMM/IEM: Adjusted the RCL and RCR intel versions to match the 10980xe …
(edit) @94195   3 years vboxsync VMM/IEM: Adjusted double shifts C code to match intel behaviour. …
(edit) @94194   3 years vboxsync tstIEMAImpl.cpp: re-enabled some shift tests accidentally disabled. …
(edit) @94193   3 years vboxsync tstIEMAImpl.cpp: re-enabled some shift tests accidentally disabled. …
(edit) @94192   3 years vboxsync VMM/IEM: Corrected C implementation of the double shift instructions …
(edit) @94191   3 years vboxsync VMM/IEM: Corrected C implementation of the basic shift instructions …
(edit) @94190   3 years vboxsync VMM/IEM: Use the C implementation for the Intel and AMD EFLAGS …
(edit) @94178   3 years vboxsync VMM/IEM: Use the C implementation for the SHLD/SHRD Intel and AMD …
(edit) @94176   3 years vboxsync VMM/IEM: Implemented Intel and AMD EFLAGS variants for the assembly …
(edit) @94174   3 years vboxsync VMM/IEM: Implemented Intel and AMD EFLAGS variants for the assembly …
(edit) @94170   3 years vboxsync VMM/IEM: AMD eflags for mul,imul,div and idiv. bugref:9898
(edit) @94169   3 years vboxsync VMM/IEM: Fixed imul_two mappings; testcase fixes and AMD data. bugref:9898
(edit) @94165   3 years vboxsync VMM/IEM: Test case fix. bugref:9898
(edit) @94164   3 years vboxsync VMM/IEM: fixed bug in cmpxchg16b worker for gcc targets.
(edit) @94163   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for shifts …
(edit) @94162   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for double …
(edit) @94156   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
(edit) @94155   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
(edit) @94051   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Let the instruction specify the …
(edit) @94012   3 years vboxsync VMM: Nested VMX: bugref:10092 Remove unused functions …
(edit) @94011   3 years vboxsync VMM/HMVMXR0: Removed obsolete comment.
(edit) @93991   3 years vboxsync VMM: Fix a possible PDM queue leak when destroying a VM, bugref:10093
(edit) @93968   3 years vboxsync HMVMXCommon.h: Doxygen.
(edit) @93965   3 years vboxsync VMM: Nested VMX: bugref:10092 Add HM ring-0 API for querying transient …
(edit) @93964   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Use the HM ring-0 API to construct …
(edit) @93963   3 years vboxsync VMM: Nested VMX: bugref:10092 Add HM ring-0 API for querying transient …
(edit) @93951   3 years vboxsync VMM/PGMDbg: GCC 11.2.1 build tweaks.
(edit) @93947   3 years vboxsync VMM: Doxygen fix.
(edit) @93943   3 years vboxsync VMM: Banned the use of PAGE_ADDRESS and PHYS_PAGE_ADDRESS too. bugref:9898
(edit) @93942   3 years vboxsync VMM/IEM: Stubbed iemAImpl_fst_r80_to_d80 in C version. bugref:9898
(edit) @93932   3 years vboxsync VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
(edit) @93931   3 years vboxsync VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
(edit) @93930   3 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @93929   3 years vboxsync VMM: Nested VMX: bugref:10092 scm.. maybe.
(edit) @93928   3 years vboxsync VMM: Nested VMX: bugref:10092 Doxygen.
(edit) @93927   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT violation/misconfig VM-exit fixes.
(edit) @93926   3 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @93925   3 years vboxsync VMM: Nested VMX: bugref:10092 Doxygen.
(edit) @93924   3 years vboxsync VMM: Nested VMX: bugref:10092 Accidentally enabled nested EPT and UX …
(edit) @93922   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT VM-exit handling with HM ring-0 code.
(edit) @93912   3 years vboxsync VMM: Add driver helper to destroy a timer, bugref:10196
(edit) @93907   3 years vboxsync Forgot to commit file.
(edit) @93906   3 years vboxsync IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word …
(edit) @93905   3 years vboxsync VMM: More arm tweaks. bugref:9898
(edit) @93902   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93900   3 years vboxsync VMM/PDMQueue: todo
(edit) @93896   3 years vboxsync VMM/PDMQueue: Free memory when the queue count drops to 0. Addresses …
(edit) @93893   3 years vboxsync VMM/IEM: Added tests for bswap C workers, discovering weird behaviour …
(edit) @93888   3 years vboxsync VMM/IEM: Corrected MUL, IMUL, DIV and IDIV instruction helpers (C …
(edit) @93887   3 years vboxsync VMM/IEM: Corrected flag calculations for shift operations; added tests …
(edit) @93886   3 years vboxsync VMM/IEM: Corrected flag calculations for unary operations …
(edit) @93885   3 years vboxsync VMM/IEM: Corrected flag calculations for double shifts according to …
(edit) @93881   3 years vboxsync VMM/IEM: doxygen fix. bugref:9898
(edit) @93880   3 years vboxsync VMM/IEM: Tests for CMPXCHG8B and 16B C implementations. bugref:9898
(edit) @93879   3 years vboxsync VMM/IEM: Added CMPXCHG testcase and corrected flag handling in C …
(edit) @93878   3 years vboxsync VMM/IEM: Simplified XADD impl. bugref:9898
(edit) @93877   3 years vboxsync VMM/IEM: Fixed EFlags for LOCK XADD, adding tests for it. bugref:9898
(edit) @93870   3 years vboxsync VMM/IEM: More tests. bugref:9898
(edit) @93869   3 years vboxsync VMM/IEM: Corrected IMUL result and changed the C version to produce …
(edit) @93866   3 years vboxsync VMM/IEM: Corrected undefined flag values for BT, BTC, BTR and BTS. …
(edit) @93865   3 years vboxsync VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
(edit) @93864   3 years vboxsync VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
(edit) @93863   3 years vboxsync VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
(edit) @93862   3 years vboxsync VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
(edit) @93861   3 years vboxsync VMM/IEM: Stubbed the C versions the missing MMX/SSE/AVX functions in …
(edit) @93860   3 years vboxsync VMM/IEM: Stubbed the C versions x87 FPU functions in IEMAllAImpl.asm. …
(edit) @93854   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93853   3 years vboxsync VMM/IEM: Reduced the code duplication for the MUL and IMUL C workers, …
(edit) @93852   3 years vboxsync VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
(edit) @93851   3 years vboxsync VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
(edit) @93850   3 years vboxsync VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
(edit) @93848   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93847   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93831   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin}: Add code to allow for …
(edit) @93830   3 years vboxsync VMM/CPUM: Add some helpers for NEM to activate the hyper or guest …
(edit) @93826   3 years vboxsync VMM/NEMR3Native-darwin: Remove the temporary workaround now that the …
(edit) @93825   3 years vboxsync VMM/NEMR3Native-darwin: Reduce code duplication, bugref:9044
(edit) @93824   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix trunk regression introduced in …
(edit) @93794   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93792   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93789   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93788   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93787   3 years vboxsync VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
(edit) @93786   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93785   3 years vboxsync VMM/NEMR3Native-darwin: Check whether probes are enabled to decide …
(edit) @93783   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93782   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93762   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93758   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
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