Searched refs:enableVirtEx (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/ValidationKit/tests/cpu/
H A DtdCpuPae1.py174 fRc = fRc and oSession.enableVirtEx(fHwVirt);
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstOs2.py184 fRc = fRc and oSession.enableVirtEx(True)
/vbox/src/VBox/ValidationKit/tests/shutdown/
H A DtdGuestOsShutdown1.py190 fRc = fRc and oSession.enableVirtEx(True)
/vbox/src/VBox/ValidationKit/tests/usb/
H A DtdUsb1.py304 fRc = fRc and oSession.enableVirtEx(True);
/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py411 fRc = fRc and oSession.enableVirtEx(fHwVirt);
425 fRc = fRc and oSession.enableVirtEx(fHwVirt);
/vbox/src/VBox/ValidationKit/tests/autostart/
H A DtdAutostart1.py650 fRc = fRc and oSession.enableVirtEx(True);
/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageBenchmark1.py509 fRc = fRc and oSession.enableVirtEx(fHwVirt);
H A DtdStorageStress1.py384 fRc = fRc and oSession.enableVirtEx(fHwVirt);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxtestvms.py315 fRc = oSession.enableVirtEx(sVirtMode != 'raw');
H A Dvboxwrappers.py842 def enableVirtEx(self, fEnable): member in class:SessionWrapper
1956 if not self.enableVirtEx(fVirtEx): fRc = False;
H A Dvbox.py2042 fRc = oSession.enableVirtEx(fVirtEx);
/vbox/src/VBox/ValidationKit/tests/network/
H A DtdNetBenchmark1.py485 fRc = fRc and oSession.enableVirtEx(fHwVirt);

Completed in 77 milliseconds