Home
last modified time | relevance | path

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

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