From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXkTX-0003ba-MV for qemu-devel@nongnu.org; Sat, 31 Mar 2007 16:47:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXkTU-0003bA-B1 for qemu-devel@nongnu.org; Sat, 31 Mar 2007 16:47:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXkTU-0003b7-6i for qemu-devel@nongnu.org; Sat, 31 Mar 2007 15:47:00 -0500 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HXkQd-0007ix-EZ for qemu-devel@nongnu.org; Sat, 31 Mar 2007 16:44:03 -0400 Date: Sat, 31 Mar 2007 21:34:32 +0100 Subject: Re: [Qemu-devel] patch for PC target - OHCI use Message-ID: <20070331203432.GD24690@networkno.de> References: <200703292334.35893.michal.schulz@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703292334.35893.michal.schulz@gmx.de> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Schulz Cc: qemu-devel@nongnu.org Michal Schulz wrote: > > Hello. I've made small patch for qemu, which adds a new command line option - > the "-ohci". It instructs qemu that the OHCI controller should be emulated > instead of the default UHCI. What do you think about it? I would prefer to extend the -usb switch to e.g. "-usb hub,type=ohci" in a way similiar to -net. Thiemo