[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/xstate: correct logging in handle_xsetbv()
Correct a disagreement between text and logged value. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |