Re: [Qemu-devel] [PATCH] fixup! qtest: Move accel code to accel/qtest.c

2019-04-23 Thread Thomas Huth
On 23/04/2019 13.08, Eduardo Habkost wrote: > On Tue, Apr 23, 2019 at 07:07:06AM +0200, Thomas Huth wrote: >> On 22/04/2019 23.04, Eduardo Habkost wrote: >>> QTest has two parts: the server (-qtest) and the accelerator >>> (-machine accel=qtest). The accelerator depends on CONFIG_POSIX >>> due to

[Qemu-devel] [PATCH] fixup! qtest: Move accel code to accel/qtest.c

2019-04-23 Thread Eduardo Habkost
On Tue, Apr 23, 2019 at 07:07:06AM +0200, Thomas Huth wrote: > On 22/04/2019 23.04, Eduardo Habkost wrote: > > QTest has two parts: the server (-qtest) and the accelerator > > (-machine accel=qtest). The accelerator depends on CONFIG_POSIX > > due to its usage of sigwait(), but the server doesn't.