Page MenuHomeFreeBSD

D32686.id97523.diff
No OneTemporary

D32686.id97523.diff

diff --git a/usr.sbin/bhyve/pci_passthru.c b/usr.sbin/bhyve/pci_passthru.c
--- a/usr.sbin/bhyve/pci_passthru.c
+++ b/usr.sbin/bhyve/pci_passthru.c
@@ -733,7 +733,7 @@
/*
* PCI BARs and MSI capability is emulated.
*/
- if (bar_access(coff) || msicap_access(sc, coff))
+ if (bar_access(coff) || msicap_access(sc, coff) || msixcap_access(sc, coff))
return (-1);
#ifdef LEGACY_SUPPORT

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 12:58 PM (18 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17881574
Default Alt Text
D32686.id97523.diff (396 B)

Event Timeline