| Submitter | Isaku Yamahata |
|---|---|
| Date | Oct. 30, 2012, 8:32 a.m. |
| Message ID | <58ed791e1a419e7f36518a3b25a028eb0069fa24.1351582535.git.yamahata@valinux.co.jp> |
| Download | mbox | patch |
| Permalink | /patch/195351/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/migration.c b/migration.c index 62e0304..8fcb466 100644 --- a/migration.c +++ b/migration.c @@ -460,7 +460,6 @@ static MigrationState *migrate_init(const MigrationParams *params) sizeof(enabled_capabilities)); s->xbzrle_cache_size = xbzrle_cache_size; - s->bandwidth_limit = bandwidth_limit; s->state = MIG_STATE_SETUP; s->total_time = qemu_get_clock_ms(rt_clock);
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> --- migration.c | 1 - 1 file changed, 1 deletion(-)