summary refs log tree commit diff stats
path: root/results/classifier/118/none/138
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/118/none/13831
-rw-r--r--results/classifier/118/none/138163949
-rw-r--r--results/classifier/118/none/138164263
-rw-r--r--results/classifier/118/none/138184644
4 files changed, 187 insertions, 0 deletions
diff --git a/results/classifier/118/none/138 b/results/classifier/118/none/138
new file mode 100644
index 00000000..63edbbda
--- /dev/null
+++ b/results/classifier/118/none/138
@@ -0,0 +1,31 @@
+mistranslation: 0.734
+performance: 0.502
+graphic: 0.488
+virtual: 0.443
+device: 0.408
+semantic: 0.358
+ppc: 0.341
+permissions: 0.341
+user-level: 0.337
+peripherals: 0.288
+boot: 0.236
+risc-v: 0.223
+PID: 0.188
+assembly: 0.182
+TCG: 0.179
+i386: 0.178
+vnc: 0.178
+KVM: 0.176
+debug: 0.157
+VMM: 0.154
+kernel: 0.127
+x86: 0.123
+hypervisor: 0.098
+register: 0.072
+network: 0.051
+arm: 0.043
+architecture: 0.038
+socket: 0.030
+files: 0.027
+
+Exclude keys from grab
diff --git a/results/classifier/118/none/1381639 b/results/classifier/118/none/1381639
new file mode 100644
index 00000000..85e6befb
--- /dev/null
+++ b/results/classifier/118/none/1381639
@@ -0,0 +1,49 @@
+socket: 0.597
+device: 0.549
+ppc: 0.385
+graphic: 0.357
+vnc: 0.332
+VMM: 0.311
+boot: 0.304
+x86: 0.298
+network: 0.277
+architecture: 0.239
+register: 0.230
+kernel: 0.222
+risc-v: 0.217
+PID: 0.196
+peripherals: 0.196
+semantic: 0.186
+user-level: 0.185
+mistranslation: 0.183
+performance: 0.183
+hypervisor: 0.136
+files: 0.136
+virtual: 0.131
+debug: 0.129
+i386: 0.109
+arm: 0.100
+TCG: 0.098
+assembly: 0.053
+permissions: 0.037
+KVM: 0.027
+
+sys_eeprom.c:353: buffer too small
+
+[qemu-2.1.2/roms/u-boot/board/matrix_vision/mvblx/sys_eeprom.c:353]: (error) Buffer is accessed out of bounds.
+
+        char ethaddr[9];
+
+        sprintf(ethaddr, "%02X:%02X:%02X:%02X:%02X:%02X",
+            e.mac[0],
+            e.mac[1],
+            e.mac[2],
+            e.mac[3],
+            e.mac[4],
+            e.mac[5]);
+
+18 into 9 won't go. Suggest increase size of ethaddr.
+
+roms/u-boot is not under control of the QEMU project - you should report such bugs to the u-boot project instead. Anyway, looks like the problem has been fixed there:
+http://git.denx.de/?p=u-boot.git;a=commitdiff;h=cc87d18a6ec74180784a6b
+
diff --git a/results/classifier/118/none/1381642 b/results/classifier/118/none/1381642
new file mode 100644
index 00000000..8f503a96
--- /dev/null
+++ b/results/classifier/118/none/1381642
@@ -0,0 +1,63 @@
+boot: 0.756
+device: 0.723
+ppc: 0.710
+PID: 0.681
+socket: 0.654
+performance: 0.647
+graphic: 0.593
+vnc: 0.584
+network: 0.562
+kernel: 0.559
+semantic: 0.496
+register: 0.471
+permissions: 0.469
+x86: 0.467
+architecture: 0.451
+risc-v: 0.447
+i386: 0.443
+mistranslation: 0.433
+arm: 0.414
+TCG: 0.395
+files: 0.374
+peripherals: 0.369
+user-level: 0.345
+hypervisor: 0.333
+virtual: 0.311
+VMM: 0.298
+KVM: 0.274
+debug: 0.240
+assembly: 0.233
+
+ecovec.c:66: buffer too small by one.
+
+[qemu-2.1.2/roms/u-boot/board/renesas/ecovec/ecovec.c:66]: (error) Buffer is accessed out of bounds.
+
+    sprintf(env_mac, "%02X:%02X:%02X:%02X:%02X:%02X",
+        mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);
+
+but
+
+    char env_mac[17];
+
+and 18 into 17 won't go. Suggest increase size of env_mac.
+
+On 15 October 2014 19:00, dcb <email address hidden> wrote:
+> Public bug reported:
+>
+> [qemu-2.1.2/roms/u-boot/board/renesas/ecovec/ecovec.c:66]: (error)
+> Buffer is accessed out of bounds.
+
+This is in the u-boot code which we just carry a copy of
+to produce certain boot ROMs. You should report these
+issues directly to u-boot upstream.
+
+Thanks
+-- PMM
+
+
+FWIW, u-boot was apparently fixed here:
+http://git.denx.de/?p=u-boot.git;a=commitdiff;h=44442c13ba2f63a67664ab5
+
+...and we don't build u-boot for the renesas ecovec, so we don't need to worry about updating our copy of u-boot to something with the fix in it.
+
+
diff --git a/results/classifier/118/none/1381846 b/results/classifier/118/none/1381846
new file mode 100644
index 00000000..65545383
--- /dev/null
+++ b/results/classifier/118/none/1381846
@@ -0,0 +1,44 @@
+graphic: 0.756
+performance: 0.714
+device: 0.630
+network: 0.552
+semantic: 0.535
+register: 0.524
+architecture: 0.515
+peripherals: 0.510
+permissions: 0.508
+ppc: 0.497
+i386: 0.462
+kernel: 0.450
+socket: 0.444
+user-level: 0.432
+vnc: 0.431
+mistranslation: 0.429
+PID: 0.414
+hypervisor: 0.402
+risc-v: 0.389
+debug: 0.377
+TCG: 0.361
+VMM: 0.360
+boot: 0.358
+x86: 0.343
+files: 0.331
+arm: 0.291
+assembly: 0.277
+virtual: 0.208
+KVM: 0.199
+
+Data sent to parallel port in guest is lost if host buffer fills up
+
+It appears that qemu will blindly write characters out to the chardev and drop them on the floor if a write fails with EAGAIN, without initiating flow control (via BUSY and ACK) back to the guest. If the host buffer is too small, or is talking to a hardware device that is too slow, data will be lost.
+
+I notice this problem when I run a DOS program with this on the qemu command line:
+-parallel /dev/usb/lp0
+
+I can work around this problem by buffering via a pipe, but this looks like a general problem. Is there a way to wire up the readiness of the output chardev to the parallel port ACK and BUSY lines, and signal an ISA interrupt? I don't know the code well enough to tell.
+
+The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
+If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.
+
+[Expired for QEMU because there has been no activity for 60 days.]
+