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

2012-10-02 Thread Juan Quintela
It indicates how many pages were dirtied during the last second. Signed-off-by: Juan Quintela --- arch_init.c | 18 ++ hmp.c| 4 migration.c | 2 ++ migration.h | 1 + qapi-schema.json | 8 ++-- 5 files changed, 31 insertions(+), 2 deletion

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

2012-10-02 Thread Eric Blake
On 10/02/2012 05:33 AM, Juan Quintela wrote: > It indicates how many pages were dirtied during the last second. > > Signed-off-by: Juan Quintela > --- > +# @dirty-pages-rate: number of pages dirtied by second by the Reads slightly better as: pages dirtied per second by the guest > +#g

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

2012-09-21 Thread Paolo Bonzini
Il 21/09/2012 10:47, Juan Quintela ha scritto: > It indicates how many pages were dirtied during the last second. > > Signed-off-by: Juan Quintela > --- > arch_init.c | 18 ++ > hmp.c| 4 > migration.c | 2 ++ > migration.h | 1 + > qapi-schema.

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

2012-09-21 Thread Juan Quintela
It indicates how many pages were dirtied during the last second. Signed-off-by: Juan Quintela --- arch_init.c | 18 ++ hmp.c| 4 migration.c | 2 ++ migration.h | 1 + qapi-schema.json | 8 ++-- 5 files changed, 31 insertions(+), 2 deletion