[libvirt] [PATCH] conf: add caps to virDomainObjFormat/SaveStatus

2016-02-04 Thread Daniel P. Berrange
The virDomainObjFormat and virDomainSaveStatus methods both call into virDomainDefFormat, so should be providing a non-NULL virCapsPtr instance. Signed-off-by: Daniel P. Berrange --- src/bhyve/bhyve_process.c | 15 +++-- src/conf/domain_conf.c | 10 +

Re: [libvirt] [PATCH] conf: add caps to virDomainObjFormat/SaveStatus

2016-02-04 Thread Joao Martins
On 02/04/2016 02:52 PM, Daniel P. Berrange wrote: > The virDomainObjFormat and virDomainSaveStatus methods > both call into virDomainDefFormat, so should be providing > a non-NULL virCapsPtr instance. > > Signed-off-by: Daniel P. Berrange > --- > src/bhyve/bhyve_process.c