accel: Remove _WIN32 ifdef from qtest-cpus.c
commita6b0882ca75b62b2c0840578f790ab65844b749e
authorJason Andryuk <jandryuk@gmail.com>
Tue, 13 Oct 2020 14:05:09 +0000 (13 10:05 -0400)
committerThomas Huth <thuth@redhat.com>
Sat, 24 Oct 2020 05:23:19 +0000 (24 07:23 +0200)
treeeeeacd5254553efbe4008e6b0a3204a509267ce9
parentb7f47e82e2d8ccf368d70fc4fd1467db55a74a32
accel: Remove _WIN32 ifdef from qtest-cpus.c

dummy-cpus.c is only compiled with CONFIG_POSIX, so the _WIN32 condition
will never evaluate true.  Remove it.

Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Message-Id: <20201013140511.5681-2-jandryuk@gmail.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
accel/qtest/qtest-cpus.c