summary refs log tree commit diff stats
path: root/results/classifier/118/x86/688052
blob: 19d4b8ca312f87a8bb1a65cf01d606818544ade5 (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
75
x86: 0.881
peripherals: 0.737
boot: 0.664
KVM: 0.647
performance: 0.628
device: 0.618
architecture: 0.602
kernel: 0.577
ppc: 0.575
user-level: 0.566
mistranslation: 0.559
PID: 0.547
semantic: 0.532
network: 0.523
arm: 0.518
socket: 0.476
TCG: 0.462
i386: 0.452
graphic: 0.450
files: 0.425
virtual: 0.417
VMM: 0.387
permissions: 0.387
vnc: 0.387
debug: 0.373
register: 0.367
hypervisor: 0.328
risc-v: 0.295
assembly: 0.218

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).