From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTje7-00072x-RG for qemu-devel@nongnu.org; Thu, 14 Aug 2008 16:42:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTje5-00071W-TL for qemu-devel@nongnu.org; Thu, 14 Aug 2008 16:42:11 -0400 Received: from [199.232.76.173] (port=41171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTje5-00071K-ML for qemu-devel@nongnu.org; Thu, 14 Aug 2008 16:42:09 -0400 Received: from wr-out-0506.google.com ([64.233.184.229]:40443) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTje4-0003l6-Mt for qemu-devel@nongnu.org; Thu, 14 Aug 2008 16:42:08 -0400 Received: by wr-out-0506.google.com with SMTP id c46so804079wra.18 for ; Thu, 14 Aug 2008 13:42:08 -0700 (PDT) Message-ID: <48A49878.1010502@codemonkey.ws> Date: Thu, 14 Aug 2008 15:41:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <48A46033.3070200@codemonkey.ws> <48A489D3.5070900@kernel.org> <48A493DE.40506@codemonkey.ws> <48A496E9.2030800@kernel.org> In-Reply-To: <48A496E9.2030800@kernel.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/5] husb: support for USB host device auto connect. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Krasnyansky Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org Max Krasnyansky wrote: >>> Do you mind if we do something like that incrementally ? >>> >>> >> Yeah, I don't really want to have QEMU depend on dbus so in this case, >> polling would be better. >> > > I'm thinking that maybe we could use 'inotify' on /proc/bus/usb. > Would you be ok with 'inotify' ? > Yeah, but I would be a little surprised if /proc/bus/usb supports inotify... Regards, Anthony Liguori > Max >