Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2020 21:04:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 250802] bhyve exited with status 134 when GPU PCI passthrough
Message-ID:  <bug-250802-27103-IicPQCnr31@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250802-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250802-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250802

Peter Grehan <grehan@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grehan@FreeBSD.org

--- Comment #6 from Peter Grehan <grehan@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 restric=
tion
on placing mmio bars in the PCI hole below 4G. It can be 256MB without any
issues, and 512MB with sorting of BARs.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250802-27103-IicPQCnr31>