From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8ZIY-000768-2C for qemu-devel@nongnu.org; Thu, 12 Nov 2009 08:01:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8ZIT-00073V-0z for qemu-devel@nongnu.org; Thu, 12 Nov 2009 08:01:13 -0500 Received: from [199.232.76.173] (port=49998 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8ZIS-00073D-OT for qemu-devel@nongnu.org; Thu, 12 Nov 2009 08:01:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49477) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8ZIR-0002XN-CO for qemu-devel@nongnu.org; Thu, 12 Nov 2009 08:01:08 -0500 From: Juan Quintela In-Reply-To: <4AFB4059.8020607@web.de> (Jan Kiszka's message of "Wed, 11 Nov 2009 23:53:13 +0100") References: <4AFB4059.8020607@web.de> Date: Thu, 12 Nov 2009 14:00:47 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH] fdc: Fix vmsave/restore regression List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Blue Swirl , qemu-devel , Gerd Hoffmann Jan Kiszka wrote: > > *** NOTE *** > 'git shortlog|grep "reset + vmsd"' shows 10 such conversions. I only > briefly checked the first one, and it looks similar broken. Could > someone have a second look at them? Maybe it is also better to define a > vmsd opaque in DeviceInfo, which would also allow to solve this issue > differently. > I searched for .qdev.vmsd, and all the other uses are right as far as I can see. Later, Juan.