From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOrWg-0004Jp-4S for qemu-devel@nongnu.org; Thu, 18 Oct 2012 10:56:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOrWa-0002Dk-Cg for qemu-devel@nongnu.org; Thu, 18 Oct 2012 10:56:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOrWa-0002DY-4F for qemu-devel@nongnu.org; Thu, 18 Oct 2012 10:56:40 -0400 Message-ID: <508018A0.3000108@redhat.com> Date: Thu, 18 Oct 2012 16:56:32 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1350498707-6749-1-git-send-email-dmitry@daynix.com> <1350498707-6749-3-git-send-email-dmitry@daynix.com> In-Reply-To: <1350498707-6749-3-git-send-email-dmitry@daynix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] Add check_rxov into VMState. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Chris Webb , qemu-devel@nongnu.org, Richard Davies On 10/17/2012 08:31 PM, Dmitry Fleytman wrote: > E1000State::check_rxov field must be preserved on live migration. It looks like its value is usually 1. Is this true? If so, we can use subsections to only migrate it if it is zero. This allows migration to keep working from a new version to an older version. -- error compiling committee.c: too many arguments to function