]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/migration.h
i386: Add Cascadelake-Server-v2 CPU model
[mirror_qemu.git] / migration / migration.h
index 0f986935e1105978a587196a4a243aabbb839cf9..5e8f09c6db491fdf51262f5b796708d7d3174dd2 100644 (file)
@@ -14,7 +14,6 @@
 #ifndef QEMU_MIGRATION_H
 #define QEMU_MIGRATION_H
 
-#include "qemu-common.h"
 #include "qapi/qapi-types-migration.h"
 #include "qemu/thread.h"
 #include "exec/cpu-common.h"
@@ -117,7 +116,6 @@ struct MigrationState
 
     /*< public >*/
     size_t bytes_xfer;
-    size_t xfer_limit;
     QemuThread thread;
     QEMUBH *cleanup_bh;
     QEMUFile *to_dst_file;
@@ -219,9 +217,6 @@ struct MigrationState
      */
     bool store_global_state;
 
-    /* Whether the VM is only allowing for migratable devices */
-    bool only_migratable;
-
     /* Whether we send QEMU_VM_CONFIGURATION during migration */
     bool send_configuration;
     /* Whether we send section footer during migration */