* [Qemu-devel] [PATCH-for-4.1] hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller
@ 2019-07-14 12:47 Philippe Mathieu-Daudé
2019-07-15 11:47 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-07-14 12:47 UTC (permalink / raw)
To: qemu-devel; +Cc: Paolo Bonzini, Michael Walle, Philippe Mathieu-Daudé
The Milkymist SoftUSB block provides the OHCI USB standard
(missed in 0858746b835).
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
hw/lm32/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig
index 3d09c2dd6f..ed2e3060b0 100644
--- a/hw/lm32/Kconfig
+++ b/hw/lm32/Kconfig
@@ -11,3 +11,4 @@ config MILKYMIST
select PFLASH_CFI01
select FRAMEBUFFER
select SD
+ select USB_OHCI
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH-for-4.1] hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller
2019-07-14 12:47 [Qemu-devel] [PATCH-for-4.1] hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller Philippe Mathieu-Daudé
@ 2019-07-15 11:47 ` Philippe Mathieu-Daudé
2019-07-15 11:51 ` Paolo Bonzini
0 siblings, 1 reply; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-07-15 11:47 UTC (permalink / raw)
To: qemu-devel; +Cc: Thomas Huth, Paolo Bonzini, Michael Walle, Markus Armbruster
On 7/14/19 2:47 PM, Philippe Mathieu-Daudé wrote:
> The Milkymist SoftUSB block provides the OHCI USB standard
> (missed in 0858746b835).
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> hw/lm32/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig
> index 3d09c2dd6f..ed2e3060b0 100644
> --- a/hw/lm32/Kconfig
> +++ b/hw/lm32/Kconfig
> @@ -11,3 +11,4 @@ config MILKYMIST
> select PFLASH_CFI01
> select FRAMEBUFFER
> select SD
> + select USB_OHCI
>
Markus asked me how I noticed that, if it was auditing the code.
I ran 'qemu-system-lm32 -device help' and noticed all the USB devices
had disappeared.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH-for-4.1] hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller
2019-07-15 11:47 ` Philippe Mathieu-Daudé
@ 2019-07-15 11:51 ` Paolo Bonzini
0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2019-07-15 11:51 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, qemu-devel
Cc: Thomas Huth, Michael Walle, Markus Armbruster
On 15/07/19 13:47, Philippe Mathieu-Daudé wrote:
> On 7/14/19 2:47 PM, Philippe Mathieu-Daudé wrote:
>> The Milkymist SoftUSB block provides the OHCI USB standard
>> (missed in 0858746b835).
>>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
>> ---
>> hw/lm32/Kconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/hw/lm32/Kconfig b/hw/lm32/Kconfig
>> index 3d09c2dd6f..ed2e3060b0 100644
>> --- a/hw/lm32/Kconfig
>> +++ b/hw/lm32/Kconfig
>> @@ -11,3 +11,4 @@ config MILKYMIST
>> select PFLASH_CFI01
>> select FRAMEBUFFER
>> select SD
>> + select USB_OHCI
>>
>
> Markus asked me how I noticed that, if it was auditing the code.
>
> I ran 'qemu-system-lm32 -device help' and noticed all the USB devices
> had disappeared.
>
Queued, thanks.
Paolo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-15 11:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-14 12:47 [Qemu-devel] [PATCH-for-4.1] hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller Philippe Mathieu-Daudé
2019-07-15 11:47 ` Philippe Mathieu-Daudé
2019-07-15 11:51 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).