On 30/5/23 14:27, Juan Quintela wrote:
We do a qemu_fclose() just after that, that also does a qemu_fflush(), so remove one qemu_fflush().Signed-off-by: Juan Quintela <quint...@redhat.com> --- migration/savevm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>