diff options
author | Philip Hands <phil@hands.com> | 2017-08-01 03:57:31 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-08-01 00:54:00 -0400 |
commit | 3a58961ead54be4011f4f768eef8d6271bdaac07 (patch) | |
tree | 8e451482058ac13a399df8ff1b502c4f9e049e8a /cucumber | |
parent | 72d154f9bdb8d4792fa2bff0cccaad8bf2f8069a (diff) | |
download | jenkins.debian.net-3a58961ead54be4011f4f768eef8d6271bdaac07.tar.xz |
lvc: usb3 driver seems to be causing crashes, so use USB2 instead
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/domains/default.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cucumber/features/domains/default.xml b/cucumber/features/domains/default.xml index 0966ef9a..36e0601e 100644 --- a/cucumber/features/domains/default.xml +++ b/cucumber/features/domains/default.xml @@ -20,7 +20,10 @@ <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> - <controller type='usb' index='0' model='nec-xhci'/> + <controller type='usb' index='0' model='ich9-ehci1'/> + <controller type='usb' index='0' model='ich9-uhci1'/> + <controller type='usb' index='0' model='ich9-uhci2'/> + <controller type='usb' index='0' model='ich9-uhci3'/> <controller type='sata' index='0'/> <controller type='virtio-serial' index='0'/> <interface type='network'> |