Searched defs:MigrationState (Results 1 – 2 of 2) sorted by relevance
273 struct MigrationState { struct275 DeviceState parent_obj;278 QemuThread thread;280 QEMUFile *to_dst_file;282 QEMUFile *postcopy_qemufile_src;289 QemuSemaphore postcopy_qemufile_src_sem;290 QIOChannelBuffer *bioc;296 QemuMutex qemu_file_lock;301 QemuSemaphore rate_limit_sem;304 uint64_t iteration_initial_pages;[all …]
72 typedef struct MigrationState MigrationState; typedef