]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/migration.c
migration: Remove 'skipped' field from MigrationStats
[mirror_qemu.git] / migration / migration.c
index 289afa8d85def82d3e2984c70915a66372a58d14..a4be929e40aae5248584ed16a4a7b4fb463c7dbb 100644 (file)
@@ -1156,8 +1156,6 @@ static void populate_ram_info(MigrationInfo *info, MigrationState *s)
     info->ram->transferred = migration_transferred_bytes();
     info->ram->total = ram_bytes_total();
     info->ram->duplicate = stat64_get(&mig_stats.zero_pages);
-    /* legacy value.  It is not used anymore */
-    info->ram->skipped = 0;
     info->ram->normal = stat64_get(&mig_stats.normal_pages);
     info->ram->normal_bytes = info->ram->normal * page_size;
     info->ram->mbps = s->mbps;