qemu-e2k/accel
Eduardo Habkost 3fe13fe16e qtest: Move accel code to accel/qtest.c
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.

Move the accel code to accel/qtest.c.  Later we will disable
compilation of accel/qtest.c on non-POSIX systems.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20190422210448.2488-2-ehabkost@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[thuth: added fixup for MAINTAINERS file]
Signed-off-by: Thomas Huth <thuth@redhat.com>
2019-05-02 16:56:33 +02:00
..
kvm qom/cpu: Simplify how CPUClass:cpu_dump_state() prints 2019-04-18 22:18:59 +02:00
stubs
tcg cputlb: Fix io_readx() to respect the access_type 2019-04-25 10:40:06 -07:00
Makefile.objs qtest: Move accel code to accel/qtest.c 2019-05-02 16:56:33 +02:00
accel.c accel: Unbreak accelerator fallback 2019-04-02 13:50:09 +02:00
qtest.c qtest: Move accel code to accel/qtest.c 2019-05-02 16:56:33 +02:00