summary refs log tree commit diff stats
path: root/results/classifier/118/graphic/1439
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/118/graphic/143941
-rw-r--r--results/classifier/118/graphic/143980043
2 files changed, 84 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1439 b/results/classifier/118/graphic/1439
new file mode 100644
index 00000000..44d82878
--- /dev/null
+++ b/results/classifier/118/graphic/1439
@@ -0,0 +1,41 @@
+graphic: 0.886
+device: 0.842
+KVM: 0.775
+files: 0.736
+network: 0.692
+performance: 0.598
+kernel: 0.586
+x86: 0.558
+socket: 0.542
+semantic: 0.533
+architecture: 0.480
+vnc: 0.458
+boot: 0.444
+register: 0.440
+ppc: 0.426
+peripherals: 0.399
+arm: 0.328
+debug: 0.284
+hypervisor: 0.274
+PID: 0.231
+TCG: 0.231
+VMM: 0.208
+risc-v: 0.188
+user-level: 0.181
+i386: 0.169
+virtual: 0.119
+mistranslation: 0.113
+permissions: 0.109
+assembly: 0.064
+
+QEMU crashes when there is an "[accel]" section in the config file
+Description of problem:
+QEMU crashes with a segmentation fault if there is a "[accel]" section in the config file with a type="kvm" entry. It would be maybe still be OK if there was an error message instead, but it should certainly not crash.
+Steps to reproduce:
+```
+$ cat > /tmp/config <<EOF
+[accel]
+type = "kvm"
+EOF
+$ qemu-system-x86_64 -readconfig /tmp/config
+```
diff --git a/results/classifier/118/graphic/1439800 b/results/classifier/118/graphic/1439800
new file mode 100644
index 00000000..e490359e
--- /dev/null
+++ b/results/classifier/118/graphic/1439800
@@ -0,0 +1,43 @@
+graphic: 0.933
+device: 0.895
+performance: 0.666
+architecture: 0.653
+mistranslation: 0.637
+network: 0.628
+boot: 0.620
+semantic: 0.610
+vnc: 0.456
+hypervisor: 0.444
+files: 0.439
+kernel: 0.427
+debug: 0.417
+peripherals: 0.404
+risc-v: 0.379
+socket: 0.352
+PID: 0.351
+ppc: 0.333
+register: 0.333
+user-level: 0.304
+VMM: 0.302
+permissions: 0.301
+TCG: 0.292
+x86: 0.273
+virtual: 0.239
+i386: 0.238
+arm: 0.198
+assembly: 0.188
+KVM: 0.126
+
+GTK fullscreen mode start stretched but fixes after leaving and returning full screen mode
+
+I'm running QEMU 2.2.91 compiled directly from git and starting QEMU with the -full-screen option. The guest OS is Windows 8.1 using the VGA driver from QEMU.
+
+The image can be fixed leaving the full-screen mode and returning it back. So it appears that QEMU loses the information with multiple resolution changes of the boot process and fails in the end.
+
+The description can be a little confusing, so I've put a video on Youtube, so it can demonstrate the real issue:
+https://www.youtube.com/watch?v=-lWbWEUOSsk
+
+Looking through old bug tickets... can you still reproduce this issue with the latest version of QEMU and the latest version of GTK? Or could we close this ticket nowadays?
+
+[Expired for QEMU because there has been no activity for 60 days.]
+