]> git.proxmox.com Git - qemu.git/commit
migration: move rate limiting to QEMUFile
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Feb 2013 16:36:45 +0000 (17:36 +0100)
committerJuan Quintela <quintela@redhat.com>
Mon, 11 Mar 2013 12:32:02 +0000 (13:32 +0100)
commit1964a397063967acc5ce71a2a24ed26e74824ee1
tree3b8d36dae719e0fb1c65a5fc6e231d2f3aa6ced0
parent442773cef15092b5927851237850760345d2cf16
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;
in the next patch we can remove it and write directly to s->migration_file.

Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
docs/migration.txt
include/migration/qemu-file.h
migration.c
savevm.c