VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75604   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 don't forget to initialize rcStrict …
(edit) @75565   6 years vboxsync VMM: Nested VMX: bugref:9180 More Virtual-APIC bits. Implement TPR, …
(edit) @75510   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Try to unify signalling of …
(edit) @75507   6 years vboxsync VMM: Nested VMX: bugref:9180 APIC-access handling for MONITOR, …
(edit) @75301   6 years vboxsync VMM: Nested VMX: bugref:9180 VM-exit bits; APIC-access and APIC-write …
(edit) @75249   6 years vboxsync IEM: Enabled 286 LOADALL. A bit hacky due to overlap with SYSCALL but …
(edit) @75234   6 years vboxsync IEM: Added 286 LOADALL implementation. Disabled by default.
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @74709   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added MWAIT intercept.
(edit) @74706   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added INVD intercept.
(edit) @74705   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added WBINVD intercept.
(edit) @74704   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added XSETBV intercept.
(edit) @74703   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 #UDs take priority over VM-exit for …
(edit) @74702   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Raise #UD for …
(edit) @74699   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added VMX non-root mode CR0 …
(edit) @74698   6 years vboxsync VMM/IEM: Fix typo in SMSW.
(edit) @74697   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added VMX non-root mode CR0 …
(edit) @74693   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added Mov DRx …
(edit) @74661   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added IN/OUT intercepts.
(edit) @74659   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Log statement fix.
(edit) @74649   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added reading VTPR for …
(edit) @74648   6 years vboxsync VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; Add TPR …
(edit) @74633   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Add Mov-to-cr8 and …
(edit) @74632   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Let the caller check for VMX non-root …
(edit) @74631   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Shift typo.
(edit) @74630   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added Mov from CR8 …
(edit) @74621   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit; CR3 intercepts.
(edit) @74620   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; CR4 write intercept.
(edit) @74618   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Adjust iemGetMaskedCr0 for both CR0 …
(edit) @74609   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Comment nit.
(edit) @74608   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added CR0 guest/host and read-shadow …
(edit) @74607   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Mov to CR0 intercept.
(edit) @74605   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; CLTS intercept.
(edit) @74603   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 VM-exit bits; LMSW intercept. …
(edit) @74592   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; LLDT, SLDT, LTR, STR …
(edit) @74591   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; LGDT, SGDT intercepts.
(edit) @74573   6 years vboxsync IEM: LAR/LSL must work with system descriptors, too.
(edit) @74571   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added MONITOR intercept.
(edit) @74569   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added RDPMC intercept.
(edit) @74568   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Add INVLPG intercept.
(edit) @74566   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Add INVPCID intercept.
(edit) @74563   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added VMREAD, VMWRITE …
(edit) @74541   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; HLT intercept.
(edit) @74539   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; RDTSC, RDTSCP intercepts.
(edit) @74532   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit intercept for CPUID.
(edit) @74522   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 We must check both MBZ and MB1 bits …
(edit) @74520   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Macro consistency.
(edit) @74392   6 years vboxsync VMM/CPU, IEM: Nested VMX: bugref:9180 Access the CR0 and CR4 fixed …
(edit) @74385   6 years vboxsync Comment.
(edit) @74336   6 years vboxsync VMM/IEM: Nested SVM: bugref:7243 SVM macro cleanup.
(edit) @74332   6 years vboxsync VMM/IEM: Nested SVM: bugref:7243 SVM macro cleanup.
(edit) @73606   6 years vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @73435   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Allow setting CR4.VMXE when it is …
(edit) @73400   6 years vboxsync IEM/swapgs: Corrected CPU context import.
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73027   6 years vboxsync VMM/IEM: Don't guru with VERR_IEM_INSTR_NOT_IMPLEMENTED for rdpmc …
(edit) @72896   6 years vboxsync iemCImpl_cpuid: Don't get all MSRs.
(edit) @72891   6 years vboxsync EM,HM,IEM: Replaced EMInterpretCpuid with IEMExecDecodedCpuid. Set …
(edit) @72882   6 years vboxsync EM,HM,IEM: Replaced EMInterpretRdmsr with IEMExecDecodedRdmsr.
(edit) @72866   6 years vboxsync IEM,CPUM: Can use LogRel in ring-0 too now and have it go to VBox.log.
(edit) @72688   6 years vboxsync iemCImpl_finit: Need to manually call iemFpuActualizeStateForChange. …
(edit) @72590   6 years vboxsync HM,IEM,EM: Added IEMExecDecodedRdtsc and IEMExecDecodedRdtscp for …
(edit) @72569   6 years vboxsync EM,IEM,NEM: Started working on optimizing adjacent exits using IEM. …
(edit) @72553   6 years vboxsync iemCImpl_load_CrX: copy & past fix.
(edit) @72518   6 years vboxsync IEM: Implemented rsm for the purpose of SVM intercepting. Renamed …
(edit) @72517   6 years vboxsync IEM: Modified wbinvd for the purpose of SVM intercepting.
(edit) @72516   6 years vboxsync IEM: Implemented invd for the purpose of SVM intercepting.
(edit) @72513   6 years vboxsync IEM: Made str use CImpl to better facilitate SVM intercepts.
(edit) @72512   6 years vboxsync IEM: Made sldt use CImpl so to better facilitate SVM intercepts.
(edit) @72506   6 years vboxsync IEM: Made smsw use CImpl so to better facilitate SVM intercepts.
(edit) @72505   6 years vboxsync IEM: Made smsw use CImpl so to better facilitate SVM intercepts.
(edit) @72497   6 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72496   6 years vboxsync IEM: Use pVCpu->cpum.s.GstCtx, avoid passing pCtx as a parameter or …
(edit) @72494   6 years vboxsync IEM: Dropped the IEMCPU::pCtxR3, IEMCPU::pCtxR0, and IEMCPU::pCtxRC …
(edit) @72493   6 years vboxsync IEM,REM,++: Removed code related IEM_VERIFICATION_MODE and friends …
(edit) @72484   6 years vboxsync IEM,NEM: Define minimum CPUMCTX set for IEM and hook it up to NEM for …
(edit) @72451   7 years vboxsync IEM: Quick vmcall (VT-x) implementation, made vmmcall available when …
(edit) @72209   7 years vboxsync VMM/IEM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @72194   7 years vboxsync IEM: Comments, asserts, no real change.
(edit) @72181   7 years vboxsync IEM: Allow 32-bit code in real mode like real CPUs do; fixed real mode …
(edit) @71994   7 years vboxsync VMM/IEM: Comment on NMI unmasking and IRET.
(edit) @71641   7 years vboxsync VMM/IEM: Nested hw.virt: Use CPUMIsGuestSvmVirtIntrMasking instead of …
(edit) @71416   7 years vboxsync VMM/IEM: Nested Hw.virt: Fix exitinfo1 field for …
(edit) @71092   7 years vboxsync VMM/IEM: Nested Hw.virt: Implement SVM decode-assist and NRIP feature.
(edit) @71077   7 years vboxsync VMM/IEM: Nested Hw.virt: Fix GDTR, IDTR read intercepts. Previously it …
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @70898   7 years vboxsync VMM/IEM: Fix SVM V_TPR/CR8 reads/writes (The bits are …
(edit) @70879   7 years vboxsync VMM/IEM: Don't look at nested SVM state when it isn't there.
(edit) @70612   7 years vboxsync VMM: Expose PCID, INVPCID, FSGSBASE features to guests. Implemented …
(edit) @70255   7 years vboxsync VMM/IEM: Match AMD spec exactly whenever possible while naming SVM …
(edit) @70145   7 years vboxsync VMM/IEM: Update the address size field for basic IN/OUT instr. and …
(edit) @70057   7 years vboxsync VMM/IEM: Nested hw.virt: Apply nested-guest TSC offset
(edit) @69111   7 years vboxsync (C) year
(edit) @67925   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes for dynamically allocated nested-guest VMCB.
(edit) @67528   7 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @67163   8 years vboxsync VMM/IEM: Temporary hack for toggling forcing of execution to continue …
(edit) @67159   8 years vboxsync VMM/IEM: Nested Hw.virt: Fixes.
(edit) @66848   8 years vboxsync VMM: use RT_LO/HI_U32 at certain places
(edit) @66686   8 years vboxsync VMM/IEM: Handle raising of exceptions during delivery of a previous …
(edit) @66581   8 years vboxsync VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, …
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