VirtualBox

Changeset 78995 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jun 5, 2019 1:30:45 PM (6 years ago)
Author:
vboxsync
Message:

PDM, Devices, FE, Main: allow size hints without notification for initial hints.
bugref:9482: FE/Qt and Additions/WINNT: move away from -adjust size if...-
This change allows size hints/monitor information to be set in a machine
without generating an IRQ notification, for the purpose of setting the
initial monitor information. It also uses the function for that purpose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r77451 r78995  
    15281528     * @param   fForce          Whether to deliver the request to the guest even if the guest has
    15291529     *                          the requested resolution already.
     1530     * @param   fMayNotify      Whether to send a hotplug notification to the guest if appropriate.
    15301531     */
    15311532    DECLR3CALLBACKMEMBER(int, pfnRequestDisplayChange,(PPDMIVMMDEVPORT pInterface, uint32_t cDisplays,
    1532                                                        struct VMMDevDisplayDef const *paDisplays, bool fForce));
     1533                                                       struct VMMDevDisplayDef const *paDisplays, bool fForce, bool fMayNotify));
    15331534
    15341535    /**
     
    16281629} PDMIVMMDEVPORT;
    16291630/** PDMIVMMDEVPORT interface ID. */
    1630 #define PDMIVMMDEVPORT_IID                      "2ccc19a5-742a-4af0-a7d3-31ea67ff50e9"
     1631#define PDMIVMMDEVPORT_IID                      "9e004f1a-875d-11e9-a673-c77c30f53623"
    16311632
    16321633
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