FreeBSD Bugzilla – Attachment 219501 Details for
Bug 250802
bhyve exited with status 134 when GPU PCI passthrough
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
debugging #4
1.patch (text/plain), 408 bytes, created by
Konstantin Belousov
on 2020-11-09 21:38:34 UTC
(
hide
)
Description:
debugging #4
Filename:
MIME Type:
Creator:
Konstantin Belousov
Created:
2020-11-09 21:38:34 UTC
Size:
408 bytes
patch
obsolete
>diff --git a/sys/amd64/vmm/io/ppt.c b/sys/amd64/vmm/io/ppt.c >index 547a14e6464..8ba9d7070b1 100644 >--- a/sys/amd64/vmm/io/ppt.c >+++ b/sys/amd64/vmm/io/ppt.c >@@ -465,6 +465,7 @@ ppt_map_mmio(struct vm *vm, int bus, int slot, int func, > seg->gpa = gpa; > seg->len = len; > } >+if (error == 0 && hpa == 0xd0000000 && len == 0x10000000) vm_map_mmio(vm, hpa, len, hpa); > return (error); > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250802
:
219488
|
219490
| 219501