Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160588847
D26209.id121851.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
407 B
Referenced Files
None
Subscribers
None
D26209.id121851.diff
View Options
diff --git a/usr.sbin/bhyve/pci_gvt-d.c b/usr.sbin/bhyve/pci_gvt-d.c
--- a/usr.sbin/bhyve/pci_gvt-d.c
+++ b/usr.sbin/bhyve/pci_gvt-d.c
@@ -233,7 +233,10 @@
memcpy(opregion->gva, opregion->hva, opregion->len);
- return (0);
+ pci_set_cfgdata32(pi, PCIR_ASLS_CTL, opregion->gpa);
+
+ return (set_pcir_handler(sc, PCIR_ASLS_CTL, 4, passthru_cfgread_emulate,
+ passthru_cfgwrite_emulate));
}
int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 26, 11:22 PM (6 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34373968
Default Alt Text
D26209.id121851.diff (407 B)
Attached To
Mode
D26209: GVT-d support for bhyve
Attached
Detach File
Event Timeline
Log In to Comment