Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144627598
D40107.1775866559.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
476 B
Referenced Files
None
Subscribers
None
D40107.1775866559.diff
View Options
diff --git a/usr.sbin/bhyve/pci_emul.c b/usr.sbin/bhyve/pci_emul.c
--- a/usr.sbin/bhyve/pci_emul.c
+++ b/usr.sbin/bhyve/pci_emul.c
@@ -1029,7 +1029,8 @@
pdi->pi_lintr.pirq_pin = 0;
pdi->pi_lintr.ioapic_irq = 0;
pdi->pi_d = pde;
- snprintf(pdi->pi_name, PI_NAMESZ, "%s-pci-%d", pde->pe_emu, slot);
+ snprintf(pdi->pi_name, PI_NAMESZ, "%s@pci.%d.%d.%d", pde->pe_emu, bus,
+ slot, func);
/* Disable legacy interrupts */
pci_set_cfgdata8(pdi, PCIR_INTLINE, 255);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 12:15 AM (4 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28320979
Default Alt Text
D40107.1775866559.diff (476 B)
Attached To
Mode
D40107: bhyve: pci_devinst.pi_name should contain bus, slot, func
Attached
Detach File
Event Timeline
Log In to Comment