From: Mark Hatle Date: Tue, 26 Jul 2022 23:11:44 +0000 (-0500) Subject: runqemu: Add missing space on default display option X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9428611fc38bc711b5b3e12cf0d3257b1b5680;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git runqemu: Add missing space on default display option Signed-off-by: Mark Hatle Signed-off-by: Mark Hatle Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/scripts/runqemu b/scripts/runqemu index b4c1ae6d83f..b6fc212ebe2 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -1375,7 +1375,7 @@ class BaseConfig(object): elif "-display sdl" in output: self.sdl = True else: - self.qemu_opt += '-display none' + self.qemu_opt += ' -display none' if self.sdl == True or self.gtk == True or self.egl_headless == True: