VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @60874   9 年 vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60850   9 年 vboxsync HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving …
(edit) @60847   9 年 vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @60811   9 年 vboxsync VMM/HMVMXR0, HMSVMR0: Use RT_SUCCESS, consistent with other callers of …
(edit) @60810   9 年 vboxsync VMM/HMVMXR0, HMSVMR0: comment.
(edit) @60804   9 年 vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60740   9 年 vboxsync VMM, recompiler: Fix APIC to update pending interrupts to IRR when the …
(edit) @60732   9 年 vboxsync VMM/HM: Add stat. counter for intr masked-by-TPR during event injection.
(edit) @60730   9 年 vboxsync VMMR0: The APIC FF can get set asynchronously with the new APIC code, …
(edit) @60716   9 年 vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60573   9 年 vboxsync VMM/APIC: Fix INIT IPI handling, and handle callers of …
(edit) @60380   9 年 vboxsync VMM/HMVMXR0: Use %RGp for printing guest physical addresses and not %RGv.
(edit) @60307   9 年 vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @59612   9 年 vboxsync Build fix.
(edit) @59602   9 年 vboxsync VMM/HMVMXR0: Add missing VMCS fields for newer CPUs, renamed some …
(edit) @59214   9 年 vboxsync VMM/HMVMXR0: debug nit.
(edit) @59213   9 年 vboxsync VMM/HMVMXR0: Add CR4.VMXE check before setting up the VM in ring-0, …
(edit) @59195   9 年 vboxsync VMM/HMVMXR0: nit.
(edit) @59149   9 年 vboxsync VMM/HMVMXR0: Fewer branches where applicable.
(edit) @59141   9 年 vboxsync doxygen fix
(edit) @59139   9 年 vboxsync VMM/HMVMXR0: fix uninitialized var in r104711.
(edit) @59137   9 年 vboxsync VMM/HMVMXR0: Apparently hmR0VmxLoadGuestStateOptimal can fail (in …
(edit) @59111   9 年 vboxsync VMM/HMVMXR0: Comment update.
(edit) @59110   9 年 vboxsync VMM/HMVMXR0: nits.
(edit) @59073   9 年 vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @59004   9 年 vboxsync DBGF,VBoxVMM.d,HM: Split the exit probes and events into an intrusive …
(edit) @59003   9 年 vboxsync HM: Fixes for the VT-x trace points and debug events.
(edit) @58999   9 年 vboxsync HM: fixed gcc warning.
(edit) @58998   9 年 vboxsync HM: Implemented 69 new dtrace probes and DBGF events in the VT-x code.
(edit) @58938   9 年 vboxsync HM,DBGF: Made DBGF notify HM about changes to VMM event and interrupt …
(edit) @58918   9 年 vboxsync HM: More VBOXSTRICTRC and related stuff.
(edit) @58917   9 年 vboxsync HM: More VBOXSTRICTRC and related stuff.
(edit) @58915   9 年 vboxsync HMVMXR0.cpp: build fix
(edit) @58914   9 年 vboxsync HM: More VBOXSTRICTRC and related stuff.
(edit) @58913   9 年 vboxsync HM: Some top-level VBOXSTRICTRC use and related work.
(edit) @58912   9 年 vboxsync HMGLOBALCPUINFO: Cache the RTR0MemObjGetPagePhysAddr and …
(edit) @58658   9 年 vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58487   9 年 vboxsync VMM: todo regarding RIP update and hypercall ordering.
(edit) @58373   9 年 vboxsync HMVMXR0.cpp: annoying assertion, problem elsewhere that needs fixing, …
(edit) @58317   9 年 vboxsync VMM/HMVMXR0: nit.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58124   9 年 vboxsync include/VBox//*.h: pVM and pVCpu parameter description adjustments.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58118   9 年 vboxsync VMM,GIM: Made the order of RIP update on hypercalls consistent. …
(edit) @58116   9 年 vboxsync VMM: Doxygen fixes.
(edit) @58014   9 年 vboxsync VMM/GIM: Fix Hyper-V hypercall vs hypercall page confusion.
(edit) @57989   9 年 vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @57886   9 年 vboxsync HMVMXR0.cpp: Disabled incorrect assertion in hmR0VmxExitIoInstr. …
(edit) @57860   9 年 vboxsync VMM: warnings.
(edit) @57857   9 年 vboxsync VMM: unused parameter warnings.
(edit) @57854   9 年 vboxsync VMM: unused parameter warning fixes.
(edit) @57733   9 年 vboxsync VMM/HMVMXR0: Remove obsolete/wrong assertion.
(edit) @57562   9 年 vboxsync VMM: unused vars.
(edit) @57557   9 年 vboxsync VMM/HMVMXR0: windows build fix.
(edit) @57555   9 年 vboxsync VMM/HMVMXR0: Don't lose interrupt-window exiting due to unrelated …
(edit) @57514   9 年 vboxsync VMM/HMVMXR0: Fix EPT capabilities checks and propagate errors to ring-3.
(edit) @57477   9 年 vboxsync VMM/HM: Implement PAUSE filter exiting for VT-x & AMD-V. Also …
(edit) @57472   9 年 vboxsync VMM/HMVMXR0: space nit.
(edit) @57471   9 年 vboxsync VMM/HMVMXR0: line length formatting fixes.
(edit) @57470   9 年 vboxsync VMM/HM: Purge the unused TLB shootdown code path.
(edit) @57445   9 年 vboxsync static
(edit) @57429   9 年 vboxsync VMM/HM: Start removing VBOX_WITH_HYBRID_32BIT_KERNEL code.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57237   9 年 vboxsync Fix doxygen bugref w/ comments to use the URL format.
(edit) @57211   9 年 vboxsync VMM: LogRel nits.
(edit) @57109   9 年 vboxsync VMM: Check AC during ring-0 module and VM init when the host has SMAP …
(edit) @56837   9 年 vboxsync VMM/HMVMXR0, HMSVMR0: Disable currently dead code path.
(edit) @56823   9 年 vboxsync VMM/HMVMXR0: Check for MSR-bitmap feature being available before using it.
(edit) @56815   9 年 vboxsync VMM/HMVMXR0: nit.
(edit) @56708   9 年 vboxsync VMM/HMVMXR0: Remove incorrect debug assertion.
(edit) @56628   9 年 vboxsync IEM: Postpone INS memory writes to ring-3 if we hit an access handler. …
(edit) @56460   9 年 vboxsync VMM/HM: comment.
(edit) @56418   9 年 vboxsync assertion details.
(edit) @56084   10 年 vboxsync VMM/HM: group preempt STAM counters under 'HM/Switch'.
(edit) @56080   10 年 vboxsync IOM,HM: Let IEM take over the MMIO handling from IOM when …
(edit) @56048   10 年 vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @55899   10 年 vboxsync PGM: Added an access origin to memory read & write calls that respects …
(edit) @55863   10 年 vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55830   10 年 vboxsync VMM/HM: hungarian.
(edit) @55815   10 年 vboxsync VMM/HMVMXR0: bounds checking for auto load/store MSR functions.
(edit) @55757   10 年 vboxsync VMM/HMVMXR0: oops! not meant to commit this!
(edit) @55756   10 年 vboxsync VMM/HM: Add some rudimentary logging for VERR_VMX_INVALID_VMXON_PTR errors.
(edit) @55555   10 年 vboxsync VMX: Corrected IGS check.
(edit) @55316   10 年 vboxsync CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
(edit) @55307   10 年 vboxsync VMM/HMVMXR0: nit.
(edit) @55306   10 年 vboxsync VMM: renamed HM_[DISABLE|RESTORE]_PREEMPT_IF_NEEDED() macro.
(edit) @55292   10 年 vboxsync HM,CPUM,IEM: XSETBV fixes and adjustments.
(edit) @55290   10 年 vboxsync HM: Save/Load/Restore XCR0 handling during world switching. …
(edit) @55257   10 年 vboxsync HM/VMX: Added new exit codes.
(edit) @55248   10 年 vboxsync HMR0VMX,EM,IEM: Moved the CRx related interpretation methods from EM …
(edit) @55129   10 年 vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55118   10 年 vboxsync VMM: GIM raw-mode support.
(edit) @55037   10 年 vboxsync VMM/GIM: Add hypercall support and KVM spinlock support.
(edit) @54908   10 年 vboxsync VMM: Rename variable to better reflect its purpose.
(edit) @54712   10 年 vboxsync VMM: Clear idHostCpu mapping while deregistering the context-hooks …
(edit) @54650   10 年 vboxsync SUPDrv/VMMR0: properly handle the CR4 shadow register on Linux >= 4.0
(edit) @54384   10 年 vboxsync VMM/HMVMXR0: Fix debug assertion on 32-bit hosts. Host-state is …
(edit) @54308   10 年 vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54196   10 年 vboxsync VMM/HM: stat adjustments.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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