]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Change qemu_file_transferred to noflush
authorJuan Quintela <quintela@redhat.com>
Tue, 30 May 2023 18:39:23 +0000 (20:39 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 26 Jul 2023 08:55:56 +0000 (10:55 +0200)
commitcf786549ce6e8d775fbc8ebe06759d59fc709f08
treefdc7ef39c17e8cbbf4ea05ee270392aaa989fb00
parentfc95c63b603221b3bdedc544a39030fbea3f47a4
migration: Change qemu_file_transferred to noflush

We do a qemu_fclose() just after that, that also does a qemu_fflush(),
so remove one qemu_fflush().

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230530183941.7223-3-quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/savevm.c