QEMU emulates Hyper-V [1] but lacks vmbus_res, thus no coherence information
is available. Add NULL check for it and fallback to no coherence. This will prevent
FreeBSD guests from page fault on QEMU hypervisor with the Hyper-V enlightenment
hv-synic enabled.
Real Hyper-V both gen1 and gen2 have vmbus_res thus are not effected by this change.
PR: 274810
Diagnosed by: mhorne
Fixes: e7a9817b8d32 Hyper-V: vmbus: implementat bus_get_dma_tag in vmbus
MFC after: immediately (we want this in 14.0)