aboutsummaryrefslogtreecommitdiff
path: root/qemu-monitor.hx
AgeCommit message (Collapse)AuthorFilesLines
2009-06-16set migration max downtimeGlauber Costa1-0/+8
provide a monitor command to allow one to set the maximum downtime he is willing to suffer during migration, in seconds. "ms", "us", "ns" and "s" are accepted as modifiers. This parameter will be used by ram_save_live() code to determine a safe moment to enter stage 3 Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-06-06Use hxtool to generate monitor documentation and C structuresBlue Swirl1-0/+608
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>