Re: [Qemu-devel] [PATCH v2 3/5] Postcopy: Add stats on page requests

2016-04-29 Thread Denis V. Lunev
On 04/29/2016 05:47 PM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" On the source, add a count of page requests received from the destination. Signed-off-by: Dr. David Alan Gilbert --- hmp.c | 4 include/migration/migration.h | 2 ++ mig

Re: [Qemu-devel] [PATCH v2 3/5] Postcopy: Add stats on page requests

2016-04-29 Thread Eric Blake
On 04/29/2016 08:47 AM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > On the source, add a count of page requests received from the > destination. > > Signed-off-by: Dr. David Alan Gilbert > --- Reviewed-by: Eric Blake -- Eric Blake eblake redhat com+1-919-3

[Qemu-devel] [PATCH v2 3/5] Postcopy: Add stats on page requests

2016-04-29 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" On the source, add a count of page requests received from the destination. Signed-off-by: Dr. David Alan Gilbert --- hmp.c | 4 include/migration/migration.h | 2 ++ migration/migration.c | 2 ++ migration/ram.c