Hi,

> -----Original Message-----
> From: Martin Röh [mailto:mar...@roeh.org]
> Sent: Monday, May 19, 2014 4:40 AM
> To: Gonglei (Arei); Bug 1320360; qemu-devel@nongnu.org
> Cc: Gerd Hoffmann
> Subject: Re: [Qemu-devel] [Bug 1320360] [NEW] usb passthrough not working
> anymore
> 
> Hi,
> 
> if I try to start the vm by virt-manager I get this detailed error log:
> 
> Fehler beim Starten der Domain: internal error: early end of file from
> monitor: possible problem:
> qemu-system-x86_64: -device usb-host,hostbus=1,hostaddr=3,id=hostdev0:
> 'usb-host' is not a valid device model name
> 
> 
> Traceback (most recent call last):
>    File "/usr/share/virt-manager/virtManager/asyncjob.py", line 91, in
> cb_wrapper
>      callback(asyncjob, *args, **kwargs)
>    File "/usr/share/virt-manager/virtManager/asyncjob.py", line 127, in
> tmpcb
>      callback(*args, **kwargs)
>    File "/usr/share/virt-manager/virtManager/domain.py", line 1363, in
> startup
>      self._backend.create()
>    File "/usr/lib64/python2.7/site-packages/libvirt.py", line 917, in create
>      if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
> libvirtError: internal error: early end of file from monitor: possible
> problem:
> qemu-system-x86_64: -device usb-host,hostbus=1,hostaddr=3,id=hostdev0:
> 'usb-host' is not a valid device model name
> 
The above error information shows "usb-host" didn't been built in 
qemu-system-x86_64
binary file. You can get the qemu-2.0.0 source files from 
http://wiki.qemu.org/Download
and rebuild it with '--enable-libusb' during configure.


Best regards,
-Gonglei

Reply via email to