VirtualBox

Changeset 48884 in vbox for trunk


Ignore:
Timestamp:
Oct 4, 2013 10:54:10 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HM: Log guest support before calling into VMX/SVM R0 setup routines.

File:
1 edited

Legend:

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

    r48653 r48884  
    12391239    }
    12401240
     1241    LogRel((pVM->hm.s.fAllow64BitGuests
     1242            ? "HM: Guest support: 32-bit and 64-bit.\n"
     1243            : "HM: Guest support: 32-bit only.\n"));
     1244
    12411245    /*
    12421246     * Call ring-0 to set up the VM.
     
    12871291     * Log configuration details.
    12881292     */
    1289     LogRel((pVM->hm.s.fAllow64BitGuests
    1290             ? "HM: Guest support: 32-bit and 64-bit.\n"
    1291             : "HM: Guest support: 32-bit only.\n"));
    12921293    if (pVM->hm.s.fNestedPaging)
    12931294    {
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