From: John Snow Date: Tue, 4 Feb 2020 16:56:38 +0000 (-0500) Subject: qemu-options: replace constant 1 with HAS_ARG X-Git-Tag: v5.0.0-rc0~108^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60f9a4ef7ebddf070a8f7470e9968ef24f273449;p=thirdparty%2Fqemu.git qemu-options: replace constant 1 with HAS_ARG This is the only instance of a non-zero constant not using a symbolic constant. Reviewed-by: Eric Blake Signed-off-by: John Snow Message-Id: <20200204165638.25051-1-jsnow@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/qemu-options.hx b/qemu-options.hx index 224a8e8712a..ff3e806977a 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1955,7 +1955,7 @@ STEXI Start in full screen. ETEXI -DEF("g", 1, QEMU_OPTION_g , +DEF("g", HAS_ARG, QEMU_OPTION_g , "-g WxH[xDEPTH] Set the initial graphical resolution and depth\n", QEMU_ARCH_PPC | QEMU_ARCH_SPARC | QEMU_ARCH_M68K) STEXI