diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 16:27:09 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 16:27:09 +0000 |
| commit | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (patch) | |
| tree | 4010d5fb3e8bc48c110a2c1ff2a16b8648cb86bb /results/classifier/accel-gemma3:12b/kvm/1298 | |
| parent | 5541099586dbd6018574cb44e1934907c121526f (diff) | |
| download | qemu-analysis-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.tar.gz qemu-analysis-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.zip | |
add gemma accelerator classification results
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1298')
| -rw-r--r-- | results/classifier/accel-gemma3:12b/kvm/1298 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1298 b/results/classifier/accel-gemma3:12b/kvm/1298 new file mode 100644 index 000000000..d7c21c277 --- /dev/null +++ b/results/classifier/accel-gemma3:12b/kvm/1298 @@ -0,0 +1,16 @@ + +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 +``` |