From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcbxM-0001eN-I3 for qemu-devel@nongnu.org; Sat, 14 Apr 2007 02:41:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcbxK-0001eB-4n for qemu-devel@nongnu.org; Sat, 14 Apr 2007 02:41:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcbxJ-0001e8-V9 for qemu-devel@nongnu.org; Sat, 14 Apr 2007 02:41:53 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hcbsw-0000D9-9i for qemu-devel@nongnu.org; Sat, 14 Apr 2007 02:37:22 -0400 Received: by ug-out-1314.google.com with SMTP id j40so590654ugd for ; Fri, 13 Apr 2007 23:37:15 -0700 (PDT) Message-ID: Date: Sat, 14 Apr 2007 09:37:14 +0300 From: "Blue Swirl" Subject: Re: [Qemu-devel] FDC and M48T59 save/reset methods In-Reply-To: <200704132122.17066.paul@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704132122.17066.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On 4/13/07, Paul Brook wrote: > > I'd like to commit the attached FDC and M48T59 device save and reset > > methods. After this change, all Sparc32 devices can be saved. > > > > Any comments? > > Do you also need to save the state of the attached drives? Yes, at least motor state, head position and last operation status. I'll update the patch.