include: move qemu_msync() to osdep
commit73991a922217a499ffb19fa254b1fda8bfac42c4
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 20 Apr 2022 13:26:03 +0000 (20 17:26 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 21 Apr 2022 13:03:51 +0000 (21 17:03 +0400)
treedc2f89876b4b68a789bd515d79de5ac651713446
parent8905770b27be326d12a704629f3cb715642db6cc
include: move qemu_msync() to osdep

The implementation depends on the OS. (and longer-term goal is to move
cutils to a common subproject)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20220420132624.2439741-21-marcandre.lureau@redhat.com>
include/qemu/cutils.h
include/qemu/osdep.h
util/cutils.c
util/oslib-posix.c
util/oslib-win32.c