On Thu, 2019-09-19 at 11:42 +0100, Stefan Hajnoczi wrote: > On Wed, Sep 18, 2019 at 11:19:41PM +0000, Oleinik, Alexander wrote: > > @@ -830,6 +832,9 @@ char *qtest_hmp(QTestState *s, const char *fmt, > > ...) > > > > const char *qtest_get_arch(void) > > Maybe this should be per QTestState just like big_endian, but the > global > qtest_arch variable is okay for now. >
I was worried that the same QTestState may be reused to run tests for different for qemu-system binaries, but I can see that this is not possible. I'll make this change.