blob: d133ef71f0385fa066c96b39af1f5ad768e28139 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
semantic: 0.128
device: 0.105
other: 0.102
boot: 0.098
KVM: 0.074
PID: 0.068
socket: 0.061
files: 0.059
graphic: 0.058
network: 0.058
debug: 0.052
performance: 0.048
vnc: 0.048
permissions: 0.039
KVM: 0.141
files: 0.098
device: 0.091
PID: 0.086
network: 0.086
boot: 0.080
other: 0.078
debug: 0.074
socket: 0.066
semantic: 0.052
vnc: 0.049
graphic: 0.039
performance: 0.035
permissions: 0.026
usb does not work 0.13.0
Hi all, I'm using both, debian lenny and debian squeeze.
I installed qemu-kvm (0.12.5) form debian repository but I got problem trying to pass a host usb device to the guest.
I compiled so the latest stable version (0.13.0) hoping that the problem was fixed.
It didn't help, the error I get is always:
usb_create: no bus specified, using "usb.0" for "usb-host"
The command I use is
qemu-system-x86_64 -hda lenny_amd64_vergine.qcow2 -usbdevice host:002.007 -boot order=c
On internet I found this, it might help:
http://<email address hidden>/msg38795.html
The guest is a simple debian lenny with 2.6.26 kernel.
I tried also to download the qemu development version but the download get interruped
git clone http://git.qemu.org/qemu.git
Cloning into qemu...
error: Failed connect to git.qemu.org:80; No such file or directory (curl_result = 7, http_code = 0, sha1 = 62d76a25fe741bdaf1157f0edaf50a7772541db6)
error: Unable to find 62d76a25fe741bdaf1157f0edaf50a7772541db6 under http://git.qemu.org/qemu.git
I attach more info about the host machine I'm testing on.
Thanks for the report.
For the second part, you need to clone using the git protocol (git clone git://git.qemu.org/qemu.git
as shown in http://wiki.qemu.org/Download#Latest_Source_Code). The http bit appears broken for now.
I'm not sure about the first part yet - certainly trying a more recent release would be useful to know.
the correct syntax is
-usb -device usb-host,vendorid=x,productid=y
at leats on my app-emulation/qemu-kvm-1.0-r2
QEMU 0.13.0 is quite outdated - and I assume that USB passthrough should be working fine with the latest version, so I'm closing this bug ticket now. If you still have problems with the latest version of QEMU, feel free to open it again (or create a new bug ticket instead).
|