Home
last modified time | relevance | path

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

/qemu/migration/
H A Dmigration.h77 struct MigrationIncomingState { struct
78 QEMUFile *from_src_file;
82 void *transport_data;
108 int userfault_fd;
111 QEMUFile *to_src_file;
114 RAMBlock *last_rb;
163 int state;
170 Coroutine *loadvm_co;
197 GTree *page_requested;
202 int page_requested_count;
[all …]
/qemu/include/qemu/
H A Dtypedefs.h69 typedef struct MigrationIncomingState MigrationIncomingState; typedef