public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3.4] KVM: ia64: fix build due to typo
@ 2012-04-18 16:23 Avi Kivity
  2012-04-19 23:35 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Avi Kivity @ 2012-04-18 16:23 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

s/kcm/kvm/.

Signed-off-by: Avi Kivity <avi@redhat.com>
---
 arch/ia64/kvm/kvm-ia64.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/ia64/kvm/kvm-ia64.c b/arch/ia64/kvm/kvm-ia64.c
index 882ab21..bd77cb5 100644
--- a/arch/ia64/kvm/kvm-ia64.c
+++ b/arch/ia64/kvm/kvm-ia64.c
@@ -1174,7 +1174,7 @@ static enum hrtimer_restart hlt_timer_fn(struct hrtimer *data)
 
 bool kvm_vcpu_compatible(struct kvm_vcpu *vcpu)
 {
-	return irqchip_in_kernel(vcpu->kcm) == (vcpu->arch.apic != NULL);
+	return irqchip_in_kernel(vcpu->kvm) == (vcpu->arch.apic != NULL);
 }
 
 int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
-- 
1.7.10


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

* Re: [PATCH 3.4] KVM: ia64: fix build due to typo
  2012-04-18 16:23 [PATCH 3.4] KVM: ia64: fix build due to typo Avi Kivity
@ 2012-04-19 23:35 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2012-04-19 23:35 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm

On Wed, Apr 18, 2012 at 07:23:50PM +0300, Avi Kivity wrote:
> s/kcm/kvm/.
> 
> Signed-off-by: Avi Kivity <avi@redhat.com>
> ---
>  arch/ia64/kvm/kvm-ia64.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.


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

end of thread, other threads:[~2012-04-19 23:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-18 16:23 [PATCH 3.4] KVM: ia64: fix build due to typo Avi Kivity
2012-04-19 23:35 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox