
7 Jun
2017
7 Jun
'17
10:55 a.m.
On Wed, Jun 07, 2017 at 10:37:39AM +0200, Jiri Denemark wrote:
The following patches will add an actual content in the cookie and use the data when restoring a domain.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 2: - renamed virQEMUSaveHeader.cookie as cookieOffset - renamed virQEMUSaveDataNew's cookie parameter as cookieObj - store zeros at the end of header data rather than between domain XML and cookie
docs/formatsnapshot.html.in | 6 +++ docs/schemas/domainsnapshot.rng | 7 +++ src/qemu/qemu_driver.c | 96 ++++++++++++++++++++++++++++++++++++----- 3 files changed, 99 insertions(+), 10 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>