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(a)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(a)redhat.com>