summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/hypervisor/1690322
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:34:26 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:35:44 +0000
commit25f8033d556aa17afaea4a5196ea7a69fe248320 (patch)
tree0f056db167683be54ea1e5e72d29d6069af55e7d /results/classifier/deepseek-2-tmp/output/hypervisor/1690322
parent8e6da29e4ee5fc14bc1cc816a24f21271f14090d (diff)
downloademulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.tar.gz
emulator-bug-study-25f8033d556aa17afaea4a5196ea7a69fe248320.zip
add new temporary deepseek-r1:14b results
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/hypervisor/1690322')
-rw-r--r--results/classifier/deepseek-2-tmp/output/hypervisor/169032215
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/hypervisor/1690322 b/results/classifier/deepseek-2-tmp/output/hypervisor/1690322
new file mode 100644
index 00000000..1f5fc120
--- /dev/null
+++ b/results/classifier/deepseek-2-tmp/output/hypervisor/1690322
@@ -0,0 +1,15 @@
+
+errors which can't backing storage for guest RAM with -mem-path
+
+I found it can't backup the guest RAM when i run simple ram test code with 
+
+errors which can't backing storage for guest RAM with integratorcp, the commander is:
+
+qemu-system-arm -M integratorcp -m 1 -semihosting -nographic -mem-path mem.txt -kernel build/emu_ram_test.elf
+
+i wrote the patter "0x55" to all of the rest of RAM in my test, after run my test code, it just generate the 1048576 Bytes file, i split these file into 2kB, most of split file is black, some of them just display \00 after open with gedit.
+
+i don't know whether my commander is incorrect, anyone can confirm it for me? i just want to write the guest RAM and read it from host during the guest code is running. but my guest just has simple os without file system and network. so i want to try with this backend RAM ways.
+
+thanks.
+js
\ No newline at end of file