osdep: Make qemu_madvise() return ENOSYS on unsupported OSes
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 5 Jun 2024 10:44:56 +0000 (12:44 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 8 Jun 2024 08:33:38 +0000 (10:33 +0200)
commit210b7b2b3cdef01a15ebabf02dd1a9d8a51743ba
tree4eb37cdcef069eb2fe4e57a6e4e57aafd140793d
parentbfb8c79f89773fb7ef6a373efebf3ce691716cb0
osdep: Make qemu_madvise() return ENOSYS on unsupported OSes

Not every OS is capable of madvise() or posix_madvise() even. In
that case, errno should be set to ENOSYS as it reflects the cause
better.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-ID: <b381c23bd8f413f1453a2c1a66e0979beaf27433.1717584048.git.mprivozn@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/osdep.c