VirtualBox

Changeset 65449 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 26, 2017 9:40:39 AM (8 years ago)
Author:
vboxsync
Message:

VMM/GIM: Nothing todo, make it a comment.

File:
1 edited

Legend:

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

    r64356 r65449  
    223223    AssertReturn(pSSM, VERR_SSM_INVALID_STATE);
    224224
    225     /** @todo Save per-CPU data. */
    226225    int rc = VINF_SUCCESS;
    227226#if 0
     227    /* Save per-CPU data. */
    228228    SSMR3PutU32(pSSM, pVM->cCpus);
    229229    for (VMCPUID i = 0; i < pVM->cCpus; i++)
     
    272272        return VERR_SSM_UNSUPPORTED_DATA_UNIT_VERSION;
    273273
    274     /** @todo Load per-CPU data. */
    275274    int rc;
    276275#if 0
     276    /* Load per-CPU data. */
    277277    for (VMCPUID i = 0; i < pVM->cCpus; i++)
    278278    {
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