Re: [libvirt] [PATCH 3/4] test_driver: implement virDomainSaveImageDefineXML

2019-06-07 Thread Erik Skultety
On Wed, May 29, 2019 at 02:22:58PM +0200, Ilias Stamatis wrote: > Updates the existing image stored in @path, in case @dxml contains valid > XML supported by the fake host. > > Signed-off-by: Ilias Stamatis > --- > src/test/test_driver.c | 28 > 1 file changed, 28

[libvirt] [PATCH 3/4] test_driver: implement virDomainSaveImageDefineXML

2019-05-29 Thread Ilias Stamatis
Updates the existing image stored in @path, in case @dxml contains valid XML supported by the fake host. Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 28 1 file changed, 28 insertions(+) diff --git a/src/test/test_driver.c b/src/test/test_driver.c