VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/EM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @78237   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Remove some superfluous VM-exit …
(edit) @78220   6 years vboxsync VMM: Nested VMX: bugref:9180 Hardware-assisted nested VT-x …
(edit) @77611   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Fix calling IEMExecVmxVmexitApicWrite.
(edit) @77610   6 years vboxsync VMM/EM, VMM/IEM: Nested VMX: bugref:9180 Implemented NMI-exiting, …
(edit) @77575   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Fix importing externally kept CPU …
(edit) @77380   6 years vboxsync VMM: Further improvments on the IEM timer polling by making it fully …
(edit) @77159   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Fix injecting interrupts into the …
(edit) @76856   6 years vboxsync VMM: Nested VMX: bugref:9180 Fix external interrupt intercept. Also, …
(edit) @76840   6 years vboxsync VMM/EM: nit.
(edit) @76832   6 years vboxsync VMM/EM: LogRel nit.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76501   6 years vboxsync VMM/EM: Don't set VMCPU_FF_BLOCK_NMIS while transferring an NMI …
(edit) @76500   6 years vboxsync VMM/EM: Fix NMI injection. Clear pending-NMI and set blocking-by-NMI …
(edit) @76402   6 years vboxsync VBox/vmm/apic.h: Try avoid dragging in pdmdev.h, so use function for …
(edit) @75997   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Include APIC-write FF in the …
(edit) @75960   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 When VINF_VMX_INTERCEPT_NOT_ACTIVE is …
(edit) @75957   6 years vboxsync VMM: Nested VMX: bugref:9180 Added APIC-write emulation VM-exit and …
(edit) @75917   6 years vboxsync VMM/EM: Inject NMIs as well (disabled for now).
(edit) @75885   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Handle VMX-preemption timer VM-exits …
(edit) @75833   6 years vboxsync VMM: Build fix.
(edit) @75831   6 years vboxsync VMM: Virtual-interrupt is hypenated when referring to …
(edit) @75830   6 years vboxsync VMM: Adjust CPUMGetGuestInterruptibility to include virtual …
(edit) @75759   6 years vboxsync VMM: Nested SVM: bugref:7243 Remove super confusing virtual-GIF vs GIF …
(edit) @75683   6 years vboxsync VMM: Nested VMX: bugref:9180 Implement monitor-trap flag VM-exit.
(edit) @75681   6 years vboxsync VMM: Nested SVM: bugref:7243 VMCPU_FF_INTERRUPT_NESTED_GUEST is …
(edit) @75657   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Fix interrupt-window exiting.
(edit) @75656   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Clarify situation regarding …
(edit) @75413   6 years vboxsync VMM: Nested VMX: bugref:9180 Added VMX functions for evaluating …
(edit) @74899   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Interrupt-window must work even if an …
(edit) @74876   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Add interrupt-window VM-exit and …
(edit) @74791   6 years vboxsync vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the …
(edit) @74790   6 years vboxsync vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a …
(edit) @74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @73617   6 years vboxsync VMM/HMVMXR0: Use IEMExecOne() rather than manually interpreting a …
(edit) @73606   6 years vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73022   6 years vboxsync EM: Removed unused stats.
(edit) @72749   6 years vboxsync VMM: Remove EM_NOTIFY_HM and related code unused since VirtualBox 2.1 …
(edit) @72660   6 years vboxsync EM: Made the EMHistoryExec parameters settable via CFGM. bugref:9198
(edit) @72659   6 years vboxsync EM: Made the EMHistoryExec parameters settable via CFGM. bugref:9198
(edit) @72658   6 years vboxsync EM: Some tuning for w2ksp4 on SVM. bugref:9198
(edit) @72657   6 years vboxsync EM: Make the EMHistoryExec parameters adjustable. bugref:9198
(edit) @72643   7 years vboxsync VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
(edit) @72642   7 years vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
(edit) @72634   7 years vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72606   7 years vboxsync HMVMXR0.cpp,EM: Code for optimizing I/O port, MMIO and CPUID exits …
(edit) @72582   7 years vboxsync EM: More statistics for the history execution and probing. bugref:9044
(edit) @72580   7 years vboxsync EM,NEM: Added /EM/ExitOptimizationEnabled config option to disable …
(edit) @72579   7 years vboxsync EM: Implemented a very simple history record replacement strategy. …
(edit) @72565   7 years vboxsync EM,TRPM: Record TSC with exit history in raw-mode. Added the exit …
(edit) @72490   7 years vboxsync NEM,EM: Generic optimization of I/O port accesses that have to be …
(edit) @72489   7 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72488   7 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72461   7 years vboxsync emR3Load: Status checking cleanups
(edit) @72449   7 years vboxsync VMM/EM: VINF_PGM_CHANGE_MODE fixes in ring-3 caused by bug addressed …
(edit) @72440   7 years vboxsync VMM: Nested hw.virt: Fixes when nested-paging isn't enabled in the …
(edit) @72327   7 years vboxsync VMM: Expose VM::bMainExecutionEngine thru external API …
(edit) @72300   7 years vboxsync NEM,STAM: Partition memory statistics for NEM. bugref:9044 - STAM: …
(edit) @72208   7 years vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @72065   7 years vboxsync VMM/SVM: Interrupt injection fixes.
(edit) @71293   7 years vboxsync NEM: Some stats; doc updates. bugref:9044
(edit) @71020   7 years vboxsync NEM: More code. bugref:9044
(edit) @70984   7 years vboxsync NEM: Working on the EM loops. bugref:9044 [bug fix]
(edit) @70979   7 years vboxsync NEM: Working on the EM loops. bugref:9044
(edit) @70953   7 years vboxsync VMM: Clarified docs on fRecompilerUser/Supervisor and did some related …
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @70781   7 years vboxsync VMM: Nested Hw.virt: Clean up interrupt injection for nested-guests.
(edit) @70732   7 years vboxsync VMM: Move fGif out of svm and into common nested hwvirt struct.
(edit) @70730   7 years vboxsync VMM/EM: Fix assertion introduced by r120408.
(edit) @70672   7 years vboxsync VMM/EM: Nested Hw.virt: Fix SVM nested-guest virtual-interrupt delivery.
(edit) @70000   7 years vboxsync VMM: Nested Hw.virt: Make SVM intercept functions smarter. Avoids …
(edit) @69142   7 years vboxsync VMM: Nested Hw.virt: SVM fixes.
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68886   7 years vboxsync VMM/EM: space.
(edit) @67712   7 years vboxsync VMM/EM: Nested Hw.virt: Can't directly inspect eflags when in nested …
(edit) @67553   7 years vboxsync VMM/EM: Fix raw-mode regression caused by r116269.
(edit) @67529   8 years vboxsync VMM: Nested Hw.virt: Fixes and debugger info support for VCPU hwvirt state.
(edit) @67204   8 years vboxsync VMM: Nested Hw.virt: Physical interrupts and virtual interrupt fixes.
(edit) @66994   8 years vboxsync VMM/EM: Nested Hw.virt: nested-guest interrupts and virtual interrupts.
(edit) @66227   8 years vboxsync VMM: Nested Hw.virt: Implement SVM VMRUN and #VMEXIT in IEM.
(edit) @65794   8 years vboxsync EM: VMCPU_FF_UNHALT should be cleared together with …
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @63465   8 years vboxsync VMM: warnings (clang)
(edit) @62659   8 years vboxsync VMMR3: warnings
(edit) @62640   8 years vboxsync VMM: warnings.
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62287   8 years vboxsync REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack …
(edit) @62151   8 years vboxsync emR3RemExecute: Try reschdule if IEM throws an unimplemented problem …
(edit) @61968   8 years vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @61690   9 years vboxsync VMM/EM: Clarify with a comment, can easily get confusing otherwise.
(edit) @61643   9 years vboxsync EM,VMM: Attempt at dealing with guru meditations in SMP VMs.
(edit) @61633   9 years vboxsync EM.cpp: build fix
(edit) @61628   9 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @61027   9 years vboxsync darwin build fix
(edit) @61023   9 years vboxsync emR3RemExecute: Check if we can use VT-x mode every so often when REM …
(edit) @60907   9 years vboxsync IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
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