Re: [Qemu-devel] [PATCH v2 0/2] libqtest leak fix & cleanup

2013-07-18 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH v2 0/2] libqtest leak fix & cleanup

2013-07-18 Thread Markus Armbruster
Ping? Markus Armbruster writes: > v2: qtest_start() function comment > > Markus Armbruster (2): > libqtest: Plug fd and memory leaks in qtest_quit() > libqtest: New qtest_end() to go with qtest_start() > > tests/fdc-test.c| 2 +- > tests/hd-geo-test.c | 8 > tests/ide-test.c

Re: [Qemu-devel] [PATCH v2 0/2] libqtest leak fix & cleanup

2013-06-20 Thread Andreas Färber
Am 20.06.2013 08:55, schrieb Markus Armbruster: > v2: qtest_start() function comment Thanks, series Reviewed-by: Andreas Färber Andreas > Markus Armbruster (2): > libqtest: Plug fd and memory leaks in qtest_quit() > libqtest: New qtest_end() to go with qtest_start() > > tests/fdc-test.c

[Qemu-devel] [PATCH v2 0/2] libqtest leak fix & cleanup

2013-06-19 Thread Markus Armbruster
v2: qtest_start() function comment Markus Armbruster (2): libqtest: Plug fd and memory leaks in qtest_quit() libqtest: New qtest_end() to go with qtest_start() tests/fdc-test.c| 2 +- tests/hd-geo-test.c | 8 tests/ide-test.c| 2 +- tests/libqtest.c| 4 tests/li