summary refs log tree commit diff stats
path: root/results/classifier/118/graphic/1151
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/118/graphic/115179
-rw-r--r--results/classifier/118/graphic/115145053
2 files changed, 132 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/1151 b/results/classifier/118/graphic/1151
new file mode 100644
index 00000000..f27e7721
--- /dev/null
+++ b/results/classifier/118/graphic/1151
@@ -0,0 +1,79 @@
+graphic: 0.866
+performance: 0.825
+permissions: 0.807
+KVM: 0.775
+device: 0.726
+ppc: 0.685
+hypervisor: 0.658
+kernel: 0.605
+risc-v: 0.582
+PID: 0.564
+semantic: 0.552
+vnc: 0.513
+socket: 0.466
+i386: 0.447
+VMM: 0.445
+virtual: 0.439
+peripherals: 0.421
+user-level: 0.417
+network: 0.407
+boot: 0.404
+files: 0.391
+architecture: 0.384
+debug: 0.384
+TCG: 0.372
+x86: 0.362
+arm: 0.326
+register: 0.296
+mistranslation: 0.195
+assembly: 0.176
+
+when guest unexpect shutdown,can't enter system,the terminal has a black screen
+Description of problem:
+
+Steps to reproduce:
+1.guest unexpect shutdown 
+
+2.when start again,cpu usage is high and can't enter the guest system
+
+3.restart guest can recovery
+
+**libvirt print:**
+
+`2022-08-11 14:39:58.080+0000: 1942: warning : qemuDomainObjTaint:6079 : Domain id=117 name='GDT99d2578e-f06e-4fbe-88dd-7d9dd56fd02d' uuid=99d2578e-f06e-4fbe-88dd-7d9dd56fd02d is tainted: high-privileges
+
+2022-08-11 14:39:58.080+0000: 1942: warning : qemuDomainObjTaint:6079 : Domain id=117 name='GDT99d2578e-f06e-4fbe-88dd-7d9dd56fd02d' uuid=99d2578e-f06e-4fbe-88dd-7d9dd56fd02d is tainted: custom-argv
+
+2022-08-11 14:40:28.792+0000: 741037: warning : qemuDomainObjBeginJobInternal:946 : Cannot start job (modify, none, none) for domain GDT99d2578e-f06e-4fbe-88dd-7d9dd56fd02d; current job is (none, none, migration in) owned by (0 <null>, 0 <null>, 0 remoteDispatchDomainMigratePrepare3Params (flags=0x203)) for (0s, 0s, 30s)
+
+2022-08-11 14:40:28.792+0000: 741037: error : qemuDomainObjBeginJobInternal:968 : Timed out during operation: cannot acquire state change lock (held by monitor=remoteDispatchDomainMigratePrepare3Params)
+`
+
+
+**user perf to analyse:**
+
+\#top -d 3 -Hp 1311519
+
+![image](/uploads/2ec511a049b43f827368eb84c46ee2ed/image.png)
+
+\#perf record -a -g -p 1311519 sleep 20
+
+\#report -n --header --stdio
+
+![image](/uploads/b8c66c590e4b1d444d102923f6247dce/image.png)
+
+
+**query kvm stat:**
+
+ \# perf stat -e 'kvm:*' -a -p 1311519 sleep 20
+
+![image](/uploads/6d50e1b48d795fe68bfebb05b7382a24/image.png)
+
+
+kvm vmexit stat:
+
+\#perf kvm stat record -a -p 1311519 sleep 10
+
+\#perf kvm stat report --event=vmexit
+
+![image](/uploads/3f7f0c35f8734ccebcdf883cb059f12c/image.png)
diff --git a/results/classifier/118/graphic/1151450 b/results/classifier/118/graphic/1151450
new file mode 100644
index 00000000..e5a602c8
--- /dev/null
+++ b/results/classifier/118/graphic/1151450
@@ -0,0 +1,53 @@
+mistranslation: 0.996
+graphic: 0.945
+x86: 0.944
+files: 0.900
+device: 0.886
+architecture: 0.885
+semantic: 0.871
+network: 0.672
+permissions: 0.637
+PID: 0.626
+register: 0.598
+ppc: 0.596
+virtual: 0.572
+hypervisor: 0.567
+socket: 0.535
+performance: 0.535
+boot: 0.531
+vnc: 0.512
+arm: 0.488
+user-level: 0.474
+TCG: 0.449
+debug: 0.443
+VMM: 0.403
+risc-v: 0.381
+kernel: 0.380
+i386: 0.360
+peripherals: 0.317
+assembly: 0.229
+KVM: 0.170
+
+wrong description in qemu manual 
+
+
+Description:
+man qemu, there is a line:
+qemu-system-x86_84 --drive file=gluster://192.0.2.1/testvol/a.img
+seems should be:
+qemu-system-x86_64 --drive file=gluster://192.0.2.1/testvol/a.img
+
+Additional info:
+* operating system
+arch linux x86_64
+* package version(s)
+1.4.0
+* config and/or log files etc.
+
+
+Steps to reproduce:
+man qemu
+
+This typo was fixed in commit db2d5eba652ec back in 2013, but we forgot to close the bug. Oops, and belated thanks for the report!
+
+