[Bug 250802] bhyve exited with status 134 when GPU PCI passthrough
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 7 21:46:38 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250802
--- Comment #27 from Robert Crowston <crowston at protonmail.com> ---
(In reply to Konstantin Belousov from comment #26)
I am on stable/12, so I added
if (cpu_maxphysaddr > VM_MAXUSER_ADDRESS)
cpu_maxphysaddr = VM_MAXUSER_ADDRESS;
(I also needed #include <vm/pmap.h> and #include <machine/vmparam.h>.)
Now I am back to the original error:
wrmsr to register 0xc0011029(0x3) on vcpu 0
rdmsr to register 0xc00000e9 on vcpu 0
Unhandled ps2 mouse command 0xe1
Unhandled ps2 mouse command 0x88
Assertion failed: (pi->pi_bar[baridx].type == PCIBAR_IO), function
passthru_write, file /usr/src/usr.sbin/bhyve/pci_passthru.c, line 916.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-virtualization
mailing list