]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Partially disable INT#x support in virtio for arm64
authorMark Johnston <markj@FreeBSD.org>
Wed, 3 Apr 2024 17:43:48 +0000 (13:43 -0400)
committerMark Johnston <markj@FreeBSD.org>
Wed, 10 Apr 2024 15:17:56 +0000 (11:17 -0400)
commit4bb929cc6d60aed8910ab02c32a7e1bd3fdfa298
tree59c40d0d155aa1cd3b0ae7dbaf770c8238f50ffc
parentdc6a00f2e4242521cb7099f95f87686b35b98231
bhyve: Partially disable INT#x support in virtio for arm64

A FreeBSD guest won't make use of this support and pci_lintr_* is not
implemented on arm64.  Simply make pci_lintr_*() calls amd64-specific
for now.

Reviewed by: corvink, jhb
MFC after: 2 weeks
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D41741
usr.sbin/bhyve/virtio.c