On 4/22/21 11:10 AM, Juergen Gross wrote:
+/*
+ * Linux kernel expects at least Xen 4.0.
+ *
+ * Assume some features to be available for that reason (depending on guest
+ * mode, of course).
+ */
+#define chk_feature(f) { \
+ if (!xen_feature(f)) \
+ pr_err("Xen: feature %s not available!\n", #f); \
+ }
With your changes in the subsequent patches, are we still going to function properly without those features? (i.e. maybe we should just panic)
(Also, chk_required_features() perhaps?)
Attachment:
OpenPGP_0xB0DE9DD628BF132F.asc
Description: application/pgp-keys
Attachment:
OpenPGP_signature
Description: OpenPGP digital signature