Correct a disagreement between text and logged value. Signed-off-by: Jan Beulich <jbeul...@suse.com> --- NB: I've already corrected this in the backports.
--- a/xen/arch/x86/xstate.c +++ b/xen/arch/x86/xstate.c @@ -715,7 +715,7 @@ int handle_xsetbv(u32 index, u64 new_bv) { gprintk(XENLOG_ERR, "xcr0_max %016" PRIx64 " exceeds hardware max %016" PRIx64 "\n", - new_bv, xfeature_mask); + xcr0_max, xfeature_mask); domain_crash(curr->domain); return -EINVAL; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel