diff mbox

Build usb-ohci for PCs

Message ID 1267628545-10813-1-git-send-email-kwolf@redhat.com
State New
Headers show

Commit Message

Kevin Wolf March 3, 2010, 3:02 p.m. UTC
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 <kwolf@redhat.com>
---
 default-configs/i386-softmmu.mak   |    2 ++
 default-configs/x86_64-softmmu.mak |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

Comments

Aurelien Jarno March 6, 2010, 10:03 p.m. UTC | #1
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 <kwolf@redhat.com>

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
> 
> 
> 
>
diff mbox

Patch

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