[Bug 250802] bhyve exited with status 134 when GPU PCI passthrough
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 4 21:04:21 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250802
Peter Grehan <grehan at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grehan at FreeBSD.org
--- Comment #6 from Peter Grehan <grehan at FreeBSD.org> ---
I just commented on the review: that patch shouldn't be needed (a comment on
why the assert is there could help I guess).
A possibility here is that the 64-bit PCI that bhyve reserves is out of
physical address range for that model CPU. The fix for this is to make the base
of this region dynamic after a CPUID to determine the max phys addr lines.
Another fix that Robert mentioned is to relax the overly-small 32MB restriction
on placing mmio bars in the PCI hole below 4G. It can be 256MB without any
issues, and 512MB with sorting of BARs.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list