From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUDtL-0005jP-97 for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:13:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUDtK-0005ut-2N for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:13:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUDtJ-0005uh-5w for qemu-devel@nongnu.org; Wed, 08 Jun 2011 04:13:29 -0400 Message-ID: <4DEF2F25.5070104@redhat.com> Date: Wed, 08 Jun 2011 10:13:25 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4DEDD0BA.1080407@redhat.com> <1307458978-51287-1-git-send-email-andreas.faerber@web.de> <4DEE40B1.2030708@redhat.com> <9DA80797-F12A-4B01-8A27-F6E5B2DF5942@web.de> In-Reply-To: <9DA80797-F12A-4B01-8A27-F6E5B2DF5942@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 00/10] ISA reconfigurability v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: =?ISO-8859-1?Q?Herv=E9_Poussineau?= , "qemu-devel@nongnu.org Developers" , Juan Quintela Hi, > Just wondering, if we're allowing to change qdev properties at runtime > here, don't these fields need to be considered for VMState? Yes. Option one is to have the isa devices save them themself, option two is to save them as part of the pc87312 state. cheers, Gerd