summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:14b/output/files/1877688
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/deepseek-r1:14b/output/files/1877688
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloadqemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
qemu-analysis-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/files/1877688')
-rw-r--r--results/classifier/deepseek-r1:14b/output/files/187768812
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/files/1877688 b/results/classifier/deepseek-r1:14b/output/files/1877688
new file mode 100644
index 000000000..2a5cd4398
--- /dev/null
+++ b/results/classifier/deepseek-r1:14b/output/files/1877688
@@ -0,0 +1,12 @@
+
+9p virtfs device reports error when opening certain files
+
+Reading certain files on a 9p mounted FS produces this error message:
+
+qemu-system-x86_64: VirtFS reply type 117 needs 12 bytes, buffer has 12, less than minimum
+
+After this error message is generated, further accesses to the 9p FS hangs whatever tries to access it. The Arch Linux guest system is otherwise usable. This happens with QEMU 5.0.0 and guest kernel version 5.6.11, hosted on an Arch Linux distro. I use the following command to launch QEMU:
+
+exec qemu-system-x86_64 -enable-kvm -display gtk -vga virtio -cpu host -m 4G -netdev tap,ifname=vmtap0,id=vn0,script=no,downscript=no -device virtio-net-pci,netdev=vn0 -kernel kernel.img -drive file=file.img,format=raw,if=virtio -virtfs local,path=mnt,mount_tag=host0,security_model=passthrough,id=host0 -append "console=ttyS0 root=/dev/vda rw"
+
+There's nothing relevant in the guest kernel logs as far as I'm aware of with loglevel set to 7.
\ No newline at end of file