Page MenuHomeFreeBSD

D32686.diff
No OneTemporary

D32686.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
@@ -744,7 +744,8 @@
/*
* 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
Wed, Feb 5, 8:03 AM (17 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16470441
Default Alt Text
D32686.diff (402 B)

Event Timeline