Kernel KVM virtualization development
 help / color / mirror / Atom feed
From: hollis_blanchard-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org
To: avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	agraf-l3A5Bk7waGM@public.gmane.org
Subject: [PATCH 2 of 3] KVM: PPC: fix compilation of "dump tlbs" debug function
Date: Sat, 07 Aug 2010 10:33:57 -0700	[thread overview]
Message-ID: <dc01c113b4cee9f831bb.1281202437@localhost6.localdomain6> (raw)
In-Reply-To: <patchbomb.1281202435-bi+AKbBUZKagILUCTcTcHdKyNwTtLsGr@public.gmane.org>

Missing local variable.

Signed-off-by: Hollis Blanchard <hollis_blanchard-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>


---
 arch/powerpc/kvm/44x_tlb.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/arch/powerpc/kvm/44x_tlb.c b/arch/powerpc/kvm/44x_tlb.c
--- a/arch/powerpc/kvm/44x_tlb.c
+++ b/arch/powerpc/kvm/44x_tlb.c
@@ -47,6 +47,7 @@
 #ifdef DEBUG
 void kvmppc_dump_tlbs(struct kvm_vcpu *vcpu)
 {
+	struct kvmppc_vcpu_44x *vcpu_44x = to_44x(vcpu);
 	struct kvmppc_44x_tlbe *tlbe;
 	int i;
 

  parent reply	other threads:[~2010-08-07 17:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-07 17:33 [PATCH 0 of 3] Fix KVM on PowerPC 440GP hollis_blanchard
2010-08-07 17:33 ` [PATCH 1 of 3] KVM: PPC: initialize IVORs in addition to IVPR hollis_blanchard
2010-08-16 13:19 ` [PATCH 0 of 3] Fix KVM on PowerPC 440GP Alexander Graf
     [not found] ` <patchbomb.1281202435-bi+AKbBUZKagILUCTcTcHdKyNwTtLsGr@public.gmane.org>
2010-08-07 17:33   ` hollis_blanchard-nmGgyN9QBj3QT0dZR+AlfA [this message]
2010-08-07 17:33   ` [PATCH 3 of 3] KVM: PPC: allow ppc440gp to pass the compatibility check hollis_blanchard-nmGgyN9QBj3QT0dZR+AlfA
2010-08-17  9:27   ` [PATCH 0 of 3] Fix KVM on PowerPC 440GP Avi Kivity
     [not found]     ` <4C6A561B.9080903-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2010-08-17  9:35       ` Alexander Graf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dc01c113b4cee9f831bb.1281202437@localhost6.localdomain6 \
    --to=hollis_blanchard-nmggyn9qbj3qt0dzr+alfa@public.gmane.org \
    --cc=agraf-l3A5Bk7waGM@public.gmane.org \
    --cc=avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox