[Bug 1894836] Re: kernel panic using hvf with CPU passthrough

2020-11-17 Thread Jordan Williams
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

[Bug 1838390] Re: vmx_write_mem: mmu_gva_to_gpa failed when using hvf

2020-09-08 Thread Jordan Williams
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

[Bug 1894836] Re: kernel panic using hvf with CPU passthrough

2020-09-08 Thread Jordan Williams
** 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

[Bug 1894836] [NEW] kernel panic using hvf with CPU passthrough

2020-09-08 Thread Jordan Williams
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

[Bug 1838390] Re: vmx_write_mem: mmu_gva_to_gpa failed when using hvf

2020-09-04 Thread Jordan Williams
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