VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96762   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Minor optimization to …
(edit) @96761   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Comments, assertions. Remove call to …
(edit) @96760   2 years vboxsync VMM/PGM: Nested VMX: bugref:100092 Don't confuse PGM_GST_TYPE with …
(edit) @96759   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 SLAT type direct.
(edit) @96758   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Added missing masks of guest EPT …
(edit) @96751   2 years vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(edit) @96750   2 years vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(edit) @96749   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic …
(edit) @96748   2 years vboxsync VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
(edit) @96747   2 years vboxsync VMM/Nested VMX: bugref:10092 Conditional compile fixes for …
(edit) @96746   2 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:10092 Fix VMXR0GetExitAuxInfo.
(edit) @96745   2 years vboxsync VMM/IEM: Some micro optimizations around …
(edit) @96744   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Fixed a typo in …
(edit) @96743   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Handle nested-guest instruction …
(edit) @96742   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtsi2ss/cvtsi2sd testcases, …
(edit) @96741   2 years vboxsync VMM/IEM: Implement cvtsi2ss/cvtsi2sd instructions, bugref:9898
(edit) @96740   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 pfnEnter and pfnExit are not ring-3 …
(edit) @96739   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Naming nit.
(edit) @96738   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Comment out currently unused …
(edit) @96737   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Naming nits and PGM_SLAT_TYPE rather …
(edit) @96736   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Adjusted guest EPT masks and comments.
(edit) @96735   2 years vboxsync VMM: Nested VMX: bugref:10092 Added newer EPT paging bits into …
(edit) @96734   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvttss2si/cvtss2si …
(edit) @96733   2 years vboxsync VMM/IEM: fnsave modifies the FPU state, so actualize it for change …
(edit) @96732   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvttss2si/cvtss2si …
(edit) @96731   2 years vboxsync VMM/IEM: Implement cvttss2si/cvtss2si instructions, bugref:9898
(edit) @96727   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtsd2si testcase, ​bugref:9898
(edit) @96726   2 years vboxsync VMM/IEM: Implement cvtsd2si instruction, bugref:9898
(edit) @96725   2 years vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898 [fixes to the …
(edit) @96724   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvttsd2si testcase, ​bugref:9898
(edit) @96723   2 years vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898
(edit) @96718   2 years vboxsync VMM: Nested VMX: bugref:10092 Adjusted SLAT_IS_PGENTRY_PRESENT macro.
(edit) @96713   2 years vboxsync VMM/IEM: Implement [v]movmskps/[v]movmskpd instructions, bugref:9898
(edit) @96712   2 years vboxsync VMM/EM: Nested VMX: bugref:10092 Assert to ensure we've handled the …
(edit) @96707   2 years vboxsync VMM/IEM: Implement [v]pextrw instruction, bugref:9898
(edit) @96701   2 years vboxsync VMM/IEM: Implement [v]pinsrw instruction, bugref:9898
(edit) @96682   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtps2pd testcase, ​bugref:9898
(edit) @96681   2 years vboxsync VMM/IEM: Implement cvtps2pd instruction, bugref:9898
(edit) @96671   2 years vboxsync VMM/IEM: Emulation of fsin, fcos and fsincos instructions, ​bugref:9898
(edit) @96668   2 years vboxsync VMM/IEM: Inf has exponent of all ones, ​bugref:9898
(edit) @96659   2 years vboxsync VMM/IEM: Calculation of constants for fsin, fcos, fl2x instructions, …
(edit) @96655   2 years vboxsync VMM/IEM: Overflow of unsigned long fixed for a20 and a21, bugref:9898
(edit) @96652   2 years vboxsync VMM/IEM: Implement [v]pclmulqdq instruction, ​bugref:9898
(edit) @96637   2 years vboxsync VMM/IEM: reverted 153516 as the destination is 64 byte aligned if …
(edit) @96636   2 years vboxsync VMM/IEM: Align the bounce buffers on a 64 byte boundrary improve …
(edit) @96634   2 years vboxsync VMM/IEM: Split the 128-bit copy into two 64-bit ones because at least …
(edit) @96626   2 years vboxsync VMM/IEM: Some fixes to the fucomi[p] instruction handling, need to …
(edit) @96625   2 years vboxsync VMM/IEM: Current state of the pcmpistri isntruction (missing the C …
(edit) @96624   2 years vboxsync VMM/IEM: Current state of the pcmpistri isntruction (missing the C …
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96592   2 years vboxsync VMM/IEM: Corrected table entry for iemOp_aeskeygen_Vdq_Wdq_Ib. bugref:9898
(edit) @96539   2 years vboxsync VMM/IEM: Fix sysexit causing a \#UD in protected mode when the guest …
(edit) @96537   2 years vboxsync VMM/IEM: Implement [v]pblendw/[v]blendps/[v]blendpd instructions, …
(edit) @96536   2 years vboxsync VMM/IEM: Fix sysenter causing a \#UD in protected mode when the guest …
(edit) @96535   2 years vboxsync VMM/IEM: Implement [v]palignr instructions, bugref:9898 [trailing …
(edit) @96533   2 years vboxsync VMM/IEM: Implement [v]palignr instructions, bugref:9898
(edit) @96511   2 years vboxsync /Config.kmk,VMM,IPRT: Converted all run-at-compile-time tests and more …
(edit) @96494   2 years vboxsync VMM: updates. [warning fix] bugref:10282
(edit) @96491   2 years vboxsync VMM: updates. bugref:10282
(edit) @96454   2 years vboxsync VMM/IEM: Implement [v]pblendvb/[v]blendvps/[v]blendvpd instructions, …
(edit) @96440   2 years vboxsync VMM/IEM: Implement [v]phminposuw instructions, bugref:9898 [missing file]
(edit) @96438   2 years vboxsync VMM/IEM: Implement [v]phminposuw instructions, bugref:9898
(edit) @96435   2 years vboxsync VMM/IEM: Implement [v]lddqu instructions, bugref:9898
(edit) @96412   2 years vboxsync update copyright and license notice text in generators
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96403   2 years vboxsync VMM/IEM: Implement [v]shufps/[v]shufpd instructions, bugref:9898
(edit) @96399   2 years vboxsync /Config.kmk and many other places: Change VBOX_VENDOR to the official …
(edit) @96395   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic addpd2ps testcase, bugref:9898
(edit) @96394   2 years vboxsync VMM/IEM: Implement cvtpd2ps instruction, bugref:9898
(edit) @96393   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic addsubps/addsubpd testcases, …
(edit) @96392   2 years vboxsync VMM/IEM: Implement addsubps/addsubpd instructions, bugref:9898
(edit) @96385   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic sqrtps/sqrtpd/sqrtss/sqrtsd …
(edit) @96384   2 years vboxsync VMM/IEM: Implement sqrtps/sqrtpd/sqrtss/sqrtsd instructions, bugref:9898
(edit) @96383   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic haddps/haddpd/hsubps/hsubpd …
(edit) @96382   2 years vboxsync VMM/IEM: Implement haddps/haddpd/hsubps/hsubpd instructions, bugref:9898
(edit) @96381   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtss2sd/cvtsd2ss testcases, …
(edit) @96380   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtss2sd/cvtsd2ss testcases, …
(edit) @96379   2 years vboxsync VMM/IEM: Implement cvtss2sd/cvtsd2ss instructions + some streamlinging …
(edit) @96378   2 years vboxsync tstIEMAImpl: Use assembler macro for both darwin and elf. bugref:9898
(edit) @96377   2 years vboxsync VMM/testcase/tstIEMAImpl: Seems complicated C preprocessor stuff …
(edit) @96352   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic maxss/maxsd testcases, …
(edit) @96351   2 years vboxsync VMM/IEM: Implement maxss/maxsd instructions, bugref:9898
(edit) @96350   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic divss/divsd testcases, …
(edit) @96349   2 years vboxsync VMM/IEM: Implement divss/divsd instructions, bugref:9898
(edit) @96348   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic minss/minsd testcases, …
(edit) @96347   2 years vboxsync VMM/IEM: Implement minss/minsd instructions, bugref:9898
(edit) @96346   2 years vboxsync VMM/testcase/tstIEMAImpl: Fix building on Windows, the symbols must be …
(edit) @96344   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic subss/subsd testcases, …
(edit) @96343   2 years vboxsync VMM/IEM: Implement subss/subsd instructions + bugfixes for other …
(edit) @96342   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic mulss/mulsd testcases, …
(edit) @96341   2 years vboxsync VMM/IEM: Implement mulss/mulsd instructions, bugref:9898
(edit) @96340   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic addss/addsd testcases, …
(edit) @96339   2 years vboxsync VMM/IEM: Implement addss/addsd instructions, bugref:9898
(edit) @96336   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic maxps/maxpd testcases, …
(edit) @96335   2 years vboxsync VMM/IEM: Implement maxps/maxpd instructions, bugref:9898
(edit) @96334   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic divps/divpd testcases, …
(edit) @96333   2 years vboxsync VMM/IEM: Implement divps/divpd instructions, bugref:9898
(edit) @96332   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic minps/minpd testcases, …
(edit) @96331   2 years vboxsync VMM/IEM: Implement minps/minpd instructions, bugref:9898
(edit) @96330   2 years vboxsync VMM/testcase/tstIEMAImpl: Use binary files to store the test data for …
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