From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1No25i-00040M-2y for qemu-devel@nongnu.org; Sat, 06 Mar 2010 17:03:22 -0500 Received: from [199.232.76.173] (port=41986 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1No25h-00040C-Nq for qemu-devel@nongnu.org; Sat, 06 Mar 2010 17:03:21 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1No25e-0001LY-W3 for qemu-devel@nongnu.org; Sat, 06 Mar 2010 17:03:21 -0500 Received: from hall.aurel32.net ([88.191.82.174]:48489) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1No25e-0001LR-KO for qemu-devel@nongnu.org; Sat, 06 Mar 2010 17:03:18 -0500 Date: Sat, 6 Mar 2010 23:03:09 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] Build usb-ohci for PCs Message-ID: <20100306220309.GN14275@volta.aurel32.net> References: <1267628545-10813-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1267628545-10813-1-git-send-email-kwolf@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Wed, Mar 03, 2010 at 04:02:25PM +0100, Kevin Wolf wrote: > The OHCI emulation isn't obviously broken and there are people who want to use > it. Let's build it by default so that it can be enabled via -device. > > Signed-off-by: Kevin Wolf Thanks, applied. > --- > default-configs/i386-softmmu.mak | 2 ++ > default-configs/x86_64-softmmu.mak | 2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/default-configs/i386-softmmu.mak b/default-configs/i386-softmmu.mak > index 15586a0..9e6d565 100644 > --- a/default-configs/i386-softmmu.mak > +++ b/default-configs/i386-softmmu.mak > @@ -1 +1,3 @@ > # Default configuration for i386-softmmu > + > +CONFIG_USB_OHCI=y > diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak > index ec98af2..e0f7fc0 100644 > --- a/default-configs/x86_64-softmmu.mak > +++ b/default-configs/x86_64-softmmu.mak > @@ -1 +1,3 @@ > # Default configuration for x86_64-softmmu > + > +CONFIG_USB_OHCI=y > -- > 1.6.6.1 > > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net