[Qa-jenkins-scm] [jenkins.debian.net] 11/11: lvc: usb3 driver seems to be causing crashes, so use USB2 instead

Holger Levsen holger at layer-acht.org
Tue Aug 1 04:54:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 3a58961ead54be4011f4f768eef8d6271bdaac07
Author: Philip Hands <phil at hands.com>
Date:   Tue Aug 1 03:57:31 2017 +0200

    lvc: usb3 driver seems to be causing crashes, so use USB2 instead
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 cucumber/features/domains/default.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/cucumber/features/domains/default.xml b/cucumber/features/domains/default.xml
index 0966ef9..36e0601 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'>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list