VirtualBox

Ignore:
Timestamp:
Apr 17, 2017 3:00:00 AM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Implemented various SVM intercepts in IEM, addressed some todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r65854 r66581  
    156156#endif
    157157
    158 /* XXX Solaris: definitions in /usr/include/sys/regset.h clash with hm_svm.h */
    159 #undef DS
    160 #undef ES
    161 #undef CS
    162 #undef SS
    163 #undef FS
    164 #undef GS
    165 
    166158#include <VBox/usb.h>
    167 #include <VBox/vmm/hm_svm.h>
    168159#include <VBox/err.h>
    169160#include <VBox/settings.h>
     
    365356                        uint32_t fSVMFeaturesEdx;
    366357                        ASMCpuId(0x8000000a, &uDummy, &uDummy, &uDummy, &fSVMFeaturesEdx);
    367                         if (fSVMFeaturesEdx & AMD_CPUID_SVM_FEATURE_EDX_NESTED_PAGING)
     358                        if (fSVMFeaturesEdx & X86_CPUID_SVM_FEATURE_EDX_NESTED_PAGING)
    368359                            m->fNestedPagingSupported = true;
    369360                    }
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