Re: [Qemu-devel] [PATCH 04/12] qtest: add interface to save/restore

2013-06-20 Thread Andreas Färber
Am 19.06.2013 22:40, schrieb Anthony Liguori: > The idea here is pretty simple. We have a synchronous interface > that when called, does a migration to a file, kills the QEMU > instance, and spawns a new one using the saved file state. > > We an then sprinkle calls to qtest_save_restore() thoroug

[Qemu-devel] [PATCH 04/12] qtest: add interface to save/restore

2013-06-19 Thread Anthony Liguori
The idea here is pretty simple. We have a synchronous interface that when called, does a migration to a file, kills the QEMU instance, and spawns a new one using the saved file state. We an then sprinkle calls to qtest_save_restore() thorough test cases to validate that we are properly saving and