VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @60894   9 年 vboxsync HMSVMR0: Ignore APIC+PIC FFs when singlestepping.
(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) @60812   9 年 vboxsync VMM/HMSVMR0: Clear interrupt-inhibition while advancing RIP (rather …
(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) @60574   9 年 vboxsync VMM/HMSVMR0: Ignore assertion for PDMGetInterrupt() with the new APIC code.
(edit) @60566   9 年 vboxsync HMSVMR0.cpp: More useful assertion.
(edit) @59892   9 年 vboxsync VMM: bugref:8272: missed error code bit
(edit) @58913   9 年 vboxsync HM: Some top-level VBOXSTRICTRC use and related work.
(edit) @58658   9 年 vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58545   9 年 vboxsync HMSVMR0.cpp: ulBit -> uBit.
(edit) @58487   9 年 vboxsync VMM: todo regarding RIP update and hypercall ordering.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(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) @57857   9 年 vboxsync VMM: unused parameter warnings.
(edit) @57854   9 年 vboxsync VMM: unused parameter warning fixes.
(edit) @57851   9 年 vboxsync VMM: unused parameter warning fixes.
(edit) @57565   9 年 vboxsync VMM: unused var.
(edit) @57477   9 年 vboxsync VMM/HM: Implement PAUSE filter exiting for VT-x & AMD-V. Also …
(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) @57062   9 年 vboxsync VMM/HMSVMR0: nit.
(edit) @57061   9 年 vboxsync VMM/HMSVMR0: nit.
(edit) @56985   9 年 vboxsync VMM: Log and assertion formatting fixes.
(edit) @56837   9 年 vboxsync VMM/HMVMXR0, HMSVMR0: Disable currently dead code path.
(edit) @56667   9 年 vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56666   9 年 vboxsync hmR0SvmExitIOInstr: Optimize the OUTS on old-CPU when it's clear from …
(edit) @56665   9 年 vboxsync hmR0SvmExitIOInstr: Adjusted the u3SEG validity check to exclude …
(edit) @56664   9 年 vboxsync HMSVMR0.cpp: Fixed incorrect I/O instruction length check.
(edit) @56663   9 年 vboxsync HMSVMR0.cpp: VT-x and IEM insists on having busy TSS descriptor types …
(edit) @56642   9 年 vboxsync VMM/HMSVMR0: extra RC in assert in IO exits like r101262 for VT-x.
(edit) @56084   10 年 vboxsync VMM/HM: group preempt STAM counters under 'HM/Switch'.
(edit) @56081   10 年 vboxsync HMSVMR0/IOIO: fUpdateRipAlready
(edit) @56080   10 年 vboxsync IOM,HM: Let IEM take over the MMIO handling from IOM when …
(edit) @55863   10 年 vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55830   10 年 vboxsync VMM/HM: hungarian.
(edit) @55737   10 年 vboxsync build fiX
(edit) @55735   10 年 vboxsync HMSVMR0.cpp: Should use IEM for CRx writes, CR4.OSXSAVE isn't …
(edit) @55316   10 年 vboxsync CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
(edit) @55306   10 年 vboxsync VMM: renamed HM_[DISABLE|RESTORE]_PREEMPT_IF_NEEDED() macro.
(edit) @55290   10 年 vboxsync HM: Save/Load/Restore XCR0 handling during world switching. …
(edit) @55131   10 年 vboxsync VMM/HMSVMR0: comment.
(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) @55040   10 年 vboxsync VMM/HMSVMR0: Fix #UD hypercall handling for GIM KVM.
(edit) @55039   10 年 vboxsync VMM: Fix hypercall patching.
(edit) @55037   10 年 vboxsync VMM/GIM: Add hypercall support and KVM spinlock support.
(edit) @55001   10 年 vboxsync CPUMCTXCORE elimination.
(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) @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.
(edit) @54102   10 年 vboxsync VMM: doxygen nits.
(edit) @54065   10 年 vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @53631   10 年 vboxsync vmexit trace points.
(edit) @53629   10 年 vboxsync no else after break
(edit) @53325   10 年 vboxsync VMM: Fix sign inconsistency in the RealUseTSC case.
(edit) @53235   10 年 vboxsync VMM: Fixed incorrect pure TSC-offsetting mode switch with paravirt. …
(edit) @53197   10 年 vboxsync VMM/HMSVMR0: Fix incorrect sign and calculation on guest TSC offset in …
(edit) @53061   10 年 vboxsync HM: Fixed SVM MF intercept setup logic error.
(edit) @52655   10 年 vboxsync VMM/HMVMXR0,HMSVMR0: oops, forgot bugref number.
(edit) @52654   10 年 vboxsync VMM/HMSVMR0: Use AMD-V terminology.
(edit) @52653   10 年 vboxsync VMM/HMVMXR0,VMM/HMSVMR0: Fix incorrect disassembly of instruction …
(edit) @52396   10 年 vboxsync VMM/HMSVMR0: nit.
(edit) @52310   10 年 vboxsync VMM/HMSVMR0: comment.
(edit) @52278   10 年 vboxsync VMM/HMSVMR0: nits.
(edit) @52125   10 年 vboxsync VMM/HM: Add tracking of last 30 VM-exits. Can be useful for guru …
(edit) @52099   10 年 vboxsync VMM/HMSVMR0: Attempt at fixing NMI injection and handling NMI …
(edit) @52068   10 年 vboxsync VMM/HMSVMR0: Convert NMIs to TRPM_TRAP and not TRPM_HARDWARE_INT.
(edit) @52066   10 年 vboxsync VMM: Fixed potential bug in AMD-V NMI injection when interrupt …
(edit) @52044   10 年 vboxsync VMM/HM: nits.
(edit) @52041   10 年 vboxsync VMM: Fix NMI handling.
(edit) @52009   10 年 vboxsync Comments and nits.
(edit) @52006   10 年 vboxsync VMM: VT-x and AMD-V support for making GIM hypercalls.
(edit) @51723   10 年 vboxsync VMM/HMSVMR0: Stray spaces and copyright header update.
(edit) @51722   10 年 vboxsync VMM/HMSVMR0: Try fix TR attributes to be Intel compatible for …
(edit) @51662   10 年 vboxsync VMM/HMSVMR0: Use VMCB offsetting until we fix TM. Makes Hyper-V guests …
(edit) @51660   10 年 vboxsync VMM/HMSVMR0: RT_BOOL.
(edit) @51643   10 年 vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51421   11 年 vboxsync VMM/HMSVMR0: Check single-step only on success and update HMCPU …
(edit) @51230   11 年 vboxsync VMM/HMVMXR0,HMSVMR0: debug build fixes.
(edit) @51220   11 年 vboxsync VMM/HMVMXR0: Implemented EFER swapping using VMCS controls.
(edit) @51186   11 年 vboxsync VMM/HMSVMR0: added bugref comment.
(edit) @51185   11 年 vboxsync VMM/HMSVMR0: build fix.
(edit) @51184   11 年 vboxsync VMM/HMSVMR0: dead code.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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