From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLEXE-0007BC-UR for qemu-devel@nongnu.org; Wed, 05 Mar 2014 11:19:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLEX8-0003uu-Bb for qemu-devel@nongnu.org; Wed, 05 Mar 2014 11:19:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:12847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLEX8-0003uR-2h for qemu-devel@nongnu.org; Wed, 05 Mar 2014 11:19:02 -0500 From: Juan Quintela In-Reply-To: <33183CC9F5247A488A2544077AF19020815D226F@SZXEMA503-MBS.china.huawei.com> (Gonglei's message of "Fri, 28 Feb 2014 04:07:40 +0000") References: <33183CC9F5247A488A2544077AF19020815D226F@SZXEMA503-MBS.china.huawei.com> Date: Wed, 05 Mar 2014 17:17:45 +0100 Message-ID: <87siqwr55i.fsf@elfo.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 1/7] XBZRLE: Fix one XBZRLE corruption issues Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gonglei (Arei)" Cc: Peter Maydell , "chenliang (T)" , "pl@kamp.de" , "qemu-devel@nongnu.org" , "owasserm@redhat.com" , "aliguori@amazon.com" , "pbonzini@redhat.com" "Gonglei (Arei)" wrote: > The page may not be inserted into cache after executing save_xbzrle_page. > In case of failure to insert, the original page should be sent rather > than the page in the cache. > > Signed-off-by: ChenLiang > Signed-off-by: Gonglei Acked-by: Juan Quintela Nice catch.