summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/files/1810590
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/files/1810590
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/files/1810590')
-rw-r--r--results/classifier/gemma3:12b/files/181059022
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/files/1810590 b/results/classifier/gemma3:12b/files/1810590
new file mode 100644
index 000000000..4e3e40e1f
--- /dev/null
+++ b/results/classifier/gemma3:12b/files/1810590
@@ -0,0 +1,22 @@
+
+Record/replay example does not work
+
+Trying the record part of the record/replay example at https://github.com/qemu/qemu/blob/master/docs/replay.txt qemu immediately hangs with no guest output displayed.  This is with qemu from today's git (e59dbbac0364344a3ad84c3497a98c56003d3fb8).
+
+To reproduce:
+
+  wget https://people.debian.org/~aurel32/qemu/i386/debian_squeeze_i386_standard.qcow2
+
+  mv debian_squeeze_i386_standard.qcow2 disk.qcow2
+
+  qemu-system-i386 \
+       -icount shift=7,rr=record,rrfile=replay.bin \
+       -drive file=disk.qcow2,if=none,id=img-direct \
+       -drive driver=blkreplay,if=none,image=img-direct,id=img-blkreplay \
+       -device ide-hd,drive=img-blkreplay \
+       -netdev user,id=net1 -device rtl8139,netdev=net1 \
+       -object filter-replay,id=replay,netdev=net1
+
+The above qemu command line is exactly the same as in the example.
+
+Tested on a Debian 9 x86_64 host.
\ No newline at end of file