commit | 27a1243f14af1bc9430c94d5c13f51c734788959 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Thu May 04 13:38:37 2023 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Fri May 05 02:01:59 2023 +0200 |
tree | 695db5f77b7d99aaac6173578d84a9c605918d4c | |
parent | f3030d34401ffa1c6dd922eea42225b49b7077c0 [diff] |
qemu-file: No need to check for shutdown in qemu_file_rate_limit After calling qemu_file_shutdown() we set the error as -EIO if there is no another previous error, so no need to check it here. Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20230504113841.23130-6-quintela@redhat.com>