From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNYwm-00039i-8t for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:36:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNYwh-00033Y-V8 for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:36:08 -0500 Received: from [199.232.76.173] (port=34034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNYwg-00032f-FE for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:36:06 -0500 Received: from mail-qy0-f20.google.com ([209.85.221.20]:42247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNYwe-00086M-2e for qemu-devel@nongnu.org; Thu, 15 Jan 2009 15:36:04 -0500 Received: by qyk13 with SMTP id 13so1915475qyk.10 for ; Thu, 15 Jan 2009 12:36:03 -0800 (PST) Message-ID: <496F9E28.1010904@codemonkey.ws> Date: Thu, 15 Jan 2009 14:35:52 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RESEND][QUERY] savevm/loadvm/migration of usb devices - do we save enough information. References: <496DFFAF.3040006@redhat.com> In-Reply-To: <496DFFAF.3040006@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Uri Lublin Uri Lublin wrote: > Hello, > > Currently Qemu does not save/load state information for all usb > devices, but > only save/load state information for usb-uhci (r5054). > > Is it enough ? Doesn't Qemu need to save e.g. > speed/addr/state/setup_state for > USBDevice's ? I presume so. Regards, Anthony Liguori > As a reference look at the patch at the bottom of [1], specifically at > generic_usb_save/generic_usb_load. > > Thanks, > Uri. > > [1] > http://www.mail-archive.com/kvm-devel@lists.sourceforge.net/msg05898.html > > > >