private List<KvmNic> buildVnics() {
List<KvmNic> nics = Lists.newArrayList();
{
KvmNic nic = new KvmNic();
nic.device = getEthernetDeviceName();
// nic.mac ;
// Also verify that the guest's running Kernel has CONFIG_PCI_MSI enabled:
//
// grep CONFIG_PCI_MSI /boot/config-`uname -r`