Files
RedBear-OS/drivers/net
Red Bear OS 3c9dda3253 virtio-netd: log MSI-X interrupt delivery at info level
The driver requires MSI-X (virtio-core probe errors out without it) and
binds both virtqueues to MSIX_PRIMARY_VECTOR, but only noted the
transport in a debug log — leaving zero runtime evidence of the MSI-X
path at the default level, which is why test-msix-qemu.sh found no live
MSI-X evidence. Log the delivery method at info where it is set up.
2026-07-20 00:24:54 +09:00
..