Re: [PATCH for-5.2 0/4] deprecate short-form boolean options

2020-11-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20201103151452.416784-1-pbonz...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20201103151452.416784-1-pbonz...@redhat.com Subject: [PATCH for-5.2 0/4] deprecate

[PATCH for-5.2 0/4] deprecate short-form boolean options

2020-11-03 Thread Paolo Bonzini
QemuOpts lets you write boolean options in "short form" where "abc" means "abc=on" and "noabc" means "abc=off". This is confusing, since it is not done for the first key=value pair but only if there is an implied key; it can also be grossly misused, for example "-device e1000,noid" will create a de