All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Build usb-ohci for PCs
@ 2010-03-03 15:02 Kevin Wolf
  2010-03-06 22:03 ` Aurelien Jarno
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Wolf @ 2010-03-03 15:02 UTC (permalink / raw)
  To: qemu-devel

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(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Build usb-ohci for PCs
  2010-03-03 15:02 [Qemu-devel] [PATCH] Build usb-ohci for PCs Kevin Wolf
@ 2010-03-06 22:03 ` Aurelien Jarno
  0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2010-03-06 22:03 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: qemu-devel

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

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-06 22:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-03 15:02 [Qemu-devel] [PATCH] Build usb-ohci for PCs Kevin Wolf
2010-03-06 22:03 ` Aurelien Jarno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.