Re: [Qemu-devel] [PATCH] Add dirty-bytes-rate to output in 'info migrate'

2017-03-14 Thread Chao Fan
Daniel and Juan, Sorry for this patch, cause I did not see your reply. So Nack this patch. And thank you very much. Thanks, Chao Fan On Tue, Mar 14, 2017 at 08:38:41PM +0800, Chao Fan wrote: >Because 'dirty-bytes-rate' is in 'bytes/s', so it's better for other >tools to determine the cpu thrott

[Qemu-devel] [PATCH] Add dirty-bytes-rate to output in 'info migrate'

2017-03-14 Thread Chao Fan
Because 'dirty-bytes-rate' is in 'bytes/s', so it's better for other tools to determine the cpu throttle value in different architecture. Signed-off-by: Chao Fan Signed-off-by: Li Zhijian --- hmp.c | 6 +- migration/migration.c | 1 + qapi-schema.json | 5 - 3 files