Statistics
| Branch: | Revision:

root / docs / migration.txt @ feature-archipelago

History | View | Annotate | Download (11.4 kB)

# Date Author Comment
7465dfec 06/01/2013 01:25 pm Lei Li

docs: Fix typo and update file in migration

This patch fix some typo and update the file that already
moved.

Signed-off-by: Lei Li <>
Signed-off-by: Michael Tokarev <>

1964a397 03/11/2013 02:32 pm Paolo Bonzini

migration: move rate limiting to QEMUFile

Rate limiting is now simply a byte counter; client call
qemu_file_rate_limit() manually to determine if they have to exit.
So it is possible and simple to move the functionality to QEMUFile.

This makes the remaining functionality of s->file redundant;...

a6c5c079 12/07/2011 06:57 pm Avi Kivity

docs: document memory API interaction with migration

Signed-off-by: Avi Kivity <>

dda5336e 10/05/2010 09:53 pm Stefan Weil

docs: Improve documentation

Fix some inconsistencies (tabs and punctuation)
and try to improve grammar and spelling.

Cc: Juan Quintela <>
Signed-off-by: Stefan Weil <>

f58ae59c 07/27/2010 12:19 am Juan Quintela

Initial documentation for migration

Signed-off-by: Juan Quintela <>
Signed-off-by: Anthony Liguori <>