|
|
@51926
|
10 years |
vboxsync |
VMM: Updated info fflags code.
|
|
|
@51906
|
10 years |
vboxsync |
Fixing testcases on windows.
|
|
|
@51897
|
10 years |
vboxsync |
VMM/PDMDevice: logging fix
|
|
|
@51896
|
10 years |
vboxsync |
VMM/HMVMXR0: Trial; don't adjust TSC offset with paravirt TSC.
|
|
|
@51867
|
10 years |
vboxsync |
TM: Made the SYNC_TSC_PAUSE code default.
|
|
|
@51855
|
10 years |
vboxsync |
VMM/PGM: Hungarian fix for r94706.
|
|
|
@51854
|
10 years |
vboxsync |
VMM/PGM: Copy Page Ids from the MMIO2 range while mapping MMIO2 pages.
|
|
|
@51853
|
10 years |
vboxsync |
Alignment.
|
|
|
@51852
|
10 years |
vboxsync |
TM: Add the same TSC offset to each VCPU when pausing/resuming (not …
|
|
|
@51832
|
10 years |
vboxsync |
VMM/CPUM: todo.
|
|
|
@51797
|
10 years |
vboxsync |
VMM/GIM/Minimal: OS X bits.
|
|
|
@51757
|
10 years |
vboxsync |
VMM: Change error codes to be consistent.
|
|
|
@51746
|
10 years |
vboxsync |
VMM/HMVMXR0: Temporary instrumentation for event injection issue.
|
|
|
@51741
|
10 years |
vboxsync |
VMM/HMVMXR0: Load guest-state after injection of events; simplifies …
|
|
|
@51735
|
10 years |
vboxsync |
VMM: Typo.
|
|
|
@51731
|
10 years |
vboxsync |
VMM/GIM/Minimal: Set HVP and MWAIT_EXT for OS X.
|
|
|
@51729
|
10 years |
vboxsync |
Recently missed header updates.
|
|
|
@51728
|
10 years |
vboxsync |
VMM: Add MWait Extensions as a CPUM feature to allow configuring it …
|
|
|
@51726
|
10 years |
vboxsync |
VMM: fix TRPMR3InjectEvent() for TRPM_FORWARD_TRAPS_IN_GC disabled
|
|
|
@51723
|
10 years |
vboxsync |
VMM/HMSVMR0: Stray spaces and copyright header update.
|
|
|
@51722
|
10 years |
vboxsync |
VMM/HMSVMR0: Try fix TR attributes to be Intel compatible for …
|
|
|
@51720
|
10 years |
vboxsync |
VMM: Doxygen bugref comment consistency.
|
|
|
@51719
|
10 years |
vboxsync |
VMM/GIM: nit.
|
|
|
@51686
|
10 years |
vboxsync |
VMM/GIM: Fixes to saved state, enabled reset MSR availability in CPUID.
|
|
|
@51685
|
10 years |
vboxsync |
VMM/HMVMXR0: Nit.
|
|
|
@51662
|
10 years |
vboxsync |
VMM/HMSVMR0: Use VMCB offsetting until we fix TM. Makes Hyper-V guests …
|
|
|
@51661
|
10 years |
vboxsync |
VMM/HMVMXR0: Use VMCS offsetting until we fix TM, makes Hyper-V guests …
|
|
|
@51660
|
10 years |
vboxsync |
VMM/HMSVMR0: RT_BOOL.
|
|
|
@51659
|
10 years |
vboxsync |
VMM/GIM: another try.
|
|
|
@51658
|
10 years |
vboxsync |
VMM/GIM: Bits, try to find out why it breaks on mac2-rel.
|
|
|
@51647
|
10 years |
vboxsync |
VMM/GIM: build fix.
|
|
|
@51646
|
10 years |
vboxsync |
VMM/GIM: attempt to fix mac burn.
|
|
|
@51644
|
10 years |
vboxsync |
VMM/GIM: Fix wrongly committed testing bits.
|
|
|
@51643
|
10 years |
vboxsync |
VMM/GIM: More bits for Hyper-V implementation.
|
|
|
@51641
|
10 years |
vboxsync |
LogRel nits.
|
|
|
@51640
|
10 years |
vboxsync |
LogRel cosmetics.
|
|
|
@51598
|
10 years |
vboxsync |
VMM/SSM: comment.
|
|
|
@51563
|
11 years |
vboxsync |
VMM/GIM: bits.
|
|
|
@51562
|
11 years |
vboxsync |
VMM/IEMInternal: comment typo.
|
|
|
@51560
|
11 years |
vboxsync |
VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
|
|
|
@51518
|
11 years |
vboxsync |
VMM: Missed header update.
|
|
|
@51517
|
11 years |
vboxsync |
VMM: Doxygen comment nits.
|
|
|
@51434
|
11 years |
vboxsync |
VMM/IEM: nit.
|
|
|
@51433
|
11 years |
vboxsync |
VMM/HMR0: comment.
|
|
|
@51422
|
11 years |
vboxsync |
VMM/EMAll: allow WrMsrs to return VERR_EM_INTERPRETER to fallback to …
|
|
|
@51421
|
11 years |
vboxsync |
VMM/HMSVMR0: Check single-step only on success and update HMCPU …
|
|
|
@51376
|
11 years |
vboxsync |
Fixed ancient typo.
|
|
|
@51367
|
11 years |
vboxsync |
VMM/GIM: Hyper-V provider, work-in-progress.
|
|
|
@51366
|
11 years |
vboxsync |
VMM/CPUM: Assertion.
|
|
|
@51344
|
11 years |
vboxsync |
VMM/CPUM: Hyper heap fixes.
|
|
|
@51334
|
11 years |
vboxsync |
VMM/CPUM: Fix NULL ptr deref. due to premature access.
|
|
|
@51333
|
11 years |
vboxsync |
VMM/GIM: Hyper-V provider, work-in-progress.
|
|
|
@51301
|
11 years |
vboxsync |
VMM: Retire aGuestCpuIdHyper legacy array.
|
|
|
@51291
|
11 years |
vboxsync |
fix harmless copy/paste bug
|
|
|
@51290
|
11 years |
vboxsync |
VMM/PDMUsb: add PDMR3UsbQueryLun function which is needed very soon …
|
|
|
@51288
|
11 years |
vboxsync |
Fixes for canonical address in MSRs.
|
|
|
@51285
|
11 years |
vboxsync |
VMM: Expose the MSR read/write function index enums.
|
|
|
@51283
|
11 years |
vboxsync |
VMM: Expose CPUMR3MsrRangesInsert().
|
|
|
@51282
|
11 years |
vboxsync |
VMM: Disallow modifying leaves that has SSM deps. through …
|
|
|
@51281
|
11 years |
vboxsync |
VMM/VMMR3: Enable CPUMR3CpuIdInsert().
|
|
|
@51274
|
11 years |
vboxsync |
VMM: Ugh, typo.
|
|
|
@51273
|
11 years |
vboxsync |
VMM/CPUMR3db: Try fix regression with changes in r93734.
|
|
|
@51271
|
11 years |
vboxsync |
VMM: Implemented hyper heap realloc. and adjusted CPUM CpuId arrays …
|
|
|
@51256
|
11 years |
vboxsync |
IEM: Fall back if IEMInjectTrpmEvent() did not do its job.
|
|
|
@51244
|
11 years |
vboxsync |
VMM/HMVMXR0: Relax EFER consistency/corruption checks for the fixes …
|
|
|
@51241
|
11 years |
vboxsync |
VMM/HMVMXR0: Intel likes hyphenation.
|
|
|
@51239
|
11 years |
vboxsync |
VMM/HMVMXR0: Intel likes hyphenation.
|
|
|
@51238
|
11 years |
vboxsync |
VMM/HMVMXR0: Fixed invalid EFER swapping when guest is using PAE …
|
|
|
@51235
|
11 years |
vboxsync |
Instrumented cpumMsrWr_Ia32SysEnterEip with a LogRel for tracking the …
|
|
|
@51234
|
11 years |
vboxsync |
AMD_Athlon_64_X2_Dual_Core_4200.h: Another quick fix, this time for …
|
|
|
@51233
|
11 years |
vboxsync |
CPUMAllMsrs.cpp: Quickfix for IA32_APIC_BASE read #GP.
|
|
|
@51230
|
11 years |
vboxsync |
VMM/HMVMXR0,HMSVMR0: debug build fixes.
|
|
|
@51222
|
11 years |
vboxsync |
VMM/HMVMXR0: Do EFER swapping using auto-load/store area in the VMCS …
|
|
|
@51220
|
11 years |
vboxsync |
VMM/HMVMXR0: Implemented EFER swapping using VMCS controls.
|
|
|
@51186
|
11 years |
vboxsync |
VMM/HMSVMR0: added bugref comment.
|
|
|
@51185
|
11 years |
vboxsync |
VMM/HMSVMR0: build fix.
|
|
|
@51184
|
11 years |
vboxsync |
VMM/HMSVMR0: dead code.
|
|
|
@51183
|
11 years |
vboxsync |
VMM/HMSVMR0: todo, task-switch mess.
|
|
|
@51182
|
11 years |
vboxsync |
VMM/IEM: Implemented hardware task-switches, code path disabled.
|
|
|
@51165
|
11 years |
vboxsync |
VMM: remove linker entrypoints for relocatable VMMR0,tstLdrObj objects …
|
|
|
@51145
|
11 years |
vboxsync |
VMM/HMVMXR0: Assertion is a little too strict (global vs local init).
|
|
|
@51140
|
11 years |
vboxsync |
VMM/HMVMXR0: Another assertion to try catch uCurrentAsid mismatch.
|
|
|
@51084
|
11 years |
vboxsync |
VMM/HMVMXR0: STAM counter typo.
|
|
|
@51083
|
11 years |
vboxsync |
VMM/HMVMXR0: Also intercept #TS exceptions while debugging all …
|
|
|
@51052
|
11 years |
vboxsync |
VMM: Minor logging.
|
|
|
@50994
|
11 years |
vboxsync |
VMM/GIM: Introduce the Minimal provider.
|
|
|
@50961
|
11 years |
vboxsync |
VMM/GIM: Use proper-case for the "None" provider CFGM.
|
|
|
@50953
|
11 years |
vboxsync |
GIM: Skeleton, work in progress.
|
|
|
@50923
|
11 years |
vboxsync |
IEM: Use ASPECT_NOT_IMPLEMENTED on interrupt task gates instead of …
|
|
|
@50918
|
11 years |
vboxsync |
VMM/HM: Fix some selector limit checks, comments.
|
|
|
@50917
|
11 years |
vboxsync |
Added PDMQueueFlushIfNecessary.
|
|
|
@50880
|
11 years |
vboxsync |
VMM/HMVMXR0: nit.
|
|
|
@50873
|
11 years |
vboxsync |
VMM/CPUM: comment typo.
|
|
|
@50872
|
11 years |
vboxsync |
VMM/HMR0: Assertion and comment.
|
|
|
@50870
|
11 years |
vboxsync |
VMM: HM comments.
|
|
|
@50867
|
11 years |
vboxsync |
VMM/HMVMXR0: Added hmR0VmxSetPendingXcptGP() and some doxygen fixes.
|
|
|
@50866
|
11 years |
vboxsync |
VMM/EMAll: Disallow writing to reserved bits while loading CR0.
|
|
|
@50863
|
11 years |
vboxsync |
VMM/IEMAllCImpl: Comment clarification about reserved bits in CR4 for …
|
|
|
@50856
|
11 years |
vboxsync |
VMM: Assert 4K alignment on global VT-x and AMD-V physical pages. …
|
|
|
@50854
|
11 years |
vboxsync |
VMM/HMR0: VMXON regions need not be mapped executable.
|
|
|