Re: [libvirt] [PATCH] test_driver: implement virDomainReset

2019-08-07 Thread Erik Skultety
On Tue, Aug 06, 2019 at 05:56:23PM +0200, Ilias Stamatis wrote: > The qemu and vz implementations don't emit any signals when this API is > called, so we can do the same here for now and succeed by doing nothing. > > Signed-off-by: Ilias Stamatis > --- Reviewed-by: Erik Skultety -- libvir-list

[libvirt] [PATCH] test_driver: implement virDomainReset

2019-08-06 Thread Ilias Stamatis
The qemu and vz implementations don't emit any signals when this API is called, so we can do the same here for now and succeed by doing nothing. Signed-off-by: Ilias Stamatis --- src/test/test_driver.c | 23 +++ 1 file changed, 23 insertions(+) diff --git