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:
parent
39bf8212ee
commit
057063c2ef
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user