Thanks for the response Jessica! The option you provided fixes the
problem and everything works flawlessly now. Thank you!!
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1894836
Title:
kernel panic
Related StackOverflow question:
https://stackoverflow.com/q/60231203/9835303
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1838390
Title:
vmx_write_mem: mmu_gva_to_gpa failed when using hvf
Status
** Tags added: macos
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1894836
Title:
kernel panic using hvf with CPU passthrough
Status in QEMU:
New
Bug description:
Host Details
QEMU 5.1 (Hom
Public bug reported:
Host Details
QEMU 5.1 (Homebrew)
macOS 10.15.6 Catalina
Late 2014 iMac
i5-4690 @ 3.5 GHz
8 GB RAM
Guest Details
Ubuntu Desktop 20.04.1 Installer ISO
Problem
Whenever I boot with "-accel hvf -cpu host", the Ubuntu desktop installer will
immediately crash with a kernel panic
I think I was able to fix this crash by specifying the exact host model
for the cpu argument.
1. Determine the CPU type of the host machine.
$ sysctl -a | grep machdep.cpu.brand_string
machdep.cpu.brand_string: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz
2. Find the matching CPU model supported by Q