All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/domctl: lower loglevel of XEN_DOMCTL_memory_mapping
@ 2015-09-09  6:50 Tiejun Chen
  2015-09-09 14:20 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 20+ messages in thread
From: Tiejun Chen @ 2015-09-09  6:50 UTC (permalink / raw)
  To: xen-devel; +Cc: Keir Fraser, Ian Jackson, Ian Campbell, Jan Beulich, Tim Deegan

We should lower loglevel to XENLOG_G_DEBUG while mapping or
unmapping memory via XEN_DOMCTL_memory_mapping since its
fair enough to check this info just while debugging.

CC: Ian Campbell <ian.campbell@citrix.com>
CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Keir Fraser <keir@xen.org>
CC: Tim Deegan <tim@xen.org>
Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
---
 xen/common/domctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xen/common/domctl.c b/xen/common/domctl.c
index 7f959f3..3bf39f1 100644
--- a/xen/common/domctl.c
+++ b/xen/common/domctl.c
@@ -1049,7 +1049,7 @@ long do_domctl(XEN_GUEST_HANDLE_PARAM(xen_domctl_t) u_domctl)
 
         if ( add )
         {
-            printk(XENLOG_G_INFO
+            printk(XENLOG_G_DEBUG
                    "memory_map:add: dom%d gfn=%lx mfn=%lx nr=%lx\n",
                    d->domain_id, gfn, mfn, nr_mfns);
 
@@ -1061,7 +1061,7 @@ long do_domctl(XEN_GUEST_HANDLE_PARAM(xen_domctl_t) u_domctl)
         }
         else
         {
-            printk(XENLOG_G_INFO
+            printk(XENLOG_G_DEBUG
                    "memory_map:remove: dom%d gfn=%lx mfn=%lx nr=%lx\n",
                    d->domain_id, gfn, mfn, nr_mfns);
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-09-11 14:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09  6:50 [PATCH] xen/domctl: lower loglevel of XEN_DOMCTL_memory_mapping Tiejun Chen
2015-09-09 14:20 ` Konrad Rzeszutek Wilk
2015-09-09 14:33   ` Jan Beulich
2015-09-09 14:50     ` Konrad Rzeszutek Wilk
2015-09-09 14:55       ` Jan Beulich
2015-09-09 15:05         ` Konrad Rzeszutek Wilk
2015-09-09 15:19       ` Malcolm Crossley
2015-09-09 15:44         ` Jan Beulich
2015-09-10  5:28           ` Chen, Tiejun
2015-09-10  8:13             ` Jan Beulich
2015-09-10  8:55               ` Chen, Tiejun
2015-09-10  8:59                 ` Jan Beulich
2015-09-10 17:55                   ` Konrad Rzeszutek Wilk
2015-09-11  0:44                     ` Chen, Tiejun
2015-09-11  0:59                       ` Konrad Rzeszutek Wilk
2015-09-11  9:17                         ` Jan Beulich
2015-09-11 10:28                           ` Malcolm Crossley
2015-09-11 11:11                             ` Jan Beulich
2015-09-11 12:05                               ` Malcolm Crossley
2015-09-11 14:11                                 ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.