qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] python, tests: do not use short-form boolean options


From: Paolo Bonzini
Subject: Re: [PATCH] python, tests: do not use short-form boolean options
Date: Tue, 17 Nov 2020 12:08:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0

On 17/11/20 10:20, Markus Armbruster wrote:
-            chardev = ('socket,id=console,path=%s,server,nowait' %
+            chardev = ('socket,id=console,path=%s,server=yes,wait=no' %

Let's stick to the canonical 'on' and 'off'.

That was on purpose (for extra coverage and not just because variety is the spice of life). But I can use the canonical values as well if you prefer.

Paolo

                         self._console_address)
              args.extend(['-chardev', chardev])
              if self._console_device_type is None:
[More of the same...]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]