Re: [PATCH 10/16] qemu-file: Remove _noflush from qemu_file_transferred_noflush()

2023-05-30 Thread Juan Quintela
Fabiano Rosas wrote: > Juan Quintela writes: > >> qemu_file_transferred() don't exist anymore, so we can reuse the name. >> >> Signed-off-by: Juan Quintela >> --- >> migration/qemu-file.h | 4 ++-- >> migration/block.c | 4 ++-- >> migration/qemu-file.c | 2 +- >> migration/savevm.c| 6

Re: [PATCH 10/16] qemu-file: Remove _noflush from qemu_file_transferred_noflush()

2023-05-30 Thread Fabiano Rosas
Juan Quintela writes: > qemu_file_transferred() don't exist anymore, so we can reuse the name. > > Signed-off-by: Juan Quintela > --- > migration/qemu-file.h | 4 ++-- > migration/block.c | 4 ++-- > migration/qemu-file.c | 2 +- > migration/savevm.c| 6 +++--- > migration/vmstate.c

[PATCH 10/16] qemu-file: Remove _noflush from qemu_file_transferred_noflush()

2023-05-30 Thread Juan Quintela
qemu_file_transferred() don't exist anymore, so we can reuse the name. Signed-off-by: Juan Quintela --- migration/qemu-file.h | 4 ++-- migration/block.c | 4 ++-- migration/qemu-file.c | 2 +- migration/savevm.c| 6 +++--- migration/vmstate.c | 4 ++-- 5 files changed, 10