Re: [libvirt] [PATCH 2/4] Factor out def assignment to existing domain from virDomainAssignDef

2010-05-20 Thread Cole Robinson
On 05/20/2010 08:54 AM, Jiri Denemark wrote: > We need to be able to assign new def to an existing virDomainObj which > is already locked. This patch factors out the relevant code from > virDomainAssignDef into virDomainObjAssignDef. > --- > src/conf/domain_conf.c | 36 +---

[libvirt] [PATCH 2/4] Factor out def assignment to existing domain from virDomainAssignDef

2010-05-20 Thread Jiri Denemark
We need to be able to assign new def to an existing virDomainObj which is already locked. This patch factors out the relevant code from virDomainAssignDef into virDomainObjAssignDef. --- src/conf/domain_conf.c | 36 +--- src/conf/domain_conf.h |3 +++ src/