|
|
@96947
|
2 years |
vboxsync |
IEM: Added forgotten FETCH_EFLAGS in AVX variants of xCOMISx instructions.
|
|
|
@96946
|
2 years |
vboxsync |
Typo.
|
|
|
@96945
|
2 years |
vboxsync |
IEM: Assembly implementation of AES-NI instructions, WIP.
|
|
|
@96944
|
2 years |
vboxsync |
IEM: Typo fixes in IEMAllAimpl.asm.
|
|
|
@96943
|
2 years |
vboxsync |
VMM/IEM: Addendum to r153847 (VMM/IEM: Fetch EFLAGS before calling …
|
|
|
@96941
|
2 years |
vboxsync |
VMM/PDMAll: IRQ logging. bugref:10092
|
|
|
@96937
|
2 years |
vboxsync |
VMM/IEM: Some assembly corrections, only relevant for x86, so not …
|
|
|
@96936
|
2 years |
vboxsync |
VMM/IEM: Fetch EFLAGS before calling assembly in …
|
|
|
@96933
|
2 years |
vboxsync |
Improved comments.
|
|
|
@96932
|
2 years |
vboxsync |
Fixed comment.
|
|
|
@96930
|
2 years |
vboxsync |
VMM/IEM: Implement cvtps2pi/cvttps2pi instructions, bugref:9898
|
|
|
@96927
|
2 years |
vboxsync |
VMM: Corrected some non-standard cs:rip value formatting in the VMX …
|
|
|
@96926
|
2 years |
vboxsync |
VMM/APIC: logging
|
|
|
@96921
|
2 years |
vboxsync |
VMM/IEM: Implement cvtpi2ps/cvtpi2pd instructions, bugref:9898
|
|
|
@96916
|
2 years |
vboxsync |
VMM/IEM: Implement cvtpd2pi/cvttpd2pi instructions, bugref:9898
|
|
|
@96915
|
2 years |
vboxsync |
IEM: Improved on r153824 to make intent clearer.
|
|
|
@96914
|
2 years |
vboxsync |
IEM: FNSTENV must clear pending math exceptions to avoid exception loops.
|
|
|
@96900
|
2 years |
vboxsync |
VMM/PGM: Drop the fIs64BitsPagingMode parameter to PGM_SHW_DECL(int, …
|
|
|
@96899
|
2 years |
vboxsync |
VMM/PGMAllPool: nits. bugref:10092
|
|
|
@96896
|
2 years |
vboxsync |
IEM: Removed wrong/redundant CR0.EM checks in FXSAVE/FXRSTOR.
|
|
|
@96895
|
2 years |
vboxsync |
VMM/IEM: Rough implementation for fyl2x and fyl2xp1 instructions in …
|
|
|
@96882
|
2 years |
vboxsync |
IEM: Only zap the high half of 64-bit destination register actually …
|
|
|
@96879
|
2 years |
vboxsync |
VMM/PGM: Nested VMX: bugref:10092 Nested EPT shadow page-pool handling.
|
|
|
@96863
|
2 years |
vboxsync |
IEM: Make RDRAND and RDSEED fail hard instead of crashing guests in a …
|
|
|
@96860
|
2 years |
vboxsync |
IEM: The CMP instruction must not zero out the high half of 64-bit GPRs.
|
|
|
@96852
|
2 years |
vboxsync |
IEM: Rotate the FPU stack when changing the FP TOS. Make sure stack …
|
|
|
@96823
|
2 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Restricted …
|
|
|
@96821
|
2 years |
vboxsync |
VMM/IEM: Define separate log groups for the VMX and SVM code in IEM …
|
|
|
@96811
|
2 years |
vboxsync |
VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
|
|
|
@96807
|
2 years |
vboxsync |
IEM: Fixed MMX/SSE shift immediate instruction decoding.
|
|
|
@96796
|
2 years |
vboxsync |
VMM/IEM: Implement …
|
|
|
@96792
|
2 years |
vboxsync |
VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
|
|
|
@96791
|
2 years |
vboxsync |
VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
|
|
|
@96789
|
2 years |
vboxsync |
VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898
|
|
|
@96762
|
2 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Minor optimization to …
|
|
|
@96761
|
2 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Comments, assertions. Remove call to …
|
|
|
@96751
|
2 years |
vboxsync |
VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
|
|
|
@96750
|
2 years |
vboxsync |
VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
|
|
|
@96748
|
2 years |
vboxsync |
VMM/IEM: Implement [v]comiss/[v]ucomiss/[v]comisd/[v]ucomisd …
|
|
|
@96747
|
2 years |
vboxsync |
VMM/Nested VMX: bugref:10092 Conditional compile fixes for …
|
|
|
@96745
|
2 years |
vboxsync |
VMM/IEM: Some micro optimizations around …
|
|
|
@96744
|
2 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Fixed a typo in …
|
|
|
@96743
|
2 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:10092 Handle nested-guest instruction …
|
|
|
@96741
|
2 years |
vboxsync |
VMM/IEM: Implement cvtsi2ss/cvtsi2sd instructions, bugref:9898
|
|
|
@96740
|
2 years |
vboxsync |
VMM/PGM: Nested VMX: bugref:10092 pfnEnter and pfnExit are not ring-3 …
|
|
|
@96739
|
2 years |
vboxsync |
VMM/PGM: Nested VMX: bugref:10092 Naming nit.
|
|
|
@96737
|
2 years |
vboxsync |
VMM/PGM: Nested VMX: bugref:10092 Naming nits and PGM_SLAT_TYPE rather …
|
|
|
@96733
|
2 years |
vboxsync |
VMM/IEM: fnsave modifies the FPU state, so actualize it for change …
|
|
|
@96731
|
2 years |
vboxsync |
VMM/IEM: Implement cvttss2si/cvtss2si instructions, bugref:9898
|
|
|
@96726
|
2 years |
vboxsync |
VMM/IEM: Implement cvtsd2si instruction, bugref:9898
|
|
|
@96725
|
2 years |
vboxsync |
VMM/IEM: Implement cvttsd2si instruction, bugref:9898 [fixes to the …
|
|
|
@96723
|
2 years |
vboxsync |
VMM/IEM: Implement cvttsd2si instruction, bugref:9898
|
|
|
@96713
|
2 years |
vboxsync |
VMM/IEM: Implement [v]movmskps/[v]movmskpd instructions, bugref:9898
|
|
|
@96707
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pextrw instruction, bugref:9898
|
|
|
@96701
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pinsrw instruction, bugref:9898
|
|
|
@96681
|
2 years |
vboxsync |
VMM/IEM: Implement cvtps2pd instruction, bugref:9898
|
|
|
@96671
|
2 years |
vboxsync |
VMM/IEM: Emulation of fsin, fcos and fsincos instructions, bugref:9898
|
|
|
@96668
|
2 years |
vboxsync |
VMM/IEM: Inf has exponent of all ones, bugref:9898
|
|
|
@96655
|
2 years |
vboxsync |
VMM/IEM: Overflow of unsigned long fixed for a20 and a21, bugref:9898
|
|
|
@96652
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pclmulqdq instruction, bugref:9898
|
|
|
@96637
|
2 years |
vboxsync |
VMM/IEM: reverted 153516 as the destination is 64 byte aligned if …
|
|
|
@96636
|
2 years |
vboxsync |
VMM/IEM: Align the bounce buffers on a 64 byte boundrary improve …
|
|
|
@96634
|
2 years |
vboxsync |
VMM/IEM: Split the 128-bit copy into two 64-bit ones because at least …
|
|
|
@96626
|
2 years |
vboxsync |
VMM/IEM: Some fixes to the fucomi[p] instruction handling, need to …
|
|
|
@96625
|
2 years |
vboxsync |
VMM/IEM: Current state of the pcmpistri isntruction (missing the C …
|
|
|
@96624
|
2 years |
vboxsync |
VMM/IEM: Current state of the pcmpistri isntruction (missing the C …
|
|
|
@96592
|
2 years |
vboxsync |
VMM/IEM: Corrected table entry for iemOp_aeskeygen_Vdq_Wdq_Ib. bugref:9898
|
|
|
@96539
|
2 years |
vboxsync |
VMM/IEM: Fix sysexit causing a \#UD in protected mode when the guest …
|
|
|
@96537
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pblendw/[v]blendps/[v]blendpd instructions, …
|
|
|
@96536
|
2 years |
vboxsync |
VMM/IEM: Fix sysenter causing a \#UD in protected mode when the guest …
|
|
|
@96535
|
2 years |
vboxsync |
VMM/IEM: Implement [v]palignr instructions, bugref:9898 [trailing …
|
|
|
@96533
|
2 years |
vboxsync |
VMM/IEM: Implement [v]palignr instructions, bugref:9898
|
|
|
@96494
|
2 years |
vboxsync |
VMM: updates. [warning fix] bugref:10282
|
|
|
@96491
|
2 years |
vboxsync |
VMM: updates. bugref:10282
|
|
|
@96454
|
2 years |
vboxsync |
VMM/IEM: Implement [v]pblendvb/[v]blendvps/[v]blendvpd instructions, …
|
|
|
@96438
|
2 years |
vboxsync |
VMM/IEM: Implement [v]phminposuw instructions, bugref:9898
|
|
|
@96435
|
2 years |
vboxsync |
VMM/IEM: Implement [v]lddqu instructions, bugref:9898
|
|
|
@96407
|
2 years |
vboxsync |
scm copyright and license note update
|
|
|
@96403
|
2 years |
vboxsync |
VMM/IEM: Implement [v]shufps/[v]shufpd instructions, bugref:9898
|
|
|
@96394
|
2 years |
vboxsync |
VMM/IEM: Implement cvtpd2ps instruction, bugref:9898
|
|
|
@96392
|
2 years |
vboxsync |
VMM/IEM: Implement addsubps/addsubpd instructions, bugref:9898
|
|
|
@96384
|
2 years |
vboxsync |
VMM/IEM: Implement sqrtps/sqrtpd/sqrtss/sqrtsd instructions, bugref:9898
|
|
|
@96382
|
2 years |
vboxsync |
VMM/IEM: Implement haddps/haddpd/hsubps/hsubpd instructions, bugref:9898
|
|
|
@96379
|
2 years |
vboxsync |
VMM/IEM: Implement cvtss2sd/cvtsd2ss instructions + some streamlinging …
|
|
|
@96351
|
2 years |
vboxsync |
VMM/IEM: Implement maxss/maxsd instructions, bugref:9898
|
|
|
@96349
|
2 years |
vboxsync |
VMM/IEM: Implement divss/divsd instructions, bugref:9898
|
|
|
@96347
|
2 years |
vboxsync |
VMM/IEM: Implement minss/minsd instructions, bugref:9898
|
|
|
@96343
|
2 years |
vboxsync |
VMM/IEM: Implement subss/subsd instructions + bugfixes for other …
|
|
|
@96341
|
2 years |
vboxsync |
VMM/IEM: Implement mulss/mulsd instructions, bugref:9898
|
|
|
@96339
|
2 years |
vboxsync |
VMM/IEM: Implement addss/addsd instructions, bugref:9898
|
|
|
@96335
|
2 years |
vboxsync |
VMM/IEM: Implement maxps/maxpd instructions, bugref:9898
|
|
|
@96333
|
2 years |
vboxsync |
VMM/IEM: Implement divps/divpd instructions, bugref:9898
|
|
|
@96331
|
2 years |
vboxsync |
VMM/IEM: Implement minps/minpd instructions, bugref:9898
|
|
|
@96326
|
2 years |
vboxsync |
VMM/IEM: addpd, mulpd and subpd are available wih SSE2+ only, bugref:9898
|
|
|
@96294
|
2 years |
vboxsync |
VMM/IEM: Implement subps/subpd instructions, bugref:9898
|
|
|
@96293
|
2 years |
vboxsync |
VMM/IEM: Fix addps/addpd/mulps/mulpd, input values are checked for …
|
|
|
@96286
|
2 years |
vboxsync |
VMM/IEM: Implement mulps/mulpd instructions, bugref:9898
|
|
|
@96264
|
2 years |
vboxsync |
VMM/IEM: Added infrastructure for double precision floating point …
|
|
|
@96263
|
2 years |
vboxsync |
VMM/IEM: Added infrastructure for double precision floating point …
|
|
|
@96257
|
2 years |
vboxsync |
VMM: scm fix, bugref:9898
|
|
|