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...]
