From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTkSG-00025E-2b for qemu-devel@nongnu.org; Mon, 24 Aug 2015 01:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTkSC-0002cl-37 for qemu-devel@nongnu.org; Mon, 24 Aug 2015 01:38:00 -0400 Message-ID: <55DAADAD.70108@redhat.com> Date: Mon, 24 Aug 2015 13:37:49 +0800 From: Jason Wang MIME-Version: 1.0 References: <1440147950-1178-1-git-send-email-jasowang@redhat.com> <1440147950-1178-3-git-send-email-jasowang@redhat.com> <20150822001011.GD13973@voom.event.rightround.com> In-Reply-To: <20150822001011.GD13973@voom.event.rightround.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/6] ppc: spapr: introduce 2.5 machine type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Alexander Graf , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, mst@redhat.com On 08/22/2015 08:10 AM, David Gibson wrote: > On Fri, Aug 21, 2015 at 05:05:46PM +0800, Jason Wang wrote: >> This will be used by virtio 1.0 virtio-pci virtqueue migration >> backward compatibility. >> >> Cc: David Gibson >> Cc: Alexander Graf >> Cc: qemu-ppc@nongnu.org >> Signed-off-by: Jason Wang > There's already a more or less equivalent patch in the spapr-next > branch. > Will drop this from the series. Thanks