VirtualBox

Changeset 84243 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 11, 2020 9:59:59 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137851
Message:

Guest Control: Implemented support for long(er) command lines. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp

    r84215 r84243  
    246246         */
    247247        const uint64_t fGuestFeatures = VBOX_GUESTCTRL_GF_0_SET_SIZE
    248                                       | VBOX_GUESTCTRL_GF_0_PROCESS_ARGV0;
     248                                      | VBOX_GUESTCTRL_GF_0_PROCESS_ARGV0
     249                                      | VBOX_GUESTCTRL_GF_0_PROCESS_DYNAMIC_SIZES;
    249250
    250251        rc = VbglR3GuestCtrlReportFeatures(g_idControlSvcClient, fGuestFeatures, &g_fControlHostFeatures0);
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