Re: [Qemu-devel] [PATCH 2/7] libqtest: New hmp() & friends

2015-09-20 Thread Markus Armbruster
Eric Blake writes: > On 09/18/2015 06:00 AM, Markus Armbruster wrote: >> New convenience function hmp() to facilitate use of >> human-monitor-command in tests. Use it to simplify its existing uses. >> >> To blend into existing libqtest code, also add qtest_hmpv() and >> qtest_hmp(). That, and

Re: [Qemu-devel] [PATCH 2/7] libqtest: New hmp() & friends

2015-09-18 Thread Eric Blake
On 09/18/2015 06:00 AM, Markus Armbruster wrote: > New convenience function hmp() to facilitate use of > human-monitor-command in tests. Use it to simplify its existing uses. > > To blend into existing libqtest code, also add qtest_hmpv() and > qtest_hmp(). That, and the egregiously verbose GTK-

[Qemu-devel] [PATCH 2/7] libqtest: New hmp() & friends

2015-09-18 Thread Markus Armbruster
New convenience function hmp() to facilitate use of human-monitor-command in tests. Use it to simplify its existing uses. To blend into existing libqtest code, also add qtest_hmpv() and qtest_hmp(). That, and the egregiously verbose GTK-Doc comment format make this patch look bigger than it is.