diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2646.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2646.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2646.toml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2646.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2646.toml deleted file mode 100644 index a94d3e53..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2646.toml +++ /dev/null @@ -1,35 +0,0 @@ -id = 2646 -title = "osx 10.6.8 guest on x86-64 macos 10.12 host can't boot on HVF, boots on tcg" -state = "closed" -created_at = "2024-10-30T11:50:04.950Z" -closed_at = "2024-10-30T12:42:44.600Z" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2646" -host-os = "macos 10.12.6" -host-arch = "x86-64" -qemu-version = "bin/qemu-system-x86_64 --version" -guest-os = "Mac OSX 10.6.8" -guest-arch = "x86-64" -description = """for some reason HVF acceleration does not work with mac-on-mac. Haiku beta5 (x64), win10 x64, Debian netinstall 12.7.0 - all works.""" -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 :(""" -additional = "n/a" |