On 18.07.2019 16:00, Andrew Cooper wrote: > GCC reports: > > In file included from hvm.c:24:0: > /local/xen.git/xen/include/xen/trace.h: In function ‘tb_control’: > /local/xen.git/xen/include/xen/trace.h:60:13: error: ‘ENOSYS’ > undeclared (first use in this function) > return -ENOSYS; > ^~~~~~ > > Include xen/errno.h to resolve the issue. While tweaking this, add comments > to the #else and #endif, as they are a fair distance apart. > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: Jan Beulich <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
