
19 Jun
2019
19 Jun
'19
6:42 p.m.
On Tue, Jun 18, 2019 at 22:47:51 -0500, Eric Blake wrote:
A lot of this work heavily copies from the existing snapshot APIs. The test driver doesn't really have to do anything more than just expose an interface into libvirt metadata, making it possible to test saving and restoring XML, and tracking relations between multiple checkpoints.
Signed-off-by: Eric Blake <eblake@redhat.com> --- src/test/test_driver.c | 427 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 427 insertions(+)
Looks good to me at the first glance but I didn't test it or reviewed it extra thoroughly. I'm willing to ACK it since it's the test driver.