From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLaMo-0006bj-NB for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:56:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLaMn-0002vL-87 for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:56:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLaMm-0002vD-TA for qemu-devel@nongnu.org; Wed, 02 Nov 2011 08:56:29 -0400 Message-ID: <4EB13DF8.2080509@redhat.com> Date: Wed, 02 Nov 2011 13:56:24 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1320159390-29797-1-git-send-email-kraxel@redhat.com> <1320159390-29797-2-git-send-email-kraxel@redhat.com> <4EB10FAA.3090304@vnet.linux.ibm.com> In-Reply-To: <4EB10FAA.3090304@vnet.linux.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] usb-hub: wakeup on attach List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: hkran Cc: qemu-devel@nongnu.org Hi, >> static void usb_hub_detach(USBPort *port1) > pulled, In what cases, the usb hub will be suspended? and how to tell it > happened? thanks. The guest enables the remote-wakeup feature. 'lspci -v' (within the guest) shows it. cheers, Gerd