projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7465dfe
)
migration: Remove duplicate bandwidth_limit set
author
Lei Li
<lilei@linux.vnet.ibm.com>
Mon, 27 May 2013 10:33:02 +0000
(18:33 +0800)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Sat, 1 Jun 2013 10:25:38 +0000
(14:25 +0400)
bandwidth_limit is double set in migrate_init(), remove one.
Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
migration.c
patch
|
blob
|
history
diff --git
a/migration.c
b/migration.c
index bfbc34544a30a5ab2959bb3fe3debbd4944cb076..058f9e69f4849a0baebcb0b482067ed28841d48d 100644
(file)
--- a/
migration.c
+++ b/
migration.c
@@
-349,7
+349,6
@@
static MigrationState *migrate_init(const MigrationParams *params)
sizeof(enabled_capabilities));
memset(s, 0, sizeof(*s));
- s->bandwidth_limit = bandwidth_limit;
s->params = *params;
memcpy(s->enabled_capabilities, enabled_capabilities,
sizeof(enabled_capabilities));