virtio_pci: Improve interrupt names
authorsf <sf@openbsd.org>
Mon, 2 Sep 2024 08:22:08 +0000 (08:22 +0000)
committersf <sf@openbsd.org>
Mon, 2 Sep 2024 08:22:08 +0000 (08:22 +0000)
commita9c160188cc8049e69a03d2a078123dd2c663835
treeb4fd33b27bb09f04d0097b3b4f6f0cf97d69601b
parent84b38932e34d2692ffaf821e4542142c343fa76f
virtio_pci: Improve interrupt names

Make interrupt strings according to the child device. This gives names
like vio0:1, vioblk0 instead of virtio0, virtio1.  Also allocate array
of interrupt handlers dynamically. The current size will be too small
for vio multi-queue.

OK bluhm@
sys/dev/pci/virtio_pci.c