xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/mm: fix broken shadow debug printk
@ 2012-03-21 19:21 Andres Lagar-Cavilla
  2012-03-22 10:29 ` Tim Deegan
  0 siblings, 1 reply; 2+ messages in thread
From: Andres Lagar-Cavilla @ 2012-03-21 19:21 UTC (permalink / raw)
  To: xen-devel; +Cc: andres, tim, adin

 xen/arch/x86/mm/shadow/common.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>

diff -r cc7e1f8ab537 -r d7e417afcbe4 xen/arch/x86/mm/shadow/common.c
--- a/xen/arch/x86/mm/shadow/common.c
+++ b/xen/arch/x86/mm/shadow/common.c
@@ -2920,7 +2920,7 @@ static void sh_update_paging_modes(struc
         if ( v->arch.paging.mode != old_mode )
         {
             SHADOW_PRINTK("new paging mode: d=%u v=%u pe=%d gl=%u "
-                          "(was g=%u s=%u)\n",
+                          "sl=%u (was g=%u s=%u)\n",
                           d->domain_id, v->vcpu_id,
                           is_hvm_domain(d) ? hvm_paging_enabled(v) : 1,
                           v->arch.paging.mode->guest_levels,

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

* Re: [PATCH] x86/mm: fix broken shadow debug printk
  2012-03-21 19:21 [PATCH] x86/mm: fix broken shadow debug printk Andres Lagar-Cavilla
@ 2012-03-22 10:29 ` Tim Deegan
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Deegan @ 2012-03-22 10:29 UTC (permalink / raw)
  To: Andres Lagar-Cavilla; +Cc: andres, adin, xen-devel

At 15:21 -0400 on 21 Mar (1332343294), Andres Lagar-Cavilla wrote:
> Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>

Applied, thanks.

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

end of thread, other threads:[~2012-03-22 10:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 19:21 [PATCH] x86/mm: fix broken shadow debug printk Andres Lagar-Cavilla
2012-03-22 10:29 ` Tim Deegan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).