augment info migrate with page status
authorGlauber Costa <glommer@redhat.com>
Thu, 21 May 2009 21:38:01 +0000 (17:38 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 15:50:29 +0000 (10:50 -0500)
commit9f9e28cda74bc8cddd8ac4c0a9c007b31d42c6f6
tree87790daf978b77e5f000e43d34d564a74df26cf9
parented8b330bccabb03c930ed1e4d72e341130f9b406
augment info migrate with page status

This patch augments info migrate output with status about:
* ram bytes remaining
* ram bytes transferred
* ram bytes total

This should be enough for management tools to realize
whether or not there is progress in migration. We can
add more information later on, if the need arrives

[v2: fixes bytes_transferred type]

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
migration.c
sysemu.h
vl.c