Re: [Qemu-devel] [PATCH 7/7] migration: Add dirty_pages_rate to query migrate output

2012-08-13 Thread Eric Blake
On 08/13/2012 10:04 AM, Juan Quintela wrote: >>> +# @dirty-pages-rate: number of pages dirtied by second by the >>> +#guest. (since 1.2) >> >> Since HMP only prints this stat when it is non-zero, should this field >> be marked optional? Then again, once you have dirty page tracking, I >>

Re: [Qemu-devel] [PATCH 7/7] migration: Add dirty_pages_rate to query migrate output

2012-08-13 Thread Juan Quintela
Eric Blake wrote: > On 08/13/2012 04:50 AM, Juan Quintela wrote: >> For now this is a placeholder, real info will appear once the bitmap >> changes in the migration thread series is integrated. >> >> Signed-off-by: Juan Quintela >> --- >> hmp.c| 4 >> migration.c | 2 ++ >>

Re: [Qemu-devel] [PATCH 7/7] migration: Add dirty_pages_rate to query migrate output

2012-08-13 Thread Eric Blake
On 08/13/2012 04:50 AM, Juan Quintela wrote: > For now this is a placeholder, real info will appear once the bitmap > changes in the migration thread series is integrated. > > Signed-off-by: Juan Quintela > --- > hmp.c| 4 > migration.c | 2 ++ > migration.h | 1 + > q

[Qemu-devel] [PATCH 7/7] migration: Add dirty_pages_rate to query migrate output

2012-08-13 Thread Juan Quintela
For now this is a placeholder, real info will appear once the bitmap changes in the migration thread series is integrated. Signed-off-by: Juan Quintela --- hmp.c| 4 migration.c | 2 ++ migration.h | 1 + qapi-schema.json | 6 +- 4 files changed, 12 insertions(+),