On 03/16/2017 03:42 AM, Chao Fan wrote:
> The number of dirty pages outputed in 'pages' in the command
> 'info migrate', so add page-size to calculate the number of dirty
> pages in bytes.
>
> Signed-off-by: Chao Fan
> Signed-off-by: Li Zhijian
> ---
> +++ b/qapi-schema.json
> @@ -575,6 +575,9
The number of dirty pages outputed in 'pages' in the command
'info migrate', so add page-size to calculate the number of dirty
pages in bytes.
Signed-off-by: Chao Fan
Signed-off-by: Li Zhijian
---
hmp.c | 3 +++
include/migration/migration.h | 1 +
migration/migration.c