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