summary refs log tree commit diff stats
path: root/results/classifier/108/other/1656
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/108/other/165622
-rw-r--r--results/classifier/108/other/165667640
-rw-r--r--results/classifier/108/other/165671029
-rw-r--r--results/classifier/108/other/165671138
4 files changed, 129 insertions, 0 deletions
diff --git a/results/classifier/108/other/1656 b/results/classifier/108/other/1656
new file mode 100644
index 000000000..2c200ea1a
--- /dev/null
+++ b/results/classifier/108/other/1656
@@ -0,0 +1,22 @@
+network: 0.783
+device: 0.762
+graphic: 0.596
+socket: 0.533
+files: 0.497
+performance: 0.497
+vnc: 0.488
+permissions: 0.464
+debug: 0.420
+KVM: 0.395
+PID: 0.344
+boot: 0.338
+other: 0.243
+semantic: 0.225
+
+https://wiki.qemu.org/: TLS certificate has expired (`May 14 21:15:57 2023 GMT`)
+Description of problem:
+The ceritficate for https://wiki.qemu.org/ has expired on May 14 21:15:57 2023 GMT.
+Steps to reproduce:
+1. Browse https://wiki.qemu.org/
+Additional information:
+
diff --git a/results/classifier/108/other/1656676 b/results/classifier/108/other/1656676
new file mode 100644
index 000000000..daffad82b
--- /dev/null
+++ b/results/classifier/108/other/1656676
@@ -0,0 +1,40 @@
+graphic: 0.804
+vnc: 0.758
+device: 0.691
+semantic: 0.676
+performance: 0.644
+PID: 0.574
+other: 0.565
+debug: 0.490
+network: 0.466
+permissions: 0.322
+socket: 0.312
+files: 0.304
+boot: 0.159
+KVM: 0.136
+
+nvram/fw_cfg.c ‘read’ may be used uninitialized
+
+Commit Number: b6af8ea60282df514f87d32e36afd1c9aeee28c8
+
+The gcc version version 6.3.1 catches a new uninitialized variable in the master branch of QEMU on the Github. After looking through the function, it is really not properly assigned to a value in a certain path (the else condition of assigning read value in the code).
+Here is the snippet of the condition assigning value:
+    if (dma.control & FW_CFG_DMA_CTL_READ) {
+        read = 1;
+    } else if (dma.control & FW_CFG_DMA_CTL_SKIP) {
+        read = 0;
+    } else {
+        dma.length = 0;
+    }
+
+Error (Warning) message is as following:
+hw/nvram/fw_cfg.c: In function ‘fw_cfg_dma_transfer’:
+hw/nvram/fw_cfg.c:372:16: error: ‘read’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
+
+Solution:
+You can fix this by either assign a proper initial value when defining it, or give a proper value in the else condition. 
+Sorry that I don't have a patch for this. I'm not sure whether to assign 1 or 0 in the else condition.
+
+This has been fixed here already:
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=baf2d5bfbac#patch6
+
diff --git a/results/classifier/108/other/1656710 b/results/classifier/108/other/1656710
new file mode 100644
index 000000000..9933b2398
--- /dev/null
+++ b/results/classifier/108/other/1656710
@@ -0,0 +1,29 @@
+device: 0.875
+graphic: 0.870
+semantic: 0.868
+performance: 0.839
+network: 0.776
+permissions: 0.742
+files: 0.726
+other: 0.685
+vnc: 0.658
+boot: 0.550
+socket: 0.510
+debug: 0.497
+PID: 0.476
+KVM: 0.202
+
+Please support Ctrl-Alt-= to zoom in
+
+With the GTK3 interface, qemu-system supports pressing Ctrl-Alt-plus
+to zoom in and Ctrl-Alt-minus to zoom out.  However, unlike many
+programs that support similar zoom hotkeys, qemu-system actually
+requires using '+', making the hotkey Ctrl-Alt-Shift-= .  Most programs
+with similar zoom hotkeys allow Ctrl-Alt-= as a synonym.
+
+Please consider accepting Ctrl-Alt-= as an additional zoom-in hotkey.
+
+(Observed in QEMU 2.8)
+
+http://git.qemu.org/?p=qemu.git;a=commitdiff;h=66f6b82bf26cc15e33
+
diff --git a/results/classifier/108/other/1656711 b/results/classifier/108/other/1656711
new file mode 100644
index 000000000..0142931da
--- /dev/null
+++ b/results/classifier/108/other/1656711
@@ -0,0 +1,38 @@
+graphic: 0.775
+device: 0.720
+other: 0.584
+performance: 0.543
+vnc: 0.461
+socket: 0.448
+semantic: 0.435
+PID: 0.434
+KVM: 0.433
+network: 0.396
+permissions: 0.393
+boot: 0.376
+debug: 0.335
+files: 0.293
+
+GTK3 interface doesn't zoom-to-fit by default
+
+The SDL interface automatically scales the video output to
+match the window size.  The GTK3 interface has an off-by-default option
+"Zoom To Fit" for that.  As far as I can tell, no command-line option
+exists to turn that option on.  That makes it harder to quickly zoom a
+freshly launched VM; instead of just hitting a maximize-window hotkey, I
+also have to navigate through the menu to select "Zoom To Fit".
+
+Given that VMs typically start out running in a much lower-resolution
+video mode than the host (and VMs not running a full graphical
+environment often stay that way), this seriously impacts the usability
+of qemu-system.
+
+(Observed in QEMU 2.8)
+
+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 all 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". Thank you and sorry for the inconvenience.
+
+
+[Expired for QEMU because there has been no activity for 60 days.]
+