Searched defs:MigrationState (Results 1 – 2 of 2) sorted by relevance
268 struct MigrationState { struct270 DeviceState parent_obj;273 QemuThread thread;275 QEMUFile *to_dst_file;277 QEMUFile *postcopy_qemufile_src;284 QemuSemaphore postcopy_qemufile_src_sem;285 QIOChannelBuffer *bioc;291 QemuMutex qemu_file_lock;296 QemuSemaphore rate_limit_sem;299 uint64_t iteration_initial_pages;[all …]
71 typedef struct MigrationState MigrationState; typedef