VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97037   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Fix for PAE nested-guests.
(edit) @97036   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Fixes for PAE nested-guests.
(edit) @97021   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 This should be safe now that the …
(edit) @97020   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 This workaround/hack is no longer …
(edit) @97019   2 years vboxsync VMM/IEM,HMVMXR0: Converted all VMXVEXITEVENTINFO initialization from …
(edit) @97018   2 years vboxsync VMM/IEMAllCImplVmxInstr.cpp: Converted all VMVEXITINFO initialization …
(edit) @97006   2 years vboxsync VMM/IEM-VMX: Added a few missing cPotentialExits++ statements, lots …
(edit) @97005   2 years vboxsync VMM/HMVMXR0: Converted all VMVEXITINFO initialization to use …
(edit) @97004   2 years vboxsync VMM/HMVMXR0: Convered two HMEVENT stack variables into static const.
(edit) @96999   2 years vboxsync VMM/HMVMX,EM: Experiment with EMHistoryExec for vmread optimizations. …
(edit) @96995   2 years vboxsync VMM/APIC: Fix pointer alignment for ASMBitTest, ASMAtomicBit[Set|Clear].
(edit) @96994   2 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Fix pointer alignment for …
(edit) @96986   2 years vboxsync IEM: Corrected IEM_MC_STORE_GREGxxx argument order.
(edit) @96983   2 years vboxsync VMM/HMVMXR0: Better fix for the IRQ/event dropping issue in …
(edit) @96982   2 years vboxsync VMM/PGM,IEM,HM: Added a PGMPHYSHANDLER_F_NOT_IN_HM flag to better deal …
(edit) @96979   2 years vboxsync VMM/PGM,IEM,HM: Added a PGMPHYSHANDLER_F_NOT_IN_HM flag to better deal …
(edit) @96978   2 years vboxsync VMM/PGMAll.cpp: pgmGetCr3MaskForMode array optimization. bugref:10092
(edit) @96976   2 years vboxsync VMM/IEM: Fix some cvt* instructions which have the source and …
(edit) @96975   2 years vboxsync VMM/VMXAllTemplate: Nested VMX: bugref:10092 Comment typos, space nit.
(edit) @96974   2 years vboxsync VMM/VMXAllTemplate: Nested VMX: bugref:10092 Fix assertion when we …
(edit) @96966   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Remove unused function used early …
(edit) @96964   2 years vboxsync VMM/IEM: Some nits in the VMX code - no real code changes. bugref:10092
(edit) @96963   2 years vboxsync VMM/PGMAllBth: Adjusted NestedSyncPT assertion. Logging. bugref:10092
(edit) @96962   2 years vboxsync VMM/HMVMX: Preliminary fix for the nested nested paging issue we've …
(edit) @96961   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Some more cs:rip log formatting fixes.
(edit) @96960   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Fix for nested VMs without nested …
(edit) @96958   2 years vboxsync VMM/PGM: Made the APIC access page related optimizations for nested …
(edit) @96955   2 years vboxsync IEM: Nits, some SSE instructions were misclassified as SSE2.
(edit) @96954   2 years vboxsync IEM: Nits, comments in TwoByte0f decoder.
(edit) @96952   2 years vboxsync IEM: Tweaked so that vpinsrw has the same instruction length with …
(edit) @96951   2 years vboxsync VMM/IEM: Clear high bits of destination operand for vmread for 32-bit …
(edit) @96948   2 years vboxsync IEM: Slightly corrected SYSCALL/SYSRET, fixed logging.
(edit) @96947   2 years vboxsync IEM: Added forgotten FETCH_EFLAGS in AVX variants of xCOMISx instructions.
(edit) @96946   2 years vboxsync Typo.
(edit) @96945   2 years vboxsync IEM: Assembly implementation of AES-NI instructions, WIP.
(edit) @96944   2 years vboxsync IEM: Typo fixes in IEMAllAimpl.asm.
(edit) @96943   2 years vboxsync VMM/IEM: Addendum to r153847 (VMM/IEM: Fetch EFLAGS before calling …
(edit) @96941   2 years vboxsync VMM/PDMAll: IRQ logging. bugref:10092
(edit) @96937   2 years vboxsync VMM/IEM: Some assembly corrections, only relevant for x86, so not …
(edit) @96936   2 years vboxsync VMM/IEM: Fetch EFLAGS before calling assembly in …
(edit) @96933   2 years vboxsync Improved comments.
(edit) @96932   2 years vboxsync Fixed comment.
(edit) @96930   2 years vboxsync VMM/IEM: Implement cvtps2pi/cvttps2pi instructions, bugref:9898
(edit) @96927   2 years vboxsync VMM: Corrected some non-standard cs:rip value formatting in the VMX …
(edit) @96926   2 years vboxsync VMM/APIC: logging
(edit) @96921   2 years vboxsync VMM/IEM: Implement cvtpi2ps/cvtpi2pd instructions, bugref:9898
(edit) @96916   2 years vboxsync VMM/IEM: Implement cvtpd2pi/cvttpd2pi instructions, bugref:9898
(edit) @96915   2 years vboxsync IEM: Improved on r153824 to make intent clearer.
(edit) @96914   2 years vboxsync IEM: FNSTENV must clear pending math exceptions to avoid exception loops.
(edit) @96900   2 years vboxsync VMM/PGM: Drop the fIs64BitsPagingMode parameter to PGM_SHW_DECL(int, …
(edit) @96899   2 years vboxsync VMM/PGMAllPool: nits. bugref:10092
(edit) @96896   2 years vboxsync IEM: Removed wrong/redundant CR0.EM checks in FXSAVE/FXRSTOR.
(edit) @96895   2 years vboxsync VMM/IEM: Rough implementation for fyl2x and fyl2xp1 instructions in …
(edit) @96882   2 years vboxsync IEM: Only zap the high half of 64-bit destination register actually …
(edit) @96879   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Nested EPT shadow page-pool handling.
(edit) @96863   2 years vboxsync IEM: Make RDRAND and RDSEED fail hard instead of crashing guests in a …
(edit) @96860   2 years vboxsync IEM: The CMP instruction must not zero out the high half of 64-bit GPRs.
(edit) @96852   2 years vboxsync IEM: Rotate the FPU stack when changing the FP TOS. Make sure stack …
(edit) @96823   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Restricted …
(edit) @96821   2 years vboxsync VMM/IEM: Define separate log groups for the VMX and SVM code in IEM …
(edit) @96811   2 years vboxsync VMM,IPRT,VBoxGuest,SUPDrv: Added a more efficient interface for guest …
(edit) @96807   2 years vboxsync IEM: Fixed MMX/SSE shift immediate instruction decoding.
(edit) @96796   2 years vboxsync VMM/IEM: Implement …
(edit) @96792   2 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
(edit) @96791   2 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898 …
(edit) @96789   2 years vboxsync VMM/IEM: Implement cmpps/cmpss/cmppd/cmpsd instructions, bugref:9898
(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) @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) @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) @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) @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) @96737   2 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Naming nits and PGM_SLAT_TYPE rather …
(edit) @96733   2 years vboxsync VMM/IEM: fnsave modifies the FPU state, so actualize it for change …
(edit) @96731   2 years vboxsync VMM/IEM: Implement cvttss2si/cvtss2si instructions, 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) @96723   2 years vboxsync VMM/IEM: Implement cvttsd2si instruction, bugref:9898
(edit) @96713   2 years vboxsync VMM/IEM: Implement [v]movmskps/[v]movmskpd instructions, bugref:9898
(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) @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) @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) @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 …
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