VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100109   18 months vboxsync VMM/IEM: Make it compile and link again with …
(edit) @100052   18 months vboxsync VMM/IEM: Refactored the enmCpuMode, uCpl, fBypassHandlers, …
(edit) @99996   19 months vboxsync VMM/IEM: Stripped down iemReInitExec to what it's supposed to be doing.
(edit) @99765   19 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Nits.
(edit) @99650   19 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Clear "NMI unblocked due to IRET" …
(edit) @99369   20 months vboxsync VMM/IEM: @todo regarding nested VMX APIC page access handler …
(edit) @99362   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Use IEM_VMX_VMENTRY_FAILED_RET_2 to …
(edit) @99361   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Added IEM_VMX_VMENTRY_FAILED_RET_2 …
(edit) @99318   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed race while registering the …
(edit) @99273   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Comment typos/nit.
(edit) @99261   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Better fix for r156590.
(edit) @99220   20 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99217   20 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fix blocking-by-STI vs blocking-by-MovSS.
(edit) @99164   21 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed vmlaunch/vmresume emulation to …
(edit) @98797   21 months vboxsync VMM/IEM: Corrected bug in 32-bit vmread to register emulation where …
(edit) @98522   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 const nit.
(edit) @98521   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed incorrect assumption of …
(edit) @98360   22 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Pause-loop exiting is exposed to the …
(edit) @98150   23 months vboxsync VMM: Nested VMX: bugref:10318 Fix VMX CR0/CR4 fixed bits masking.
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @98036   23 months vboxsync VMM/IEM: Nested VMX: bugref:10318 Fixed VPID masking bug in INVVPID …
(edit) @97694   2 years vboxsync VMM/IEM: Added support for hardware instruction breakpoints (DRx). …
(edit) @97583   2 years vboxsync VMM/IEM: Whitespace fix in VMX code. bugref:10092
(edit) @97515   2 years vboxsync VMM/IEM: Nested VMX: bugref:10318 The EFER LMA and LME bits must …
(edit) @97370   2 years vboxsync VMM/IEM: iemRegAddToRipAndClearRF -> …
(edit) @97286   2 years vboxsync VMM/CPUM,IEM: Moved the CPUMCTX_INHIBIT_XXX flags into reserved EFLAGS …
(edit) @97263   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Use the same log level as the …
(edit) @97262   2 years vboxsync VMM: Nested VMX: bugref:10092 Added fetching VM-exit secondary MSR …
(edit) @97222   2 years vboxsync VMM/IEM: Access CPUMCTX::eflags via the 'u' member when possible in …
(edit) @97197   2 years vboxsync VMM/PGM,IEM,EM: Changed FNPGMRZPHYSPFHANDLER, PGMTrap0eHandler and …
(edit) @97180   2 years vboxsync VMM/IEM: Use CPUMIsInInterruptShadowWithUpdate instead of checking …
(edit) @97178   2 years vboxsync VMM/CPUM,EM,HM,IEM,++: Moved VMCPU_FF_INHIBIT_INTERRUPTS and …
(edit) @97157   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 todo regarding eager …
(edit) @97042   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Slightly shorten …
(edit) @97037   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Fix for PAE nested-guests.
(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) @96964   2 years vboxsync VMM/IEM: Some nits in the VMX code - no real code changes. bugref:10092
(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) @96927   2 years vboxsync VMM: Corrected some non-standard cs:rip value formatting in the VMX …
(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) @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) @96407   2 years vboxsync scm copyright and license note update
(edit) @95352   2 years vboxsync VMM/IEM: Nested VMX: bugref:10092 APIC-access page related cleanup for …
(edit) @95161   3 years vboxsync VMM: Nested VMX: bugref:10092 Fixes to VMX APIC-access page fault handler.
(edit) @94842   3 years vboxsync VMM/IEM: Arm build fixes. bugref:9898
(edit) @94838   3 years vboxsync VMM/IEM: More TLB work. bugref:9898
(edit) @94800   3 years vboxsync VMM/IEM,PGM: TLB work, esp. on the data one. bugref:9898
(copy) @94768   3 years vboxsync VMM/IEM: Split up IEMAll.cpp into a few more compilation units. bugref:9898
copied from trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h
(edit) @94712   3 years vboxsync VMM/IEM: Some TLB compile and doc tweaks. bugref:9898
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