Re: [Qemu-devel] [PATCH v6 10/29] libqtest: Topologically sort functions

2017-09-05 Thread Markus Armbruster
Thomas Huth writes: > On 01.09.2017 20:03, Eric Blake wrote: >> Put static functions prior to public ones, in part so that >> improvements to qtest_start() can benefit from the static >> helpers without needing forward references. Code motion, with >> no semantic change. >> >> Signed-off-by: Er

Re: [Qemu-devel] [PATCH v6 10/29] libqtest: Topologically sort functions

2017-09-05 Thread Thomas Huth
On 01.09.2017 20:03, Eric Blake wrote: > Put static functions prior to public ones, in part so that > improvements to qtest_start() can benefit from the static > helpers without needing forward references. Code motion, with > no semantic change. > > Signed-off-by: Eric Blake > --- > tests/libqt

[Qemu-devel] [PATCH v6 10/29] libqtest: Topologically sort functions

2017-09-01 Thread Eric Blake
Put static functions prior to public ones, in part so that improvements to qtest_start() can benefit from the static helpers without needing forward references. Code motion, with no semantic change. Signed-off-by: Eric Blake --- tests/libqtest.c | 263 +++