Wojciech Macek wrote: > Implement domain lookup by its ID. > --- > src/bhyve/bhyve_driver.c | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) > > static virDriver bhyveDriver = { > .no = VIR_DRV_BHYVE, > .name = "bhyve", > @@ -811,6 +839,7 @@ static virDriver bhyveDriver = { > .nodeGetCPUMap = bhyveNodeGetCPUMap, /* 1.2.3 */ > .nodeGetMemoryParameters = bhyveNodeGetMemoryParameters, /* 1.2.3 */ > .nodeSetMemoryParameters = bhyveNodeSetMemoryParameters, /* 1.2.3 */ > + .domainLookupByID = bhyveDomainLookupByID, /* 1.2.3 */ > }; I grouped that with other domainLookup methods. ACK and pushed. Roman Bogorodskiy -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list