From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH 5/5] add kvm_arch global live migration variable Date: Thu, 17 Apr 2014 09:22:14 +0100 Message-ID: <871twwxt55.fsf@approximate.cambridge.arm.com> References: <534F2FBB.4050409@samsung.com> Mime-Version: 1.0 Content-Type: text/plain Cc: "kvmarm\@lists.cs.columbia.edu" , "christoffer.dall\@linaro.org" , "kvm\@vger.kernel.org" , =?utf-8?B?7J207KCV7ISd?= , =?utf-8?B?7KCV7ISx7KeE?= To: Mario Smarduch Return-path: Received: from fw-tnat.austin.arm.com ([217.140.110.23]:12392 "EHLO collaborate-mta1.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751465AbaDQIWR (ORCPT ); Thu, 17 Apr 2014 04:22:17 -0400 In-Reply-To: <534F2FBB.4050409@samsung.com> (Mario Smarduch's message of "Thu, 17 Apr 2014 02:34:51 +0100") Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Apr 17 2014 at 2:34:51 am BST, Mario Smarduch 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 > --- > 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 -- Jazz is not dead. It just smells funny.