From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHQJI-0007L7-OJ for qemu-devel@nongnu.org; Mon, 27 Jun 2016 02:46:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHQJC-0003X2-PP for qemu-devel@nongnu.org; Mon, 27 Jun 2016 02:46:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHQJC-0003Wy-KC for qemu-devel@nongnu.org; Mon, 27 Jun 2016 02:46:14 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 38695C04B307 for ; Mon, 27 Jun 2016 06:46:14 +0000 (UTC) Date: Mon, 27 Jun 2016 12:16:11 +0530 From: Amit Shah Message-ID: <20160627064611.GB1389@grmbl.mre> References: <1466536447-30146-1-git-send-email-dgilbert@redhat.com> <1466536447-30146-2-git-send-email-dgilbert@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466536447-30146-2-git-send-email-dgilbert@redhat.com> Subject: Re: [Qemu-devel] [PATCH 01/13] virtio-net: Remove old migration version support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, mst@redhat.com, quintela@redhat.com, kraxel@redhat.com On (Tue) 21 Jun 2016 [20:13:55], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > virtio-net has had version 11 since 0ce0e8f4 in 2009 > (v0.11.0-rc0-1480-g0ce0e8f) - remove the code to support loading > anything earlier. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Amit Shah Amit