aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-xscripts/runqemu3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu
index 0ca62f4140..72a2618ba7 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -417,6 +417,9 @@ class BaseConfig(object):
unknown_arg = ""
for arg in sys.argv[1:]:
+ if arg.endswith('.qemuboot.conf'):
+ raise RunQemuError("qemuboot.conf format is no longer supported, use a qemuboot.json file instead.")
+
if arg in self.fstypes + self.vmtypes:
self.check_arg_fstype(arg)
elif arg == 'nographic':