From: Kashyap Chamarthy Date: Mon, 8 Jun 2015 16:47:00 +0000 (+0200) Subject: qemu-sanity-check.in: Use '-display none' instead of '-nographic' X-Git-Tag: v1.1.6~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0b28b29a03f4e7571f13a63d085508373f5efdd3;p=qemu-sanity-check.git qemu-sanity-check.in: Use '-display none' instead of '-nographic' Upstream QEMU recommends to use '-display none' as opposed to '-nographic' -- which is a "legacy option that does a whole bunch of confusing stuff" (thanks Peter Maydell). Upstream libguestfs already made the switch [1] in DEC-2013. [1] https://github.com/libguestfs/libguestfs/commit/7a41f5c1 -- "launch: switch from -nographic to -display none " --- diff --git a/qemu-sanity-check.in b/qemu-sanity-check.in index 5bb5b29..34cd938 100644 --- a/qemu-sanity-check.in +++ b/qemu-sanity-check.in @@ -140,7 +140,8 @@ test_output="$(mktemp --suff=.out)" declare -a argv i=0 argv[$((i++))]="$qemu" -argv[$((i++))]="-nographic" +argv[$((i++))]="-display" +argv[$((i++))]="none" argv[$((i++))]="-nodefconfig" argv[$((i++))]="-nodefaults" argv[$((i++))]="-machine"