On Tue, Jul 19, 2022 at 12:42:47PM +0200, Thomas Huth wrote: > On 19/07/2022 10.01, Roman Kagan wrote: > > +#include "qemu/osdep.h" > > +#include "libqtest-single.h" > > Do you really need libqtest-single.h here? libqtest.h should be enough, > shouldn't it?
Indeed, will replace with libqtest.h > > + > > + qtest_end(); > > Please drop the qtest_end() - you're already using qtest_quit in the > individual tests. ok Thanks, Roman.