diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2022-06-20 12:01:48 +0100 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2022-06-22 18:11:21 +0100 |
commit | c7fc8d323ad1a3110925088096376eca4163be71 (patch) | |
tree | 1722e4115c3790f99a5ef3e6a27a4d7a2ef2094a /util/cacheflush.c | |
parent | 246683c22f21df0572bd3ab756ac9e688e856cb1 (diff) | |
download | qemu-c7fc8d323ad1a3110925088096376eca4163be71.zip qemu-c7fc8d323ad1a3110925088096376eca4163be71.tar.gz qemu-c7fc8d323ad1a3110925088096376eca4163be71.tar.bz2 |
migration: rename rate limiting fields in QEMUFile
This renames the following QEMUFile fields
* bytes_xfer -> rate_limit_used
* xfer_limit -> rate_limit_max
The intent is to make it clear that 'bytes_xfer' is specifically related
to rate limiting of data and applies to data queued, which need not have
been transferred on the wire yet if a flush hasn't taken place.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'util/cacheflush.c')
0 files changed, 0 insertions, 0 deletions