VirtualBox

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

修定紀錄模式:


圖例:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette