VirtualBox

Ignore:
Timestamp:
Jul 22, 2013 11:19:20 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87431
Message:

Guest user state reporting: Update.

Location:
trunk/src/VBox/Additions/common/VBoxGuestLib
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp

    r44528 r47294  
    55
    66/*
    7  * Copyright (C) 2006-2011 Oracle Corporation
     7 * Copyright (C) 2006-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7070    }
    7171
    72     /* This can be a variable size request. Check the request type and limit the size
     72    /*
     73     * This can be a variable size request. Check the request type and limit the size
    7374     * to VMMDEV_MAX_VMMDEVREQ_SIZE, which is max size supported by the host.
     75     *
     76     * Note: Keep this list sorted for easier human lookup!
    7477     */
    75     if (   pReq->requestType == VMMDevReq_LogString
    76         || pReq->requestType == VMMDevReq_VideoSetVisibleRegion
    77         || pReq->requestType == VMMDevReq_SetPointerShape
     78    if (   pReq->requestType == VMMDevReq_ChangeMemBalloon
    7879#ifdef VBOX_WITH_64_BITS_GUESTS
    7980        || pReq->requestType == VMMDevReq_HGCMCall32
     
    8283        || pReq->requestType == VMMDevReq_HGCMCall
    8384#endif /* VBOX_WITH_64_BITS_GUESTS */
    84         || pReq->requestType == VMMDevReq_ChangeMemBalloon
    85         || pReq->requestType == VMMDevReq_RegisterSharedModule)
     85        || pReq->requestType == VMMDevReq_RegisterSharedModule
     86        || pReq->requestType == VMMDevReq_ReportGuestUserState
     87        || pReq->requestType == VMMDevReq_LogString
     88        || pReq->requestType == VMMDevReq_SetPointerShape
     89        || pReq->requestType == VMMDevReq_VideoSetVisibleRegion)
    8690    {
    8791        if (cbReq > VMMDEV_MAX_VMMDEVREQ_SIZE)
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r46147 r47294  
    55
    66#
    7 # Copyright (C) 2006-2012 Oracle Corporation
     7# Copyright (C) 2006-2013 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    112112        VBoxGuestR3LibCredentials.cpp \
    113113        VBoxGuestR3LibEvent.cpp \
     114        VBoxGuestR3LibGuestUser.cpp \
    114115        VBoxGuestR3LibGR.cpp \
    115116        VBoxGuestR3LibHostChannel.cpp \
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