[Bug 799494] New: Qemu-KVM not compiled with usb redirection
https://bugzilla.novell.com/show_bug.cgi?id=799494 https://bugzilla.novell.com/show_bug.cgi?id=799494#c0 Summary: Qemu-KVM not compiled with usb redirection Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: All OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: KVM AssignedTo: kvm-bugs@forge.provo.novell.com ReportedBy: gvenkat@attglobal.net QAContact: jdouglas@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.52 Safari/537.17 USB redirection using the SPICE protocol has been optional part of Qemu-KVM for a while now and libvirt now has support for adding usb redirection hardware to the guest VM. However, the latest available version of qemu-kvm (qemu-1.3.0-135.2.x86_64) is not compiled with usb redirection option. So adding usb redirection hardware and starting the guest results in the following error from KVM and the guest is not started: error: unsupported configuration: USB redirection is not supported by this version of QEMU Reproducible: Always Steps to Reproduce: 1.Create a guest with SPICE enabled (this issue possibly applies to non-spice based VM with TCP based usb redirection as well but have not tested this) 2.Use virt-manager to add required USB redirection or add the following lines directly to the guest XML file for the VM (replacing the slot 0x08 with the highest unused slot in the guest XML): <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x2'/> </controller> <redirdev bus='usb' type='spicevmc'> <address type='usb' bus='0' port='3'/> </redirdev> <redirdev bus='usb' type='spicevmc'> <address type='usb' bus='0' port='4'/> </redirdev> <redirdev bus='usb' type='spicevmc'> <address type='usb' bus='0' port='5'/> </redirdev> <redirdev bus='usb' type='spicevmc'> <address type='usb' bus='0' port='6'/> </redirdev> 3. use virsh to start the guest VM. Actual Results: The error mentioned in the summary appears and the VM does not start Expected Results: The VM should start with the USB redirection usable by spicy clients to redirect local USB devices to the VM -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=799494 https://bugzilla.novell.com/show_bug.cgi?id=799494#c Bruce Rogers <brogers@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brogers@suse.com AssignedTo|kvm-bugs@forge.provo.novell |brogers@suse.com |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=799494 https://bugzilla.novell.com/show_bug.cgi?id=799494#c1 Bruce Rogers <brogers@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Bruce Rogers <brogers@suse.com> 2014-02-25 02:52:04 UTC --- USB redirection was finally added for openSUSE 13.1 qemu / qemu-kvm. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com