1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

feature #3028: bug assigning pci devices to VMs

This commit is contained in:
Javi Fontan 2015-09-02 11:21:19 +02:00
parent 39bf8212ee
commit 057063c2ef

View File

@ -160,6 +160,8 @@ void HostSharePCI::add(vector<Attribute *> &devs, int vmid)
pci->replace("FUNCTION",dev->attrs->vector_value("FUNCTION"));
pci->replace("ADDRESS",dev->attrs->vector_value("ADDRESS"));
break;
}
}
}