From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KV9MX-0006cI-T9 for qemu-devel@nongnu.org; Mon, 18 Aug 2008 14:21:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KV9MW-0006b7-Fn for qemu-devel@nongnu.org; Mon, 18 Aug 2008 14:21:53 -0400 Received: from [199.232.76.173] (port=46102 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KV9MW-0006aw-83 for qemu-devel@nongnu.org; Mon, 18 Aug 2008 14:21:52 -0400 Received: from hera.kernel.org ([140.211.167.34]:38044) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KV9MV-0003cA-Rr for qemu-devel@nongnu.org; Mon, 18 Aug 2008 14:21:52 -0400 Message-ID: <48A9BDB3.2070906@kernel.org> Date: Mon, 18 Aug 2008 11:21:39 -0700 From: Max Krasnyansky MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 2/5] husb: support for USB host device auto connect. References: <48A46033.3070200@codemonkey.ws> <48A489D3.5070900@kernel.org> <48A493DE.40506@codemonkey.ws> <48A496E9.2030800@kernel.org> <48A49878.1010502@codemonkey.ws> <20080815074638.GA31016@bogon.ms20.nix> <48A5C9F2.5080400@kernel.org> <90eb1dc70808151131w3bc285d6u56092226a72ea306@mail.gmail.com> In-Reply-To: <90eb1dc70808151131w3bc285d6u56092226a72ea306@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; 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: Javier Guerra Cc: =?UTF-8?B?R3VpZG8gR8O8bnRoZXI=?= , qemu-devel@nongnu.org, kvm@vger.kernel.org Javier Guerra wrote: > On Fri, Aug 15, 2008 at 1:24 PM, Max Krasnyansky wrote: > >> btw Interface to HAL might still be useful in general to monitor other device >> classes that we may want to automatically assign to the VMs. So I'll play >> around with that too (some day :)). > > what about doing it the other way around? that is, setting udev > scripts that notify KVM of the hardware changes. That seems a bit odd. What if you have more than one QEMU instance and stuff. Max