OSDN Git Service

util: Use real functions for thread-posix QemuRecMutex
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 23:31:38 +0000 (16:31 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 16 Jun 2021 13:03:26 +0000 (15:03 +0200)
commit5d63bd5aad0d80f9c3901c0948354ee3fb7da9bc
tree1343920242e8cf1560023906b43cec1fd57f68e2
parent52a80715799122c0a31e68c66a10ca901f6454ab
util: Use real functions for thread-posix QemuRecMutex

Move the declarations from thread-win32.h into thread.h
and remove the macro redirection from thread-posix.h.
This will be required by following cleanups.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210614233143.1221879-4-richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/thread-posix.h
include/qemu/thread-win32.h
include/qemu/thread.h
util/qemu-thread-posix.c