Home
last modified time | relevance | path

Searched defs:MigrationState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/migration/
H A Dmigration.h268 struct MigrationState { struct
270 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 …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h71 typedef struct MigrationState MigrationState; typedef