Re: [PATCH 01/14] hw/usb/redirect: Do not link 'usb-redir' device when USB not enabled

2020-01-07 Thread Thomas Huth
On 31/12/2019 19.32, Philippe Mathieu-Daudé wrote: > The 'usb-redir' device requires the USB core code to work. Do not > link it when there is no USB support. This fixes: > > $ qemu-system-tricore -M tricore_testboard -device usb-redir > qemu-system-tricore: -device usb-redir: No 'usb-bus' bus

[PATCH 01/14] hw/usb/redirect: Do not link 'usb-redir' device when USB not enabled

2019-12-31 Thread Philippe Mathieu-Daudé
The 'usb-redir' device requires the USB core code to work. Do not link it when there is no USB support. This fixes: $ qemu-system-tricore -M tricore_testboard -device usb-redir qemu-system-tricore: -device usb-redir: No 'usb-bus' bus found for device 'usb-redir' Signed-off-by: Philippe Mathi