From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51445 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1yku-000308-7u for qemu-devel@nongnu.org; Tue, 22 Mar 2011 06:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1yks-0000Z9-VI for qemu-devel@nongnu.org; Tue, 22 Mar 2011 06:24:04 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:58664) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1yks-0000YO-Sw for qemu-devel@nongnu.org; Tue, 22 Mar 2011 06:24:02 -0400 Received: from d01dlp01.pok.ibm.com (d01dlp01.pok.ibm.com [9.56.224.56]) by e5.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p2M9whtK010168 for ; Tue, 22 Mar 2011 05:58:43 -0400 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 338DF38C803C for ; Tue, 22 Mar 2011 06:23:54 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p2MANwUT2670654 for ; Tue, 22 Mar 2011 06:23:58 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p2MANwTS029771 for ; Tue, 22 Mar 2011 06:23:58 -0400 Message-ID: <4D8878BE.5070102@linux.vnet.ibm.com> Date: Tue, 22 Mar 2011 06:23:58 -0400 From: Stefan Berger MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix migration uint8 arrys handled References: <1300200805-13928-1-git-send-email-quintela@redhat.com> <4D87EC8A.3010309@linux.vnet.ibm.com> <4D87FF80.6060300@us.ibm.com> <4D886BB6.80906@redhat.com> In-Reply-To: <4D886BB6.80906@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Anthony Liguori , qemu-devel@nongnu.org, Juan Quintela On 03/22/2011 05:28 AM, Avi Kivity wrote: > On 03/22/2011 03:46 AM, Anthony Liguori wrote: >> On 03/21/2011 07:25 PM, Stefan Berger wrote: >>> On 03/15/2011 10:53 AM, Juan Quintela wrote: >>>> commit 82fa39b75181b730d6d4d09f443bd26bcfcd045c >>>> >>>> only contains half of the fix. It forgots the save state fix for >>>> UINT8 indexes. >>>> >>>> Anthony, please apply, without this migration using hpet is broken. >>>> (only current user). >>> I have just been bisecting the code (from the tip) due to >>> suspend/resume problems and it looks like commit 82fa39b7 is >>> introducing the suspend/resume problem I am seeing (frozen screen). >> >> It's in tip now. > > Great, spent some lovely time bisecting and fixing it as well. > It doesn't work better now than it did before... Trying a suspend/resume while in grub leaves me with a black screen upon resume... Stefan