summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/hypervisor/2646
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/hypervisor/2646
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/2646')
-rw-r--r--results/classifier/gemma3:12b/hypervisor/264626
1 files changed, 26 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/2646 b/results/classifier/gemma3:12b/hypervisor/2646
new file mode 100644
index 00000000..7e2dedf2
--- /dev/null
+++ b/results/classifier/gemma3:12b/hypervisor/2646
@@ -0,0 +1,26 @@
+
+osx 10.6.8 guest on x86-64 macos 10.12 host can't boot on HVF, boots on tcg
+Description of problem:
+for some reason HVF acceleration does not work with mac-on-mac. Haiku beta5 (x64), win10 x64, Debian netinstall 12.7.0 - all works.
+Steps to reproduce:
+```
+1. get 10.6.8 image from archive.org
+2. bin/qemu-system-x86_64 -device isa-applesmc,osk="well_known_string" -usb -M pc-q35-2.11 -device usb-kbd -device usb-tablet -m 1536 -smp 1 -cpu Penryn,vendor=GenuineIntel,+ssse3,+sse4.1,+sse4.2 -L /opt/local/share/qemu -device ac97 -vnc :3 --no-reboot -accel hvf  -boot c  -bios usr/share/edk2-ovmf-x64/OVMF_CODE.fd -hda osx-10.6-xcode-compressed-efi.qcow2 -d unimp
+audio: Could not create a backend for voice `ac97.pi'
+audio: Could not create a backend for voice `ac97.mc'
+audio: Could not create a backend for voice `ac97.pi'
+audio: Could not create a backend for voice `ac97.mc'
+ahci: IRQ#0 level:1
+ahci: IRQ#0 level:1
+
+{many more of those}
+```
+and at this point qemu quits. 
+
+without --no-reboot it reboots
+
+tried both UEFI boot (using https://github.com/khronokernel/khronokernel.github.io/blob/master/Binaries/OpenCore/EFI-LEGACY.img.zip?raw=true , currently integrated into hdd image) and Clover-5160-X64.iso 
+
+if I remove -accel hvf and replace it with accel tcg guest boots.
+
+i tried to capture moment when it reboots on video but I can't catch anything :(