VirtualBox

Changeset 61397 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 2, 2016 3:28:51 AM (9 years ago)
Author:
vboxsync
Message:

VM.cpp: Register SSM stub for rem when VBOX_WITH_REM isn't defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VM.cpp

    r61122 r61397  
    11821182    if (RT_SUCCESS(rc))
    11831183        rc = CPUMR3InitCompleted(pVM, enmWhat);
     1184    if (enmWhat == VMINITCOMPLETED_RING3)
     1185    {
    11841186#ifndef VBOX_WITH_RAW_MODE
    1185     if (enmWhat == VMINITCOMPLETED_RING3)
    1186     {
    11871187        if (RT_SUCCESS(rc))
    11881188            rc = SSMR3RegisterStub(pVM, "CSAM", 0);
    11891189        if (RT_SUCCESS(rc))
    11901190            rc = SSMR3RegisterStub(pVM, "PATM", 0);
    1191     }
    11921191#endif
     1192#ifndef VBOX_WITH_REM
     1193        if (RT_SUCCESS(rc))
     1194            rc = SSMR3RegisterStub(pVM, "rem", 1);
     1195#endif
     1196    }
    11931197    if (RT_SUCCESS(rc))
    11941198        rc = PDMR3InitCompleted(pVM, enmWhat);
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