From 7771b46244d5929e9c6fba3ffb10c927a0b43b8d Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 11 Jun 2015 16:30:40 +0000 Subject: [PATCH] xenalyze: include odd mmio states in default output Signed-off-by: Olaf Hering Acked-by: George Dunlap Acked-by: Wei Liu Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu --- tools/xentrace/xenalyze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c index 8b5e1dc34c..fef8aea695 100644 --- a/tools/xentrace/xenalyze.c +++ b/tools/xentrace/xenalyze.c @@ -3740,7 +3740,7 @@ void hvm_mmio_assist_postprocess(struct hvm_data *h) static int warned = 0; if (!warned) { - fprintf(stderr, "%s: Strange, MMIO with unexpected exit reason %d\n", + fprintf(warn, "%s: Strange, MMIO with unexpected exit reason %d\n", __func__, h->exit_reason); warned=1; } -- 2.30.2