aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/aarch64vm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/aarch64vm.py')
-rw-r--r--tests/vm/aarch64vm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/aarch64vm.py b/tests/vm/aarch64vm.py
index d70ab843b6..b00cce07eb 100644
--- a/tests/vm/aarch64vm.py
+++ b/tests/vm/aarch64vm.py
@@ -14,7 +14,7 @@ import os
import sys
import subprocess
import basevm
-from qemu.accel import kvm_available
+from qemu.utils import kvm_available
# This is the config needed for current version of QEMU.
# This works for both kvm and tcg.