Re: [Qemu-devel] [PATCH 18/23] migration: Use bandwidth_limit directly

2011-10-04 Thread Anthony Liguori
On 09/23/2011 07:57 AM, Juan Quintela wrote: Now that current_migration always exist, there is no reason for max_throotle variable. Signed-off-by: Juan Quintela If we can have multiple MigrationStates, this doesn't really make sense. Regards, Anthony Liguori --- migration.c | 19 ++

[Qemu-devel] [PATCH 18/23] migration: Use bandwidth_limit directly

2011-09-23 Thread Juan Quintela
Now that current_migration always exist, there is no reason for max_throotle variable. Signed-off-by: Juan Quintela --- migration.c | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/migration.c b/migration.c index c382383..ea50a6f 100644 --- a/migration.

[Qemu-devel] [PATCH 18/23] migration: Use bandwidth_limit directly

2011-09-20 Thread Juan Quintela
Now that current_migration is static, there is no reason for max_throotle variable. Signed-off-by: Juan Quintela --- migration.c | 15 +++ 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/migration.c b/migration.c index 57cb1f8..b8632e5 100644 --- a/migration.c +++ b/