VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65697   8 years vboxsync VMM/HMVMXR0: Set HM_CHANGED_ALL_GUEST after saving the guest state to …
(edit) @65656   8 years vboxsync VMM/HMVMXR0: fall thru.
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @65585   8 years vboxsync VMM/HMVMXR0: Flag CR0 to be reloaded after interpreting LMSW instruction.
(edit) @65564   8 years vboxsync VMM/HMVMXR0: While leaving VT-x (preemption/longjmp/ring-3 returns), …
(edit) @65475   8 years vboxsync VMM/HMVMXR0: Scoping, space.
(edit) @65474   8 years vboxsync VMM/HMVMXR0: Comment.
(edit) @65473   8 years vboxsync VMM/HMVMXR0: Comment, space.
(edit) @65451   8 years vboxsync VMM/HMVMXR0: Added assertion to ensure we don't overwrite stuff in the …
(edit) @65446   8 years vboxsync VMX: Better SYSENTER MSR fix for CPUs with no MSR bitmaps (bugref:8745).
(edit) @65439   8 years vboxsync VMX: May need to save SYSENTER related MSRs in WRMSR exit (bugref:8745).
(edit) @65407   8 years vboxsync typo
(edit) @65405   8 years vboxsync VMM: KVM workaround: don't read MSR_IA32_SMM_MONITOR_CTL if …
(edit) @65355   8 years vboxsync VMM/HMVMXR0: Save guest rflags before handling any hypercalls.
(edit) @65338   8 years vboxsync Remove the old, unused I/O APIC code and related define.
(edit) @65326   8 years vboxsync VMM/HM: Fix.
(edit) @65325   8 years vboxsync VMM/HM: Fix.
(edit) @65322   8 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @65316   8 years vboxsync VMM/HM: Fixed case in name prefixes of a few internal functions.
(edit) @65280   8 years vboxsync VMM/HMVMXR0: Lazy load guest MSRs when they've changed despite being …
(edit) @65276   8 years vboxsync VMM/HMVMXR0: Update comment.
(edit) @65275   8 years vboxsync VMM/HMVMXR0: Fixed an extra VMMRZCallRing3Enable when cleaning up the …
(edit) @65251   8 years vboxsync VMM/HMVMXR0: Adjustments to fix in r112756 and comment update.
(edit) @65241   8 years vboxsync VMM/HMVMXR0: Fix longjmp related regression introduced in r112729.
(edit) @65233   8 years vboxsync VMM/HMVMXR0: column limit.
(edit) @65222   8 years vboxsync VMM/HMVMXR0: Fix longjump when mapping the APIC access page, map the …
(edit) @65137   8 years vboxsync VMM/HMVMXR0: Dummy out unused member missed in r112639.
(edit) @65136   8 years vboxsync VMM/HMVMXR0: Try using the APIC allocated page as the virtual-APIC page.
(edit) @65134   8 years vboxsync VMM/HMVMXR0: Comment nits.
(edit) @65106   8 years vboxsync VMM/HMVMXR0: Don't need to initialize #UD intercepts when it's being …
(edit) @64882   8 years vboxsync VMM/HMVMXR0: Avoid setting HM_CHANGED_VMX_GUEST_APIC_STATE in …
(edit) @64881   8 years vboxsync VMM/HMVMXR0: Remove the Vista 64-bit TPR-threshold hack.
(edit) @64880   8 years vboxsync VMM/HMVMXR0: "& 0xf" is redundant while right-shifting a uint8_t by 4 …
(edit) @64874   8 years vboxsync VMM/HMSVMR0: Use macro constant for TPR offset
(edit) @64873   8 years vboxsync VMM/HMVMXR0: Use macro constants instead of hardcoded offsets
(edit) @64856   8 years vboxsync VMM/HMVMXR0: Comment to clarify VM-exit history updates for 3 edge cases.
(edit) @64837   8 years vboxsync VMM/HMVMXR0: Fix VM-exit history update to be done *after* successful …
(edit) @64823   8 years vboxsync VMM/HMVMXR0: Comment to clear up confusing code paths.
(edit) @64797   8 years vboxsync VMM/HMVMXR0: Build fix when not using HMVMX_USE_FUNCTION_TABLE.
(edit) @64790   8 years vboxsync VMM/HMVMXR0: Fix new declarations in conditionally compiled code.
(edit) @64775   8 years vboxsync VMM/HMVMXR0: nits.
(edit) @64773   8 years vboxsync VMM/HMSVMR0: Fix INT3 based breakpoint intercept exits.
(edit) @64771   8 years vboxsync VMM/HMSVMR0: Unused param build fix.
(edit) @64770   8 years vboxsync VMM/DBGF, HM: Fix int3 based breakpoints set in the VM debugger when …
(edit) @64676   8 years vboxsync VMM/HMVMXR0: Pass 'rcRun' from VMLAUNCH/VMRESUME to …
(edit) @64663   8 years vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64378   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64377   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64376   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64068   8 years vboxsync VMM/HMVMXR0: todo.
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @63465   8 years vboxsync VMM: warnings (clang)
(edit) @63127   8 years vboxsync VMM: warnings
(edit) @62869   8 years vboxsync VMM: warnings.
(edit) @62606   8 years vboxsync VMM: Unused parameters.
(edit) @62601   8 years vboxsync VMM: Unused parameters.
(edit) @62534   8 years vboxsync (C) 2016
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62440   8 years vboxsync VMM: More MSC level 4 warning fixes.
(edit) @62431   8 years vboxsync VMMR0: MSC level 4 warning fixes.
(edit) @62429   8 years vboxsync pdmR0ApicHlp_ClearInterruptFF: fixed incorrect …
(edit) @62341   8 years vboxsync VMM/HMVMXR0: 130 col nit.
(edit) @62340   8 years vboxsync VMM/HMVMXR0: nits and spaces.
(edit) @62334   8 years vboxsync VMX: Force host state VMCS updates when moving away from magic …
(edit) @62321   8 years vboxsync VMM/HMVMXR0: Read only VMCS field when its supported by the CPU …
(edit) @62320   8 years vboxsync VMX: Update uVmcsState when changing VMX state.
(edit) @62218   8 years vboxsync VMM/HMSVMR0: line nit.
(edit) @62186   8 years vboxsync SVM: Read the TSC before writing MSRs (serializing, slow).
(edit) @62162   8 years vboxsync VMM, IOAPIC: Temporarily enable using the PDM lock instead of the …
(edit) @62126   8 years vboxsync VMM/HMSVMR0: nit.
(edit) @62115   8 years vboxsync SVM: Workaround for NMI/task switch trouble on old AMDs.
(edit) @62108   8 years vboxsync SVM: Bit more debug logging.
(edit) @62107   8 years vboxsync SVM: Keep track of last CPU even when always flushing TLB.
(edit) @62106   8 years vboxsync hmR0VmxIs32BitSwitcherSafe: Use return, it's one of the major perks …
(edit) @62045   8 years vboxsync Copy/paste fix.
(edit) @62044   8 years vboxsync Make old compilers happy.
(edit) @62040   8 years vboxsync VMX: Go back to 32-bit switcher when we have UX, too.
(edit) @62035   8 years vboxsync VMM/HMSVMR0: comment typo.
(edit) @62020   8 years vboxsync VMM/HMVMXR0: Verify CPU feature before reading VMCS fields in …
(edit) @61977   8 years vboxsync VMX: Allow 32-bit switcher again if V86 on VMX is in effect.
(edit) @61806   8 years vboxsync VMM: bugref:8412, ticketref:15439: workaround for changed stack layout …
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61754   8 years vboxsync VMM/HMVMXR0: Comment.
(edit) @61753   8 years vboxsync VMM/HMVMXR0: Fix host-state re-saving as a result of recent FPU …
(edit) @61743   8 years vboxsync VMM/HMVMXR0: comments, removed old todos.
(edit) @61735   8 years vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61728   8 years vboxsync VMM: no LogRel here
(edit) @61703   8 years vboxsync VMX: Keep using 64-bit switcher to preserve guest CPU state on 32-bit …
(edit) @61692   9 years vboxsync VMX: Clear high dword when reading 32 bits into the VMCS cache, bugref:8432
(edit) @61688   9 years vboxsync VMM/HMSVMR0: Follow up fix for r108040.
(edit) @61685   9 years vboxsync VMM: I/O APIC lockless implementation.
(edit) @61683   9 years vboxsync SVM: Allow additional return code.
(edit) @61666   9 years vboxsync SVM: Mark CPU state as very dirty after emulating an instruction.
(edit) @61649   9 years vboxsync build fix
(edit) @61648   9 years vboxsync VMM/HM: Better handling of edge-cases during exceptions caused as a …
Note: See TracRevisionLog for help on using the revision log.

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