Re: [Qemu-devel] [PATCH for-2.9 0/2] Fix QemuOpts regression on bogus keys

2017-03-21 Thread Eric Blake
On 03/21/2017 04:28 AM, Markus Armbruster wrote: > Eric Blake writes: > >> Reported to me off-list by Laurent Vivier, who found the >> problem while working on https://bugzilla.redhat.com/1433193 >> Broken since 2.7, but the fix is a one-liner (pointing out my >> embarrassing mistake of mis-conve

Re: [Qemu-devel] [PATCH for-2.9 0/2] Fix QemuOpts regression on bogus keys

2017-03-21 Thread Markus Armbruster
Eric Blake writes: > Reported to me off-list by Laurent Vivier, who found the > problem while working on https://bugzilla.redhat.com/1433193 > Broken since 2.7, but the fix is a one-liner (pointing out my > embarrassing mistake of mis-converting a pre-decrement operator); > as a bug fix, it still

[Qemu-devel] [PATCH for-2.9 0/2] Fix QemuOpts regression on bogus keys

2017-03-20 Thread Eric Blake
Reported to me off-list by Laurent Vivier, who found the problem while working on https://bugzilla.redhat.com/1433193 Broken since 2.7, but the fix is a one-liner (pointing out my embarrassing mistake of mis-converting a pre-decrement operator); as a bug fix, it still qualifies for 2.9 in spite of