On 7/28/21 10:37 AM, Peter Xu wrote:
A quick fix attached; would that work for us?
Looks plausible, though perhaps just as easy to list the 5 platforms as just
the one:
#if defined(__linux__) && \
(defined(HOST_X86_64) || \
defined(HOST_S390X) || \
...)
# define HAVE_KVM
#endif
r~
