VirtualBox

Changeset 44452 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 30, 2013 9:14:45 AM (12 years ago)
Author:
vboxsync
Message:

doc/manual, VMM: clarify the host/guest combinations we support NX

File:
1 edited

Legend:

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

    r44399 r44452  
    12391239                    CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_LAHF);
    12401240                    CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_NX);
     1241# if RT_ARCH_X86
     1242                    LogRel(("NX is only supported for 64-bit guests!\n"));
     1243# endif
    12411244                }
    12421245                else
     
    12461249                    &&  (pVM->hm.s.vmx.hostEFER & MSR_K6_EFER_NXE))
    12471250                    CPUMSetGuestCpuIdFeature(pVM, CPUMCPUIDFEATURE_NX);
     1251                else
     1252                    LogRel(("HM: NX not supported by the host\n"));
    12481253
    12491254                LogRel((pVM->hm.s.fAllow64BitGuests
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