Re: [libvirt] [PATCH 1/2] test_driver: implement virDomainManagedSaveGetXMLDesc

2019-08-09 Thread Erik Skultety
On Wed, Aug 07, 2019 at 06:56:35PM +0200, Ilias Stamatis wrote: > The managedSave APIs according to the documentation are supposed to > operate on a disk file. However, this might not be appropriate in the > case of the test driver since: > > * It's better if the test driver keeps all its state in

[libvirt] [PATCH 1/2] test_driver: implement virDomainManagedSaveGetXMLDesc

2019-08-07 Thread Ilias Stamatis
The managedSave APIs according to the documentation are supposed to operate on a disk file. However, this might not be appropriate in the case of the test driver since: * It's better if the test driver keeps all its state in memory only and doesn't affect the host in any way. * The test driver,