summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/peripherals/1643342
blob: 65392c45efc5db5249e6a7e385609fae3690db3f (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
peripherals: 0.828
x86: 0.792
performance: 0.743
device: 0.697
files: 0.635
virtual: 0.633
semantic: 0.617
graphic: 0.608
architecture: 0.601
boot: 0.563
mistranslation: 0.540
PID: 0.537
ppc: 0.513
VMM: 0.419
KVM: 0.399
socket: 0.389
i386: 0.351
user-level: 0.339
debug: 0.310
permissions: 0.288
risc-v: 0.262
TCG: 0.259
vnc: 0.234
kernel: 0.213
register: 0.203
network: 0.189
assembly: 0.187
hypervisor: 0.140
arm: 0.094

not able to passthrough mouse / keyboard

After upgrading from qemu version 2.6.2 to 2.7.9 I can't boot my vm anymore. I get this error:

qemu-system-x86_64: -usbdevice host:046d:c227: could not add USB device 'host:046d:c227'

This happens with every usb-device I tried. Works 2.6.2 without any errors. (also tried in 2.7.0, same error)
I use the following script:


qemu-system-x86_64 \
-enable-kvm \
-m 16392 \
-cpu host,kvm=off \
-smp 4,sockets=1,cores=2,threads=2,maxcpus=4 \
-usb -usbdevice host:046d:c227 -usbdevice host:046d:c226 \
-vga none \
-device vfio-pci,host=01:00.0,multifunction=on \
-device vfio-pci,host=01:00.1 \
-drive if=pflash,format=raw,readonly,file=/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd \
-drive if=pflash,format=raw,file=/tmp/my_vars.fd \
-device virtio-scsi-pci,id=scsi \
-drive file=/var/iso/win10.iso,id=isocd,format=raw,if=none -device scsi-cd,drive=isocd \
-drive file=/home/marius/images/windows10.img,id=disk,format=raw,if=none,cache=writeback -device scsi-hd,drive=disk \
-drive file=/var/iso/virtio-win-0.1.126.iso,id=virtiocd,if=none,format=raw -device ide-cd,bus=ide.1,drive=virtiocd