Re: [libvirt] [PATCH 2/5] conf: expose APIs to let drivers load individual config / status files

2018-01-02 Thread John Ferlan
On 12/20/2017 11:47 AM, Daniel P. Berrange wrote: > Currently drivers can only do a bulk load of config / status files for > their guests. This exposes some helper methods to allow individual > guests to be loaded. > > Signed-off-by: Daniel P. Berrange > --- >

[libvirt] [PATCH 2/5] conf: expose APIs to let drivers load individual config / status files

2017-12-20 Thread Daniel P. Berrange
Currently drivers can only do a bulk load of config / status files for their guests. This exposes some helper methods to allow individual guests to be loaded. Signed-off-by: Daniel P. Berrange --- src/conf/virdomainobjlist.c | 98