x86/bhyve: Detect FreeBSD Bhyve hypervisor
This detects the Bhyve hypervisor and enables 15-bit MSI support if
available.
Detecting Bhyve used to be a purely cosmetic issue, of the kernel printing
'Hypervisor detected: Bhyve' at boot time.
But FreeBSD 15.0 will support¹ the 15-bit MSI enlightenment to support
more than 255 vCPUs (http://david.woodhou.se/ExtDestId.pdf) which means
there's now actually some functional reason to do so.
¹ https://github.com/freebsd/freebsd-src/commit/
313a68ea20b4
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Acked-by: Ahmed S. Darwish <darwi@linutronix.de>