On 9/10/2025 4:47 PM, Andrew Cooper wrote:
@@ -5,6 +5,7 @@
  #include <public/sysctl.h>
  int sysctl_cov_op(struct xen_sysctl_coverage_op *op);
  #else
+#include <xen/errno.h>
  static inline int sysctl_cov_op(void *unused)
  {
      return -EOPNOTSUPP;
... this is starting to get overly busy to read and could do with some
extra lines around the primary #ifdef CONFIG_COVERAGE / #else / #endif.

Happy to fix up on commit.
OK, its fine by me.


Victor

Reply via email to