From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MeQQO-0001Cu-F3 for qemu-devel@nongnu.org; Fri, 21 Aug 2009 05:28:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MeQQJ-00017a-Hk for qemu-devel@nongnu.org; Fri, 21 Aug 2009 05:28:43 -0400 Received: from [199.232.76.173] (port=41262 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MeQQJ-00016m-Cq for qemu-devel@nongnu.org; Fri, 21 Aug 2009 05:28:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2316) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MeQQH-00037C-BK for qemu-devel@nongnu.org; Fri, 21 Aug 2009 05:28:37 -0400 Received: from int-mx07.intmail.prod.int.phx2.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7L9SagF011267 for ; Fri, 21 Aug 2009 05:28:36 -0400 Message-ID: <4A8E68B8.9060206@redhat.com> Date: Fri, 21 Aug 2009 11:28:24 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4A8E61D1.80003@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/23] New VMState table based load/save infrastructure List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 08/21/09 11:12, Juan Quintela wrote: > Gerd Hoffmann wrote: >> Stuffing a pointer to pci_irq_levels into a struct should work without >> problems and should be good enougth to get vmstate save/load going ;) >> >> Sticking the array itself into a struct would be even better, that >> might need more cleanup work though. > > Do you mean to do any of the tow approachs? > I promise to study your patch for other places that I need :) > > Later, Juan. I can have a look, probably next week though. cheers, Gerd