From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35212 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1pQ0-0005hl-1x for qemu-devel@nongnu.org; Mon, 21 Mar 2011 20:25:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1pPy-0007F5-FJ for qemu-devel@nongnu.org; Mon, 21 Mar 2011 20:25:51 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:58603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1pPy-0007EP-9m for qemu-devel@nongnu.org; Mon, 21 Mar 2011 20:25:50 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e31.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p2M0ATqP030904 for ; Mon, 21 Mar 2011 18:10:29 -0600 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p2M0PlcD122452 for ; Mon, 21 Mar 2011 18:25:47 -0600 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p2M0Ua7U018595 for ; Mon, 21 Mar 2011 18:30:36 -0600 Message-ID: <4D87EC8A.3010309@linux.vnet.ibm.com> Date: Mon, 21 Mar 2011 20:25:46 -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> In-Reply-To: <1300200805-13928-1-git-send-email-quintela@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: Juan Quintela Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org 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). Stefan