summary refs log tree commit diff stats
path: root/results/classifier/105/device/1298
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/device/1298
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/device/1298')
-rw-r--r--results/classifier/105/device/129828
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/105/device/1298 b/results/classifier/105/device/1298
new file mode 100644
index 00000000..50797e14
--- /dev/null
+++ b/results/classifier/105/device/1298
@@ -0,0 +1,28 @@
+device: 0.882
+graphic: 0.824
+instruction: 0.743
+semantic: 0.644
+network: 0.409
+mistranslation: 0.403
+socket: 0.253
+vnc: 0.123
+boot: 0.096
+assembly: 0.021
+KVM: 0.012
+other: 0.006
+
+virtio-pmem not working on microvm: virtio-pmem missing request data
+Description of problem:
+When using micorvm, qemu does not "connect" the memory backend mem1 with the pmem device. 
+
+When using the first command is executed, qemu shows the following starts message:
+```
+qemu-system-x86_64: virtio-pmem missing request data 
+```
+
+and the kernel outputs following messages:
+```
+[    0.043871] nd_pmem namespace0.0: could not reserve region [mem 0x00000000-0x001fffff]
+[    0.043923] IPI shorthand broadcast: enabled
+[    0.044022] nd_pmem: probe of namespace0.0 failed with error -16
+```