diff options
author | Rao, Lei | 2021-06-08 10:23:27 +0200 |
---|---|---|
committer | Jason Wang | 2021-06-11 04:30:13 +0200 |
commit | 7c2eae9a77234f92be96d33cc20b990db714d86d (patch) | |
tree | 2b7d609ab034de2e46f27f736dfda0ad5557e741 /net/util.c | |
parent | Fix the qemu crash when guest shutdown during checkpoint (diff) | |
download | qemu-7c2eae9a77234f92be96d33cc20b990db714d86d.tar.gz qemu-7c2eae9a77234f92be96d33cc20b990db714d86d.tar.xz qemu-7c2eae9a77234f92be96d33cc20b990db714d86d.zip |
Optimize the function of filter_send
The iov_size has been calculated in filter_send(). we can directly
return the size.In this way, this is no need to repeat calculations
in filter_redirector_receive_iov();
Signed-off-by: Lei Rao <lei.rao@intel.com>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Zhang Chen <chen.zhang@intel.com>
Reviewed-by: Lukas Straub <lukasstraub2@web.de>
Tested-by: Lukas Straub <lukasstraub2@web.de>
Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'net/util.c')
0 files changed, 0 insertions, 0 deletions