We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97b025 commit 16179f4Copy full SHA for 16179f4
1 file changed
lib/qemu.py
@@ -45,6 +45,7 @@ def __init__(self, machine):
45
self.password = None
46
self.expected_release = None
47
self.vmlinux = None
48
+ self.cpuinfo = None
49
50
# Detect root disks if we're called from scripts/boot/qemu-xxx
51
base = os.path.dirname(sys.argv[0])
@@ -62,7 +63,6 @@ def configure_from_env(self):
62
63
self.vmlinux = get_vmlinux()
64
self.modules_tarball = get_modules_tarball()
65
self.selftests_tarball = get_selftests_tarball()
- self.cpuinfo = None
66
67
def configure_from_args(self, orig_args):
68
parser = argparse.ArgumentParser()
0 commit comments