]> Git Repo - qemu.git/blobdiff - scripts/device-crash-test
virtio-iommu: Fix coverity issue in virtio_iommu_handle_command()
[qemu.git] / scripts / device-crash-test
index a6748910ad2eb0afa94acab4e0cf27212a3f6c7d..305d0427af61430dfe920c597e4d0bed36018369 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 #  Copyright (c) 2017 Red Hat Inc
 #
@@ -23,7 +23,6 @@
 Run QEMU with all combinations of -machine and -device types,
 check for crashes and unexpected errors.
 """
-from __future__ import print_function
 
 import os
 import sys
@@ -36,7 +35,7 @@ import argparse
 from itertools import chain
 
 sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'python'))
-from qemu import QEMUMachine
+from qemu.machine import QEMUMachine
 
 logger = logging.getLogger('device-crash-test')
 dbg = logger.debug
This page took 0.021176 seconds and 4 git commands to generate.