From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLDRC-0007I2-RM for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:46:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLDR8-0007Fg-TN for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:46:10 -0400 Received: from [199.232.76.173] (port=39208 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLDR8-0007FX-KQ for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:46:06 -0400 Received: from mx2.redhat.com ([66.187.237.31]:53230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLDR8-0006KK-5m for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:46:06 -0400 Message-ID: <4A488D54.8010102@redhat.com> Date: Mon, 29 Jun 2009 11:45:56 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [RFC PATCH 00/15] Be able to compile out not needed options References: <4A41285F.40705@codemonkey.ws> <4A42711C.2030802@codemonkey.ws> In-Reply-To: <4A42711C.2030802@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Juan Quintela On 06/24/09 20:31, Anthony Liguori wrote: > For usb_device_add, you would need to add a registration API that allows > registering an emulated usb device. man qdev ;) And usb is relatively easy as devices are added via -usbdevice and there is almost no windup in the hw/${machine}.c files. cheers, Gerd