VirtualBox

Ignore:
Timestamp:
Jan 27, 2010 1:33:54 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56994
Message:

Main/Session+Console: By default, create a console with no sub-objects (saves resources). VM processes need to explicitly ask for a full console when before opening the session.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r26034 r26067  
    66
    77/*
    8  * Copyright (C) 2006-2009 Sun Microsystems, Inc.
     8 * Copyright (C) 2006-2010 Sun Microsystems, Inc.
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    877877              Utf8Str(id).raw()));
    878878
     879        // make sure we ge a full featured VM console
     880        CHECK_ERROR_BREAK(session, COMSETTER(FullConsole)(true));
     881
    879882        // open a session
    880883        CHECK_ERROR_BREAK(virtualBox, OpenSession (session, id));
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