From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baMyT-0002Zy-LT for qemu-devel@nongnu.org; Thu, 18 Aug 2016 09:03:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1baMyP-0000vz-Jn for qemu-devel@nongnu.org; Thu, 18 Aug 2016 09:03:09 -0400 Received: from [59.151.112.132] (port=27272 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1baMyP-0000vj-5V for qemu-devel@nongnu.org; Thu, 18 Aug 2016 09:03:05 -0400 References: <1471444747-6277-1-git-send-email-caoj.fnst@cn.fujitsu.com> <1471444747-6277-4-git-send-email-caoj.fnst@cn.fujitsu.com> <7b932d72-276c-912a-d1fb-85ed88e67dfa@redhat.com> From: Cao jin Message-ID: <57B5B3FF.8010003@cn.fujitsu.com> Date: Thu, 18 Aug 2016 21:11:27 +0800 MIME-Version: 1.0 In-Reply-To: <7b932d72-276c-912a-d1fb-85ed88e67dfa@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/6] e1000e: fix for migration compatibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: Dmitry Fleytman , Marcel Apfelbaum , Jason Wang , Markus Armbruster , "Michael S. Tsirkin" On 08/18/2016 06:47 PM, Paolo Bonzini wrote: > > > On 17/08/2016 16:39, Cao jin wrote: >> commit 66bf7d58 removed internal msi state flag E1000E_USE_MSI, but it >> is used by intr_state which exists in vmstate. Restore it for migration >> to older QEMU versions >> >> CC: Dmitry Fleytman >> CC: Jason Wang >> CC: Markus Armbruster >> CC: Marcel Apfelbaum >> CC: Michael S. Tsirkin >> Signed-off-by: Cao jin > > Not necessary. No released version of QEMU had e1000e and lacked commit > 66bf7d58. > > Paolo > Ok, then I will make this patch as separated one and send it out asap, so maybe it goes in 2.7 -- Yours Sincerely, Cao jin