VirtualBox

Changeset 52685 in vbox


Ignore:
Timestamp:
Sep 10, 2014 5:29:24 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96012
Message:

VMM/GIM/Hyper-V: Busted -- Query nested paging info., MSR bitmap info. too early.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/GIMHv.cpp

    r52110 r52685  
    113113
    114114        /* Hypervisor capabilities; features used by the hypervisor. */
     115        /** @todo This is currently busted as it's too early. See @bugref{7270}
     116         *        comment 130. */
    115117        pHv->uHyperCaps  = HMIsNestedPagingActive(pVM)   ? GIM_HV_HOST_FEAT_NESTED_PAGING : 0;
    116118        pHv->uHyperCaps |= HMAreMsrBitmapsAvailable(pVM) ? GIM_HV_HOST_FEAT_MSR_BITMAP : 0;
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