public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/5] add kvm_arch global live migration variable
@ 2014-04-17  1:34 Mario Smarduch
  2014-04-17  8:22 ` Marc Zyngier
  0 siblings, 1 reply; 2+ messages in thread
From: Mario Smarduch @ 2014-04-17  1:34 UTC (permalink / raw)
  To: kvmarm@lists.cs.columbia.edu, Marc Zyngier,
	christoffer.dall@linaro.org
  Cc: kvm@vger.kernel.org, 이정석,
	정성진

This should be in an earlier patch, omitted by mistake.

Signed-off-by: Mario Smarduch <m.smarduch@samsung.com>
---
 arch/arm/include/asm/kvm_host.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/include/asm/kvm_host.h b/arch/arm/include/asm/kvm_host.h
index 16ed4e4..d77c425 100644
--- a/arch/arm/include/asm/kvm_host.h
+++ b/arch/arm/include/asm/kvm_host.h
@@ -67,6 +67,7 @@ struct kvm_arch {
 
 	/* Interrupt controller */
 	struct vgic_dist	vgic;
+	int migration_in_progress;
 };
 
 #define KVM_NR_MEM_OBJS     40
-- 
1.7.9.5


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

end of thread, other threads:[~2014-04-17  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17  1:34 [PATCH 5/5] add kvm_arch global live migration variable Mario Smarduch
2014-04-17  8:22 ` Marc Zyngier

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