From: Olaf Hering Date: Thu, 11 Jun 2015 16:30:40 +0000 (+0000) Subject: xenalyze: include odd mmio states in default output X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3090 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7771b46244d5929e9c6fba3ffb10c927a0b43b8d;p=xen.git 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 --- 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; }