Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.h92 struct MigrationIncomingState { struct
93 QEMUFile *from_src_file;
95 RAMBlock *last_recv_block[RAM_CHANNEL_MAX];
97 void *transport_data;
98 void (*transport_cleanup)(void *data);
103 QemuSemaphore thread_sync_sem;
108 QemuEvent main_thread_load_event;
111 AnnounceTimer announce_timer;
113 size_t largest_page_size;
114 bool have_fault_thread;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h71 typedef struct MigrationIncomingState MigrationIncomingState; typedef