From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdcw2-0002YY-QW for qemu-devel@nongnu.org; Tue, 14 Feb 2017 08:14:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdcvy-0004LI-Od for qemu-devel@nongnu.org; Tue, 14 Feb 2017 08:14:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36012) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cdcvy-0004Ke-J6 for qemu-devel@nongnu.org; Tue, 14 Feb 2017 08:14:18 -0500 From: Markus Armbruster References: <20170210110359.8210-1-dgilbert@redhat.com> Date: Tue, 14 Feb 2017 14:14:15 +0100 In-Reply-To: <20170210110359.8210-1-dgilbert@redhat.com> (David Alan Gilbert's message of "Fri, 10 Feb 2017 11:03:59 +0000") Message-ID: <87a89oap94.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2] migration: Update docs to discourage version bumps List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert (git)" Cc: qemu-devel@nongnu.org, quintela@redhat.com, peter.maydell@linaro.org "Dr. David Alan Gilbert (git)" writes: > From: "Dr. David Alan Gilbert" > > Version bumps break backwards migration; update the docs > to explain to people that's bad and how to avoid it. > > Signed-off-by: Dr. David Alan Gilbert Reviewed-by: Markus Armbruster