summary refs log tree commit diff stats
path: root/results/classifier/118/device/2039
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/device/2039
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/device/2039')
-rw-r--r--results/classifier/118/device/203941
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/118/device/2039 b/results/classifier/118/device/2039
new file mode 100644
index 00000000..586813f5
--- /dev/null
+++ b/results/classifier/118/device/2039
@@ -0,0 +1,41 @@
+device: 0.874
+performance: 0.866
+graphic: 0.850
+virtual: 0.795
+mistranslation: 0.766
+network: 0.745
+semantic: 0.741
+kernel: 0.695
+VMM: 0.692
+permissions: 0.675
+PID: 0.674
+vnc: 0.656
+risc-v: 0.655
+ppc: 0.636
+debug: 0.632
+architecture: 0.629
+boot: 0.626
+register: 0.624
+arm: 0.588
+peripherals: 0.508
+hypervisor: 0.446
+socket: 0.433
+user-level: 0.397
+TCG: 0.369
+i386: 0.346
+KVM: 0.326
+assembly: 0.322
+x86: 0.232
+files: 0.151
+
+there is no 'write' lock checked when exec `qemu-img check lvqcow2`
+Description of problem:
+There is a difference between a qcow2 file image and a lvqcow2 img.
+
+'write' lock will be checked when using a normal qcow2-format image (/path/to/img/test.qcow2) to avoid some risky operations. However, when I create a qcow2 img on a lv, there is not any write lock checked when I perform `qemu-img check` on this lvqcow2 even though it was attached to a vm.
+Steps to reproduce:
+1. create a lvqcow2: `qemu-img create -f qcow2 /path/to/lv  xxG`
+2. create a vm using this lvqcow2
+3. exec `qemu-img check` on this lvqcow2, there is no any perm (such as 'write' lock) check and notifaction even though this lvqcow2 is using in qemu vm.
+Additional information:
+