VirtualBox

Changeset 80286 in vbox


Ignore:
Timestamp:
Aug 15, 2019 9:17:40 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132741
Message:

tstVMREQ: Make it work on linserv-old w/o SVM. bugref:9517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMREQ.cpp

    r76553 r80286  
    2323#include <VBox/vmm/vmm.h>
    2424#include <VBox/vmm/cpum.h>
    25 #include <iprt/errcore.h>
     25#include <VBox/err.h>
    2626#include <VBox/log.h>
    2727#include <iprt/assert.h>
     
    310310        VMR3ReleaseUVM(pUVM);
    311311    }
     312    else if (rc == VERR_SVM_NO_SVM || rc == VERR_VMX_NO_VMX)
     313        RTPrintf(TESTCASE ": Skipped: %Rrc\n", rc);
    312314    else
    313315    {
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette