VirtualBox

Changeset 3273 in vbox for trunk/src/VBox/VMM/VMEmt.cpp


Ignore:
Timestamp:
Jun 25, 2007 11:45:29 AM (17 years ago)
Author:
vboxsync
Message:

Switch to the new halt method. potentially risky.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMEmt.cpp

    r2984 r3273  
    755755            return VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to Query VM/HaltMethod as uint32_t."));
    756756        else
    757             enmHaltMethod = VMHALTMETHOD_OLD;
    758             //enmHaltMethod = VMHALTMETHOD_1;
     757            enmHaltMethod = VMHALTMETHOD_1;
     758            //enmHaltMethod = VMHALTMETHOD_OLD;
    759759    }
    760760
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