Re: [PATCH 5/5] add kvm_arch global live migration variable

2014-04-17 Thread Marc Zyngier
On Thu, Apr 17 2014 at  2:34:51 am BST, Mario Smarduch m.smard...@samsung.com 
wrote:
 This should be in an earlier patch, omitted by mistake.

Please fix this up before sending the patch series. It is not like it
would take very long to rebase and squash.

 Signed-off-by: Mario Smarduch m.smard...@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_distvgic;
 + int migration_in_progress;
  };
  
  #define KVM_NR_MEM_OBJS 40

-- 
Jazz is not dead. It just smells funny.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 5/5] add kvm_arch global live migration variable

2014-04-16 Thread Mario Smarduch
This should be in an earlier patch, omitted by mistake.

Signed-off-by: Mario Smarduch m.smard...@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_distvgic;
+   int migration_in_progress;
 };
 
 #define KVM_NR_MEM_OBJS 40
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html