Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dmigration.h91 struct MigrationIncomingState { struct
92 QEMUFile *from_src_file;
94 RAMBlock *last_recv_block[RAM_CHANNEL_MAX];
96 void *transport_data;
97 void (*transport_cleanup)(void *data);
102 QemuSemaphore thread_sync_sem;
107 QemuEvent main_thread_load_event;
110 AnnounceTimer announce_timer;
112 size_t largest_page_size;
113 bool have_fault_thread;
[all …]
/openbmc/qemu/include/qemu/
H A Dtypedefs.h70 typedef struct MigrationIncomingState MigrationIncomingState; typedef