summary refs log tree commit diff stats
path: root/results/classifier/accel-gemma3:12b/kvm/1177
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 16:27:09 +0000
commit4d9e26c0333abd39bdbd039dcdb30ed429c475ba (patch)
tree4010d5fb3e8bc48c110a2c1ff2a16b8648cb86bb /results/classifier/accel-gemma3:12b/kvm/1177
parent5541099586dbd6018574cb44e1934907c121526f (diff)
downloademulator-bug-study-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.tar.gz
emulator-bug-study-4d9e26c0333abd39bdbd039dcdb30ed429c475ba.zip
add gemma accelerator classification results
Diffstat (limited to 'results/classifier/accel-gemma3:12b/kvm/1177')
-rw-r--r--results/classifier/accel-gemma3:12b/kvm/117717
1 files changed, 17 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/kvm/1177 b/results/classifier/accel-gemma3:12b/kvm/1177
new file mode 100644
index 00000000..8663b2c3
--- /dev/null
+++ b/results/classifier/accel-gemma3:12b/kvm/1177
@@ -0,0 +1,17 @@
+
+booting linux hangs with -cpu max or -cpu max,lpa2=off, but works with -cpu cortex-a57
+Description of problem:
+
+Steps to reproduce:
+1. Snag mini.iso from http://ports.ubuntu.com/ubuntu-ports/dists/bionic-updates/main/installer-arm64/current/images/netboot/mini.iso
+2. qemu-img create ubuntu-image.img 20G
+3. dd if=/dev/zero of=flash1.img bs=1M count=64
+4. dd if=/dev/zero of=flash0.img bs=1M count=64
+5. dd if=/home/imp/git/qemu/00-build/pc-bios/edk2-aarch64-code.fd of=flash0.img conv=notrunc
+6. Run the above command
+7. Select install, watch the kernel hang.
+8. Change -cpu max to -cpu cortex-a57 and it will work. -cpu max,lpa2=off also exhibits the problem
+Additional information:
+Just grabbed git and built it with ./configure in /home/imp/git/qemu/00-build.
+
+pm215 on irc suggested that it was an old EDK2 and a newer one is needed to cope with the newer CPU features in -cpu max