On 07/08/12 22:22, Blue Swirl wrote:
> On Tue, Aug 7, 2012 at 12:26 PM, Peter Maydell
> wrote:
>> On 7 August 2012 13:19, Christian Borntraeger wrote:
>>> +#if defined(TARGET_HAS_USB) && (TARGET_HAS_USB == 1)
>>> /* init USB devices */
>>> if (usb_enabled) {
>>> if (foreach_de
On Tue, Aug 7, 2012 at 12:26 PM, Peter Maydell wrote:
> On 7 August 2012 13:19, Christian Borntraeger wrote:
>> +#if defined(TARGET_HAS_USB) && (TARGET_HAS_USB == 1)
>> /* init USB devices */
>> if (usb_enabled) {
>> if (foreach_device_config(DEV_USB, usb_parse) < 0)
>>
On 2012年08月07日 20:19, Christian Borntraeger wrote:
From: Eugene Dvurechenski
on s390 there is no usb support and the -usb option doesnt
do anything.
This patch fences all usb code for s390.
Signed-off-by: Eugene Dvurechenski
Signed-off-by: Christian Borntraeger
---
configure| 66
Am 07.08.2012 14:19, schrieb Christian Borntraeger:
> From: Eugene Dvurechenski
>
> on s390 there is no usb support and the -usb option doesnt
> do anything.
> This patch fences all usb code for s390.
>
> Signed-off-by: Eugene Dvurechenski
> Signed-off-by: Christian Borntraeger
> ---
> config
On 7 August 2012 13:19, Christian Borntraeger wrote:
> +#if defined(TARGET_HAS_USB) && (TARGET_HAS_USB == 1)
> /* init USB devices */
> if (usb_enabled) {
> if (foreach_device_config(DEV_USB, usb_parse) < 0)
> exit(1);
> }
> +#endif
Whether there is USB or not
From: Eugene Dvurechenski
on s390 there is no usb support and the -usb option doesnt
do anything.
This patch fences all usb code for s390.
Signed-off-by: Eugene Dvurechenski
Signed-off-by: Christian Borntraeger
---
configure| 66 +