VirtualBox

Ignore:
Timestamp:
Mar 8, 2011 9:41:00 AM (14 years ago)
Author:
vboxsync
Message:

VMMDev: always allow VMMDevReq_GetHostVersion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r35989 r36201  
    436436        && requestHeader.requestType != VMMDevReq_ReportGuestInfo2
    437437        && requestHeader.requestType != VMMDevReq_ReportGuestInfo
    438         && requestHeader.requestType != VMMDevReq_WriteCoreDump)
     438        && requestHeader.requestType != VMMDevReq_WriteCoreDump
     439        && requestHeader.requestType != VMMDevReq_GetHostVersion) /* Always allow the guest to query the host capabilities. */
    439440    {
    440441        Log(("VMMDev: guest has not yet reported to us. Refusing operation.\n"));
Note: See TracChangeset for help on using the changeset viewer.

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