Re: [Qemu-devel] [PATCH 2/4] Postcopy: Add stats on page requests

2016-04-29 Thread Dr. David Alan Gilbert
* Eric Blake (ebl...@redhat.com) wrote: > On 04/27/2016 01:08 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

Re: [Qemu-devel] [PATCH 2/4] Postcopy: Add stats on page requests

2016-04-27 Thread Eric Blake
On 04/27/2016 01:08 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

[Qemu-devel] [PATCH 2/4] Postcopy: Add stats on page requests

2016-04-27 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