From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH] migration: introduce decompress-error-check Date: Sat, 28 Apr 2018 14:13:11 +0800 Message-ID: References: <20180426091519.26934-1-xiaoguangrong@tencent.com> <32eaad8e-35a0-5240-37a2-4242b7890ab9@redhat.com> <20180427112926.GE2608@work-vm> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mst@redhat.com, mtosatti@redhat.com, Xiao Guangrong , qemu-devel@nongnu.org, peterx@redhat.com, wei.w.wang@intel.com, jiang.biao2@zte.com.cn, pbonzini@redhat.com To: "Dr. David Alan Gilbert" Return-path: In-Reply-To: <20180427112926.GE2608@work-vm> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel2=m.gmane.org@nongnu.org Sender: "Qemu-devel" List-Id: kvm.vger.kernel.org On 04/27/2018 07:29 PM, Dr. David Alan Gilbert wrote: >> >> Yes, can not agree with you more. :) > > The challenge is how to put something into the stream without breaking > an old version of QEMU that's receiving the stream. > Er, i did not think this case :(. The new parameter as this patch did is the only idea now in my mind... not sure if Eric and Peter have another solution.