VirtualBox

Changeset 50347 in vbox


Ignore:
Timestamp:
Feb 6, 2014 2:53:12 PM (11 years ago)
Author:
vboxsync
Message:

Additions/solaris: Try to play nice with fast reboots (quiesce).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c

    r46052 r50347  
    122122    &g_VBoxGuestSolarisCbOps,
    123123    (struct bus_ops *)0,
    124     nodev                   /* power */
     124    nodev,                  /* power */
     125    ddi_quiesce_not_needed
    125126};
    126127
     
    811812                            for (int k = 0; k < g_cIntrAllocated; k++)
    812813                                ddi_intr_free(g_pIntr[k]);
     814                            g_cIntrAllocated = 0;
    813815                        }
    814816                        else
     
    853855        }
    854856    }
     857    g_cIntrAllocated = 0;
    855858    RTMemFree(g_pIntr);
    856859    mutex_destroy(&g_IrqMtx);
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