VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @67136   8 年 vboxsync HostDrivers/Support, VMM: bugref:8864: On Linux 4.12 the GDT is mapped …
(edit) @67050   8 年 vboxsync VMM/APIC, HMVMXR0: Fixes for when the APIC isn't present.
(edit) @67026   8 年 vboxsync VMM/HMVMXR0: Fixes in event reflection with pending events.
(edit) @67025   8 年 vboxsync VMM/HMVMXR0: If event delivery causes an EPT misconfig/APIC access, …
(edit) @67024   8 年 vboxsync VMM/HMVMXR0: Don't go back to IEM for injecting secondary/final …
(edit) @66987   8 年 vboxsync VMM/HMVMXR0: Todo regarding returning VINF_EM_RAW_INJECT_TRPM_EVENT …
(edit) @66929   8 年 vboxsync VMM/HMVMXR0: Try re-enable IEM event reflection for Intel only.
(edit) @66871   8 年 vboxsync disable IEM event reflection for VMX and SVM to find out if the recent …
(edit) @66848   8 年 vboxsync VMM: use RT_LO/HI_U32 at certain places
(edit) @66790   8 年 vboxsync VMM/HMVMXR0: Fixes while using the IEM event reflection logic.
(edit) @66756   8 年 vboxsync VMM/HMVMXR0: Forgot to translate soft. ints while converting IEM …
(edit) @66749   8 年 vboxsync VMM/HMVMXR0: Comment.
(edit) @66717   8 年 vboxsync VMM/HMVMXR0: Comment.
(edit) @66716   8 年 vboxsync VMM/HMVMXR0: Try re-enable the IEM event reflection logic.
(edit) @66713   8 年 vboxsync VMM/HMVMXR0: Fixes while using IEM event reflection code.
(edit) @66706   8 年 vboxsync VMM/HMVMXR0: Disabled using IEM event reflection from r115095. Needs …
(edit) @66705   8 年 vboxsync VMM/HMVMXR0: Build fix for r115095.
(edit) @66702   8 年 vboxsync VMM/HMVMXR0: Nit and a todo.
(edit) @66701   8 年 vboxsync VMM/HMVMXR0: Use IEM's event reflection logic.
(edit) @66390   8 年 vboxsync hmR0VmxExitXcptGeneric: Corrected incomplete debug assertion that …
(edit) @66281   8 年 vboxsync VMM: Nested Hw.virt: Decls, naming.
(edit) @66052   8 年 vboxsync HMVMXR0.cpp: Disabled (for me only) annoying HMCPU_CF_IS_PENDING …
(edit) @65767   8 年 vboxsync VMM/HMVMXR0: LogRel fix.
(edit) @65697   8 年 vboxsync VMM/HMVMXR0: Set HM_CHANGED_ALL_GUEST after saving the guest state to …
(edit) @65656   8 年 vboxsync VMM/HMVMXR0: fall thru.
(edit) @65650   8 年 vboxsync gcc 7: fall thru
(edit) @65585   8 年 vboxsync VMM/HMVMXR0: Flag CR0 to be reloaded after interpreting LMSW instruction.
(edit) @65564   8 年 vboxsync VMM/HMVMXR0: While leaving VT-x (preemption/longjmp/ring-3 returns), …
(edit) @65475   8 年 vboxsync VMM/HMVMXR0: Scoping, space.
(edit) @65474   8 年 vboxsync VMM/HMVMXR0: Comment.
(edit) @65473   8 年 vboxsync VMM/HMVMXR0: Comment, space.
(edit) @65451   8 年 vboxsync VMM/HMVMXR0: Added assertion to ensure we don't overwrite stuff in the …
(edit) @65446   8 年 vboxsync VMX: Better SYSENTER MSR fix for CPUs with no MSR bitmaps (bugref:8745).
(edit) @65439   8 年 vboxsync VMX: May need to save SYSENTER related MSRs in WRMSR exit (bugref:8745).
(edit) @65355   8 年 vboxsync VMM/HMVMXR0: Save guest rflags before handling any hypercalls.
(edit) @65316   8 年 vboxsync VMM/HM: Fixed case in name prefixes of a few internal functions.
(edit) @65280   8 年 vboxsync VMM/HMVMXR0: Lazy load guest MSRs when they've changed despite being …
(edit) @65276   8 年 vboxsync VMM/HMVMXR0: Update comment.
(edit) @65275   8 年 vboxsync VMM/HMVMXR0: Fixed an extra VMMRZCallRing3Enable when cleaning up the …
(edit) @65251   8 年 vboxsync VMM/HMVMXR0: Adjustments to fix in r112756 and comment update.
(edit) @65241   8 年 vboxsync VMM/HMVMXR0: Fix longjmp related regression introduced in r112729.
(edit) @65233   8 年 vboxsync VMM/HMVMXR0: column limit.
(edit) @65222   8 年 vboxsync VMM/HMVMXR0: Fix longjump when mapping the APIC access page, map the …
(edit) @65137   8 年 vboxsync VMM/HMVMXR0: Dummy out unused member missed in r112639.
(edit) @65136   8 年 vboxsync VMM/HMVMXR0: Try using the APIC allocated page as the virtual-APIC page.
(edit) @65134   8 年 vboxsync VMM/HMVMXR0: Comment nits.
(edit) @65106   8 年 vboxsync VMM/HMVMXR0: Don't need to initialize #UD intercepts when it's being …
(edit) @64882   8 年 vboxsync VMM/HMVMXR0: Avoid setting HM_CHANGED_VMX_GUEST_APIC_STATE in …
(edit) @64881   8 年 vboxsync VMM/HMVMXR0: Remove the Vista 64-bit TPR-threshold hack.
(edit) @64880   8 年 vboxsync VMM/HMVMXR0: "& 0xf" is redundant while right-shifting a uint8_t by 4 …
(edit) @64873   8 年 vboxsync VMM/HMVMXR0: Use macro constants instead of hardcoded offsets
(edit) @64856   8 年 vboxsync VMM/HMVMXR0: Comment to clarify VM-exit history updates for 3 edge cases.
(edit) @64837   8 年 vboxsync VMM/HMVMXR0: Fix VM-exit history update to be done *after* successful …
(edit) @64823   8 年 vboxsync VMM/HMVMXR0: Comment to clear up confusing code paths.
(edit) @64797   8 年 vboxsync VMM/HMVMXR0: Build fix when not using HMVMX_USE_FUNCTION_TABLE.
(edit) @64790   8 年 vboxsync VMM/HMVMXR0: Fix new declarations in conditionally compiled code.
(edit) @64775   8 年 vboxsync VMM/HMVMXR0: nits.
(edit) @64770   8 年 vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64676   8 年 vboxsync VMM/HMVMXR0: Pass 'rcRun' from VMLAUNCH/VMRESUME to …
(edit) @64663   8 年 vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64655   8 年 vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64626   8 年 vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64068   8 年 vboxsync VMM/HMVMXR0: todo.
(edit) @63465   8 年 vboxsync VMM: warnings (clang)
(edit) @63127   8 年 vboxsync VMM: warnings
(edit) @62606   8 年 vboxsync VMM: Unused parameters.
(edit) @62601   8 年 vboxsync VMM: Unused parameters.
(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) @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) @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) @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) @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) @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) @61648   8 年 vboxsync VMM/HM: Better handling of edge-cases during exceptions caused as a …
(edit) @61627   8 年 vboxsync Comment.
(edit) @61626   8 年 vboxsync VMX: PGMTrap0eHandler can emulate many interesting things; consider …
(edit) @61544   8 年 vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61455   9 年 vboxsync HMR0EnsureCompleteBasicContext: Mark the guest state as changed.
(edit) @61359   9 年 vboxsync VMM/HMVMXR0: Fix lazy save/restore MSRs code structure to be more …
(edit) @61317   9 年 vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61156   9 年 vboxsync Promoted HM/CPUx/Switch/Preempting to a release statistics.
(edit) @61058   9 年 vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61013   9 年 vboxsync bugref:8318 HM: Don't guru when the VMMDev heap is unmapped by 32-bit EFI.
(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 …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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