VirtualBox

Changeset 20655 in vbox


Ignore:
Timestamp:
Jun 17, 2009 9:34:43 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48747
Message:

Updated comments

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r20608 r20655  
    976976
    977977    /* TPR caching using CR8 is only available in 64 bits mode or with 32 bits guests when X86_CPUID_AMD_FEATURE_ECX_CR8L is supported. */
    978     /* Note: we can't do this in LoadGuestState as PDMApicGetTPR can jump back to ring 3 (lock)!!!!!!!! */
     978    /* Note: we can't do this in LoadGuestState as PDMApicGetTPR can jump back to ring 3 (lock)!!!!!!!!
     979     * @todo query and update the TPR only when it could have been changed (mmio access)
     980     */
    979981    if (pVM->hwaccm.s.fHasIoApic)
    980982    {
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r20608 r20655  
    22132213    /* Note: we can't do this in LoadGuestState as PDMApicGetTPR can jump back to ring 3 (lock)!!!!! */
    22142214    /**
    2215      * @todo reduce overhead
     2215     * @todo query and update the TPR only when it could have been changed (mmio access & wrmsr (x2apic))
    22162216     */
    22172217    if (fSetupTPRCaching)
Note: See TracChangeset for help on using the changeset viewer.

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