Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to
authorneel <neel@FreeBSD.org>
Wed, 18 Dec 2013 03:58:51 +0000 (03:58 +0000)
committerneel <neel@FreeBSD.org>
Wed, 18 Dec 2013 03:58:51 +0000 (03:58 +0000)
commite24d040187fb3f20d737b964af58eec14ab354dd
tree124d11a7095b3484c6f7c28e0137034c621a7f74
parentfa6de9117d010d474939e5689c1d076d4918025b
Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' to
'vm_setup_pptdev_msi()' and 'vm_setup_pptdev_msix()' respectively.

It should now be clear that these functions operate on passthru devices.
lib/libvmmapi/vmmapi.c
lib/libvmmapi/vmmapi.h
usr.sbin/bhyve/pci_passthru.c