Attach a vdev to the specified host PCI device
#include <qvm/hpci.h>
void* hpci_device_attach(uint64_t location, int rdonly)
Call this function if your vdev needs access to a PCI device in the host.
A handle to a device, or NULL if unsuccessful.