VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62606   8 年 vboxsync VMM: Unused parameters.
(edit) @62601   8 年 vboxsync VMM: Unused parameters.
(edit) @62534   8 年 vboxsync (C) 2016
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62440   8 年 vboxsync VMM: More MSC level 4 warning fixes.
(edit) @62431   8 年 vboxsync VMMR0: MSC level 4 warning fixes.
(edit) @62429   8 年 vboxsync pdmR0ApicHlp_ClearInterruptFF: fixed incorrect …
(edit) @62341   8 年 vboxsync VMM/HMVMXR0: 130 col nit.
(edit) @62340   8 年 vboxsync VMM/HMVMXR0: nits and spaces.
(edit) @62334   8 年 vboxsync VMX: Force host state VMCS updates when moving away from magic …
(edit) @62321   8 年 vboxsync VMM/HMVMXR0: Read only VMCS field when its supported by the CPU …
(edit) @62320   8 年 vboxsync VMX: Update uVmcsState when changing VMX state.
(edit) @62218   8 年 vboxsync VMM/HMSVMR0: line nit.
(edit) @62186   8 年 vboxsync SVM: Read the TSC before writing MSRs (serializing, slow).
(edit) @62162   8 年 vboxsync VMM, IOAPIC: Temporarily enable using the PDM lock instead of the …
(edit) @62126   8 年 vboxsync VMM/HMSVMR0: nit.
(edit) @62115   8 年 vboxsync SVM: Workaround for NMI/task switch trouble on old AMDs.
(edit) @62108   8 年 vboxsync SVM: Bit more debug logging.
(edit) @62107   8 年 vboxsync SVM: Keep track of last CPU even when always flushing TLB.
(edit) @62106   8 年 vboxsync hmR0VmxIs32BitSwitcherSafe: Use return, it's one of the major perks …
(edit) @62045   8 年 vboxsync Copy/paste fix.
(edit) @62044   8 年 vboxsync Make old compilers happy.
(edit) @62040   8 年 vboxsync VMX: Go back to 32-bit switcher when we have UX, too.
(edit) @62035   8 年 vboxsync VMM/HMSVMR0: comment typo.
(edit) @62020   8 年 vboxsync VMM/HMVMXR0: Verify CPU feature before reading VMCS fields in …
(edit) @61977   8 年 vboxsync VMX: Allow 32-bit switcher again if V86 on VMX is in effect.
(edit) @61806   8 年 vboxsync VMM: bugref:8412, ticketref:15439: workaround for changed stack layout …
(edit) @61776   8 年 vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61754   8 年 vboxsync VMM/HMVMXR0: Comment.
(edit) @61753   8 年 vboxsync VMM/HMVMXR0: Fix host-state re-saving as a result of recent FPU …
(edit) @61743   8 年 vboxsync VMM/HMVMXR0: comments, removed old todos.
(edit) @61735   8 年 vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61728   8 年 vboxsync VMM: no LogRel here
(edit) @61703   8 年 vboxsync VMX: Keep using 64-bit switcher to preserve guest CPU state on 32-bit …
(edit) @61692   8 年 vboxsync VMX: Clear high dword when reading 32 bits into the VMCS cache, bugref:8432
(edit) @61688   8 年 vboxsync VMM/HMSVMR0: Follow up fix for r108040.
(edit) @61685   8 年 vboxsync VMM: I/O APIC lockless implementation.
(edit) @61683   8 年 vboxsync SVM: Allow additional return code.
(edit) @61666   8 年 vboxsync SVM: Mark CPU state as very dirty after emulating an instruction.
(edit) @61649   8 年 vboxsync build fix
(edit) @61648   8 年 vboxsync VMM/HM: Better handling of edge-cases during exceptions caused as a …
(edit) @61632   8 年 vboxsync GIM: Correct header order to match what is use *everywhere* else in …
(edit) @61627   8 年 vboxsync Comment.
(edit) @61626   8 年 vboxsync VMX: PGMTrap0eHandler can emulate many interesting things; consider …
(edit) @61605   8 年 vboxsync VMM/HMSVMR0: Don't try to use NRIP_SAVE feature for #UD #VMEXITs.
(edit) @61544   8 年 vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61534   8 年 vboxsync SVM: Handle task switch resulting from event delivery (bugref:8411).
(edit) @61455   8 年 vboxsync HMR0EnsureCompleteBasicContext: Mark the guest state as changed.
(edit) @61428   8 年 vboxsync SVM: Re-committed innocent r107737.
(edit) @61426   8 年 vboxsync bugref:8357: HMSVMR0.cpp: Backed out r107737 as it looks like it's …
(edit) @61420   8 年 vboxsync SVM: Don't bother with reinjecting events from INT3/INTO, just …
(edit) @61359   8 年 vboxsync VMM/HMVMXR0: Fix lazy save/restore MSRs code structure to be more …
(edit) @61356   8 年 vboxsync VMM/PDM: comment nit.
(edit) @61348   8 年 vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61339   8 年 vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61317   8 年 vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61156   8 年 vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61155   8 年 vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61144   9 年 vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61068   9 年 vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @61061   9 年 vboxsync CPUM,++: build fix to previous commit.
(edit) @61058   9 年 vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61031   9 年 vboxsync Oops, committed too much!
(edit) @61029   9 年 vboxsync APIC: Just ignore the timer shift when loading old state, it's …
(edit) @61013   9 年 vboxsync bugref:8318 HM: Don't guru when the VMMDev heap is unmapped by 32-bit EFI.
(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) @60573   9 年 vboxsync VMM/APIC: Fix INIT IPI handling, and handle callers of …
(edit) @60566   9 年 vboxsync HMSVMR0.cpp: More useful assertion.
(edit) @60398   9 年 vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60388   9 年 vboxsync APICR0InitVM: Added @todo hinting that it's not at all needed.
(edit) @60380   9 年 vboxsync VMM/HMVMXR0: Use %RGp for printing guest physical addresses and not %RGv.
(edit) @60377   9 年 vboxsync VMM: Fix APIC, CPUM init ordering for the new APIC code while still …
(edit) @60364   9 年 vboxsync VMM: APIC R0 init/term ordering and nits.
(edit) @60307   9 年 vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @59999   9 年 vboxsync VMM/HM: space nit.
(edit) @59892   9 年 vboxsync VMM: bugref:8272: missed error code bit
(edit) @59747   9 年 vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(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.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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