
14 Nov
2014
14 Nov
'14
12:24 a.m.
On Thu, Nov 13, 2014 at 14:57:57 -0700, Eric Blake wrote:
On 11/13/2014 01:39 PM, Jiri Denemark wrote:
Since QEMU 1.2.0, we switched to QMP probing instead of parsing -help (and other commands, such as -cpu ?) output. However, if QMP probing failed, we still tried starting QEMU with various options and parsing the output, which was guaranteed to fail because the output changed. Let's just refuse parsing -help for QEMU >= 1.2.0.
https://bugzilla.redhat.com/show_bug.cgi?id=1160318 Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 2: - fixes comparison to avoid parsing -help for 1.2.0 (> vs >=)
ACK.
Pushed, thanks. Jirka