diff options
Diffstat (limited to 'results/classifier/118/review/1196145')
| -rw-r--r-- | results/classifier/118/review/1196145 | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/results/classifier/118/review/1196145 b/results/classifier/118/review/1196145 new file mode 100644 index 000000000..766cff49f --- /dev/null +++ b/results/classifier/118/review/1196145 @@ -0,0 +1,85 @@ +mistranslation: 0.974 +semantic: 0.898 +device: 0.804 +graphic: 0.786 +architecture: 0.751 +network: 0.662 +peripherals: 0.633 +socket: 0.631 +debug: 0.627 +ppc: 0.600 +performance: 0.587 +PID: 0.581 +permissions: 0.574 +register: 0.559 +vnc: 0.550 +kernel: 0.530 +files: 0.490 +user-level: 0.480 +hypervisor: 0.466 +boot: 0.454 +assembly: 0.454 +risc-v: 0.451 +arm: 0.422 +VMM: 0.418 +i386: 0.353 +virtual: 0.331 +KVM: 0.330 +TCG: 0.329 +x86: 0.317 +-------------------- +user-level: 0.502 +debug: 0.488 +TCG: 0.142 +peripherals: 0.097 +device: 0.059 +x86: 0.041 +files: 0.021 +hypervisor: 0.019 +PID: 0.014 +virtual: 0.008 +arm: 0.007 +kernel: 0.006 +semantic: 0.005 +register: 0.003 +performance: 0.003 +ppc: 0.003 +i386: 0.002 +network: 0.002 +assembly: 0.001 +boot: 0.001 +architecture: 0.001 +graphic: 0.001 +risc-v: 0.001 +VMM: 0.001 +permissions: 0.001 +socket: 0.001 +mistranslation: 0.000 +vnc: 0.000 +KVM: 0.000 + +usb-host: hostaddr=0XX is parsed as octal number + +when doing + +device_add usb-host,hostaddr=010 + +taking 010 in the format of both lsusb or udev, qemu parses an octal number and assumes hostaddr=8. +(i used a 2.0 device on the ehci.0 bus) +at least to me that is confusing. + +also: + +when adding a non-existent usb device (bogus hostaddr), the following is created according to 'usb info': + + Device 1.0, Port 1, Speed 1.5 Mb/s, Product USB Host Device + +in usb_qdev_init(): +usb_claim_port is called but usb_device_init does not report an error and thus usb_release_port is not called. + +ps: when using host-libusb.c and tested on 1.5.1.tgz + +Looking through old bug tickets... is this still an issue with the latest version of QEMU? Or could we close this ticket nowadays? + +[Expired for QEMU because there has been no activity for 60 days.] + |