]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
xenalyze: include odd mmio states in default output
authorOlaf Hering <olaf@aepfle.de>
Thu, 11 Jun 2015 16:30:40 +0000 (16:30 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 16 Jun 2015 10:35:23 +0000 (11:35 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
tools/xentrace/xenalyze.c

index 8b5e1dc34c6a405ceb135f9d6885c52a51a2b784..fef8aea695596f5eb3b165c2ef0c0a1ae1d0e373 100644 (file)
@@ -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;
         }