Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147897461
D26209.1784721763.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
407 B
Referenced Files
None
Subscribers
None
D26209.1784721763.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
Wed, Jul 22, 12:02 PM (7 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29227435
Default Alt Text
D26209.1784721763.diff (407 B)
Attached To
Mode
D26209: GVT-d support for bhyve
Attached
Detach File
Event Timeline
Log In to Comment