
7 Jun
2017
7 Jun
'17
10:33 a.m.
On Wed, Jun 07, 2017 at 10:37:34AM +0200, Jiri Denemark wrote:
The function is now called virQEMUSaveDataWrite and it is now doing everything it needs to save both the save image header and domain XML to a file. Be it a new file or an existing file in which a user wants to change the domain XML.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> ---
Notes: Version 2: - new patch (separated from the original 06/15) - VIR_EXPAND_N is no longer used to pad domain XML with zeros
src/qemu/qemu_driver.c | 98 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 60 insertions(+), 38 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>