VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52073   10 years vboxsync VMM/HMVMXR0: Comment.
(edit) @52072   10 years vboxsync VMM/HMVMXR0: Fix NMI injection.
(edit) @52068   10 years vboxsync VMM/HMSVMR0: Convert NMIs to TRPM_TRAP and not TRPM_HARDWARE_INT.
(edit) @52067   10 years vboxsync VMM/HMVMXR0: Convert NMIs to TRPM as TRPM_TRAP and not TRPM_HARDWARE_INT.
(edit) @52066   10 years vboxsync VMM: Fixed potential bug in AMD-V NMI injection when interrupt …
(edit) @52065   10 years vboxsync VMM/HMVMXR0: Fix NMI re-injection when NMI injection caused a faulting …
(edit) @52054   10 years vboxsync Grammar.
(edit) @52044   10 years vboxsync VMM/HM: nits.
(edit) @52043   10 years vboxsync VMM/HMVMXR0: nit.
(edit) @52042   10 years vboxsync VMM/HMVMXR0: Improve SMP logging a bit.
(edit) @52041   10 years vboxsync VMM: Fix NMI handling.
(edit) @52027   10 years vboxsync VMM/GIM: Enable relaxed timing for Hyper-V.
(edit) @52010   10 years vboxsync VMM/GIM: Add Hyper-V SSM version to the saved-state.
(edit) @52009   10 years vboxsync Comments and nits.
(edit) @52006   10 years vboxsync VMM: VT-x and AMD-V support for making GIM hypercalls.
(edit) @52005   10 years vboxsync VMM/HM: spaces.
(edit) @51987   10 years vboxsync Comment.
(edit) @51983   10 years vboxsync VMM/GIM: doxygen.
(edit) @51982   10 years vboxsync VMM/GIM: Comment typo.
(edit) @51981   10 years vboxsync VMM/GIM, VMM/HM: Add support for Hyper-V hypervisor capabilities …
(edit) @51980   10 years vboxsync VMM/GIM: Get system-reset MSR working, added EOI, TPR, ICR APIC MSR …
(edit) @51979   10 years vboxsync VMM/GIM: Fixes.
(edit) @51961   10 years vboxsync VMM/GIM: Fix Hyper-V TSC offset scaling to 100ns units.
(edit) @51959   10 years vboxsync TM: Set pVM->tm.s.u64LastPausedTSC to the highest pVCpu->tm.s.u64TSC …
(edit) @51954   10 years vboxsync VMM/GIM: Fix referencing the wrong Hyper-V page while updating the TSC page
(edit) @51940   10 years vboxsync GMMR0: Switched from fast mutex to critical section for the giant …
(edit) @51934   10 years vboxsync VMM/EM: Reschedule halted VCPUs if NMI/SMI shows up.
(edit) @51926   10 years vboxsync VMM: Updated info fflags code.
(edit) @51906   10 years vboxsync Fixing testcases on windows.
(edit) @51897   10 years vboxsync VMM/PDMDevice: logging fix
(edit) @51896   10 years vboxsync VMM/HMVMXR0: Trial; don't adjust TSC offset with paravirt TSC.
(edit) @51867   10 years vboxsync TM: Made the SYNC_TSC_PAUSE code default.
(edit) @51855   10 years vboxsync VMM/PGM: Hungarian fix for r94706.
(edit) @51854   10 years vboxsync VMM/PGM: Copy Page Ids from the MMIO2 range while mapping MMIO2 pages.
(edit) @51853   10 years vboxsync Alignment.
(edit) @51852   10 years vboxsync TM: Add the same TSC offset to each VCPU when pausing/resuming (not …
(edit) @51832   10 years vboxsync VMM/CPUM: todo.
(edit) @51797   10 years vboxsync VMM/GIM/Minimal: OS X bits.
(edit) @51757   10 years vboxsync VMM: Change error codes to be consistent.
(edit) @51746   10 years vboxsync VMM/HMVMXR0: Temporary instrumentation for event injection issue.
(edit) @51741   10 years vboxsync VMM/HMVMXR0: Load guest-state after injection of events; simplifies …
(edit) @51735   10 years vboxsync VMM: Typo.
(edit) @51731   10 years vboxsync VMM/GIM/Minimal: Set HVP and MWAIT_EXT for OS X.
(edit) @51729   10 years vboxsync Recently missed header updates.
(edit) @51728   10 years vboxsync VMM: Add MWait Extensions as a CPUM feature to allow configuring it …
(edit) @51726   10 years vboxsync VMM: fix TRPMR3InjectEvent() for TRPM_FORWARD_TRAPS_IN_GC disabled
(edit) @51723   10 years vboxsync VMM/HMSVMR0: Stray spaces and copyright header update.
(edit) @51722   10 years vboxsync VMM/HMSVMR0: Try fix TR attributes to be Intel compatible for …
(edit) @51720   10 years vboxsync VMM: Doxygen bugref comment consistency.
(edit) @51719   10 years vboxsync VMM/GIM: nit.
(edit) @51686   10 years vboxsync VMM/GIM: Fixes to saved state, enabled reset MSR availability in CPUID.
(edit) @51685   10 years vboxsync VMM/HMVMXR0: Nit.
(edit) @51662   10 years vboxsync VMM/HMSVMR0: Use VMCB offsetting until we fix TM. Makes Hyper-V guests …
(edit) @51661   10 years vboxsync VMM/HMVMXR0: Use VMCS offsetting until we fix TM, makes Hyper-V guests …
(edit) @51660   10 years vboxsync VMM/HMSVMR0: RT_BOOL.
(edit) @51659   10 years vboxsync VMM/GIM: another try.
(edit) @51658   10 years vboxsync VMM/GIM: Bits, try to find out why it breaks on mac2-rel.
(edit) @51647   10 years vboxsync VMM/GIM: build fix.
(edit) @51646   10 years vboxsync VMM/GIM: attempt to fix mac burn.
(edit) @51644   10 years vboxsync VMM/GIM: Fix wrongly committed testing bits.
(edit) @51643   10 years vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51641   10 years vboxsync LogRel nits.
(edit) @51640   10 years vboxsync LogRel cosmetics.
(edit) @51598   10 years vboxsync VMM/SSM: comment.
(edit) @51563   11 years vboxsync VMM/GIM: bits.
(edit) @51562   11 years vboxsync VMM/IEMInternal: comment typo.
(edit) @51560   11 years vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
(edit) @51518   11 years vboxsync VMM: Missed header update.
(edit) @51517   11 years vboxsync VMM: Doxygen comment nits.
(edit) @51434   11 years vboxsync VMM/IEM: nit.
(edit) @51433   11 years vboxsync VMM/HMR0: comment.
(edit) @51422   11 years vboxsync VMM/EMAll: allow WrMsrs to return VERR_EM_INTERPRETER to fallback to …
(edit) @51421   11 years vboxsync VMM/HMSVMR0: Check single-step only on success and update HMCPU …
(edit) @51376   11 years vboxsync Fixed ancient typo.
(edit) @51367   11 years vboxsync VMM/GIM: Hyper-V provider, work-in-progress.
(edit) @51366   11 years vboxsync VMM/CPUM: Assertion.
(edit) @51344   11 years vboxsync VMM/CPUM: Hyper heap fixes.
(edit) @51334   11 years vboxsync VMM/CPUM: Fix NULL ptr deref. due to premature access.
(edit) @51333   11 years vboxsync VMM/GIM: Hyper-V provider, work-in-progress.
(edit) @51301   11 years vboxsync VMM: Retire aGuestCpuIdHyper legacy array.
(edit) @51291   11 years vboxsync fix harmless copy/paste bug
(edit) @51290   11 years vboxsync VMM/PDMUsb: add PDMR3UsbQueryLun function which is needed very soon …
(edit) @51288   11 years vboxsync Fixes for canonical address in MSRs.
(edit) @51285   11 years vboxsync VMM: Expose the MSR read/write function index enums.
(edit) @51283   11 years vboxsync VMM: Expose CPUMR3MsrRangesInsert().
(edit) @51282   11 years vboxsync VMM: Disallow modifying leaves that has SSM deps. through …
(edit) @51281   11 years vboxsync VMM/VMMR3: Enable CPUMR3CpuIdInsert().
(edit) @51274   11 years vboxsync VMM: Ugh, typo.
(edit) @51273   11 years vboxsync VMM/CPUMR3db: Try fix regression with changes in r93734.
(edit) @51271   11 years vboxsync VMM: Implemented hyper heap realloc. and adjusted CPUM CpuId arrays …
(edit) @51256   11 years vboxsync IEM: Fall back if IEMInjectTrpmEvent() did not do its job.
(edit) @51244   11 years vboxsync VMM/HMVMXR0: Relax EFER consistency/corruption checks for the fixes …
(edit) @51241   11 years vboxsync VMM/HMVMXR0: Intel likes hyphenation.
(edit) @51239   11 years vboxsync VMM/HMVMXR0: Intel likes hyphenation.
(edit) @51238   11 years vboxsync VMM/HMVMXR0: Fixed invalid EFER swapping when guest is using PAE …
(edit) @51235   11 years vboxsync Instrumented cpumMsrWr_Ia32SysEnterEip with a LogRel for tracking the …
(edit) @51234   11 years vboxsync AMD_Athlon_64_X2_Dual_Core_4200.h: Another quick fix, this time for …
(edit) @51233   11 years vboxsync CPUMAllMsrs.cpp: Quickfix for IA32_APIC_BASE read #GP.
(edit) @51230   11 years vboxsync VMM/HMVMXR0,HMSVMR0: debug build fixes.
(edit) @51222   11 years vboxsync VMM/HMVMXR0: Do EFER swapping using auto-load/store area in the VMCS …
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