[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 7/9] qemu-file: Make total_transferred an uint64_t
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 7/9] qemu-file: Make total_transferred an uint64_t |
Date: |
Thu, 4 May 2023 17:53:25 +0100 |
User-agent: |
Mutt/2.2.9 (2022-11-12) |
On Thu, May 04, 2023 at 01:38:39PM +0200, Juan Quintela wrote:
> Change all the functions that use it. It was already passed as
> uint64_t.
>
> Signed-off-by: Juan Quintela <quintela@redhat.com>
> ---
> migration/block.c | 5 ++---
> migration/qemu-file.c | 8 ++++----
> migration/qemu-file.h | 4 ++--
> migration/savevm.c | 6 ++----
> migration/vmstate.c | 2 +-
> 5 files changed, 11 insertions(+), 14 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH 5/9] qemu-file: No need to check for shutdown in qemu_file_rate_limit, (continued)
- [PATCH 5/9] qemu-file: No need to check for shutdown in qemu_file_rate_limit, Juan Quintela, 2023/05/04
- [PATCH 6/9] qemu-file: remove shutdown member, Juan Quintela, 2023/05/04
- [PATCH 8/9] qemu-file: Make ram_control_save_page() use accessors for rate_limit, Juan Quintela, 2023/05/04
- [PATCH 7/9] qemu-file: Make total_transferred an uint64_t, Juan Quintela, 2023/05/04
- Re: [PATCH 7/9] qemu-file: Make total_transferred an uint64_t,
Daniel P . Berrangé <=
- [PATCH 9/9] qemu-file: Account for rate_limit usage on qemu_fflush(), Juan Quintela, 2023/05/04
[PATCH 3/9] qemu-file: make qemu_file_[sg]et_rate_limit() use an uint64_t, Juan Quintela, 2023/05/04