summary refs log tree commit diff stats
path: root/results/classifier/118/none/120
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/118/none/12031
-rw-r--r--results/classifier/118/none/120021256
-rw-r--r--results/classifier/118/none/120789639
-rw-r--r--results/classifier/118/none/120935
4 files changed, 161 insertions, 0 deletions
diff --git a/results/classifier/118/none/120 b/results/classifier/118/none/120
new file mode 100644
index 00000000..8dd9f979
--- /dev/null
+++ b/results/classifier/118/none/120
@@ -0,0 +1,31 @@
+device: 0.710
+peripherals: 0.636
+performance: 0.480
+VMM: 0.431
+arm: 0.427
+graphic: 0.417
+debug: 0.413
+i386: 0.412
+PID: 0.409
+architecture: 0.395
+x86: 0.394
+register: 0.377
+hypervisor: 0.374
+TCG: 0.367
+socket: 0.361
+kernel: 0.359
+vnc: 0.348
+permissions: 0.338
+network: 0.338
+boot: 0.336
+ppc: 0.307
+KVM: 0.305
+risc-v: 0.207
+semantic: 0.203
+files: 0.187
+mistranslation: 0.171
+assembly: 0.105
+user-level: 0.068
+virtual: 0.032
+
+Please provide an option to print the default hardware configuration as command-line options, to make -nodefaults easier to use
diff --git a/results/classifier/118/none/1200212 b/results/classifier/118/none/1200212
new file mode 100644
index 00000000..f5f6b4e9
--- /dev/null
+++ b/results/classifier/118/none/1200212
@@ -0,0 +1,56 @@
+architecture: 0.536
+device: 0.512
+graphic: 0.488
+kernel: 0.471
+ppc: 0.456
+semantic: 0.427
+network: 0.379
+arm: 0.359
+socket: 0.344
+PID: 0.326
+register: 0.316
+performance: 0.303
+assembly: 0.269
+peripherals: 0.220
+user-level: 0.203
+boot: 0.202
+vnc: 0.200
+permissions: 0.178
+hypervisor: 0.175
+TCG: 0.167
+VMM: 0.159
+files: 0.150
+i386: 0.148
+x86: 0.144
+mistranslation: 0.143
+risc-v: 0.138
+virtual: 0.099
+debug: 0.090
+KVM: 0.082
+
+qemu-system-arm aborts in lsi_soft_reset
+
+Qemu compiled from master branch (fetched on 11th Jul 2013, qemu-system-arm -version prints "QEMU emulator version 1.5.50, Copyright (c) 2003-2008 Fabrice Bellard") running on OSX 10.6.8 crashes during Debian 7.1 netboot installation with error: "Assertion failed: (QTAILQ_EMPTY(&s->queue)), function lsi_soft_reset, file hw/scsi/lsi53c895a.c, line 351."
+
+Steps to reproduce:
+
+1. Get kernel and initrd from http://ftp.debian.org/debian/dists/Debian7.1/main/installer-armel/20130613/images/versatile/netboot/ .
+2. Create a hard disk image with qemu-img: qemu-img create -f qcow2 debian.qcow2 2G.
+3. Run arm-softmmu/qemu-system-arm -M versatilepb -kernel vmlinuz-3.2.0-4-versatile \
+        -initrd initrd-3.2.0-4-versatile-netboot -drive file=debian.qcow2,index=0,if=scsi,media=disk \
+        -append "console=ttyAMA0" -nographic -net user,hostfwd=tcp:127.0.0.1:22080-:80,vlan=0 \
+        -net nic,vlan=0 -smp 1,cores=4
+
+The installation should proceed past partition setup and start downloading packages onto hard disk. After several tries I've never got past 31% with the package downloads before getting Abort trap with "Assertion failed: (QTAILQ_EMPTY(&s->queue)), function lsi_soft_reset, file hw/scsi/lsi53c895a.c, line 351." message.
+
+This is (very likely) related to this /old/ bug:
+
+http://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02521.html
+
+Could you try the patch at http://lists.gnu.org/archive/html/qemu-devel/2013-05/msg00248.html ?
+
+
+Can you still reproduce this problem with the latest version of QEMU?
+
+[Expired for QEMU because there has been no activity for 60 days.]
+
diff --git a/results/classifier/118/none/1207896 b/results/classifier/118/none/1207896
new file mode 100644
index 00000000..6344d6d7
--- /dev/null
+++ b/results/classifier/118/none/1207896
@@ -0,0 +1,39 @@
+graphic: 0.718
+mistranslation: 0.592
+device: 0.555
+vnc: 0.458
+kernel: 0.438
+semantic: 0.432
+network: 0.416
+risc-v: 0.416
+user-level: 0.413
+debug: 0.408
+architecture: 0.389
+register: 0.369
+performance: 0.360
+files: 0.357
+permissions: 0.349
+socket: 0.346
+ppc: 0.328
+arm: 0.321
+VMM: 0.296
+i386: 0.268
+peripherals: 0.245
+boot: 0.242
+virtual: 0.242
+x86: 0.231
+TCG: 0.215
+hypervisor: 0.215
+PID: 0.208
+KVM: 0.136
+assembly: 0.133
+
+binfmt wrapper for argv[0] handling
+
+Please, add patch https://lists.gnu.org/archive/html/qemu-devel/2011-09/msg03841.html to upstream. 2 years have passed and this patch is not jet applied. Why? 99% GNU/Linux distribution uses qemu with this patch. It is 100% needed.
+
+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.]
+
diff --git a/results/classifier/118/none/1209 b/results/classifier/118/none/1209
new file mode 100644
index 00000000..1499458f
--- /dev/null
+++ b/results/classifier/118/none/1209
@@ -0,0 +1,35 @@
+device: 0.778
+virtual: 0.682
+architecture: 0.652
+vnc: 0.552
+graphic: 0.526
+register: 0.509
+boot: 0.507
+network: 0.484
+socket: 0.448
+semantic: 0.447
+mistranslation: 0.429
+arm: 0.406
+performance: 0.343
+hypervisor: 0.329
+PID: 0.327
+ppc: 0.277
+files: 0.277
+x86: 0.265
+risc-v: 0.261
+debug: 0.246
+VMM: 0.245
+permissions: 0.242
+i386: 0.214
+peripherals: 0.213
+TCG: 0.159
+KVM: 0.102
+user-level: 0.085
+kernel: 0.059
+assembly: 0.015
+
+Optionally do not clear the screen when starting a VM
+Additional information:
+```
+QEMU emulator version 6.2.0 (qemu-6.2.0-14.fc36)
+```